chromium/third_party/cros_system_api/dbus/featured/dbus-constants.h

// Copyright 2021 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SYSTEM_API_DBUS_FEATURED_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_FEATURED_DBUS_CONSTANTS_H_

namespace featured {

inline constexpr char kFeaturedInterface[] =;
inline constexpr char kFeaturedServicePath[] =;
inline constexpr char kFeaturedServiceName[] =;

// Methods.
inline constexpr char kHandleSeedFetchedMethod[] =;

}  // namespace featured

namespace feature {

inline constexpr char kFeatureLibInterface[] =;
inline constexpr char kFeatureLibServicePath[] =;
inline constexpr char kFeatureLibServiceName[] =;

// Signals.
inline constexpr char kRefetchSignal[] =;
inline constexpr char kActiveTrialFileCreatedSignal[] =;

}  // namespace feature

#endif  // SYSTEM_API_DBUS_FEATURED_DBUS_CONSTANTS_H_