chromium/third_party/cros_system_api/dbus/missive/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_MISSIVE_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_MISSIVE_DBUS_CONSTANTS_H_

namespace missive {

constexpr char kMissiveServiceInterface[] =;
constexpr char kMissiveServicePath[] =;
constexpr char kMissiveServiceName[] =;

// Methods exported by missived.
constexpr char kEnqueueRecord[] =;
constexpr char kFlushPriority[] =;
constexpr char kConfirmRecordUpload[] =;
constexpr char kUpdateConfigInMissive[] =;
constexpr char kUpdateEncryptionKey[] =;

}  // namespace missive

#endif  // SYSTEM_API_DBUS_MISSIVE_DBUS_CONSTANTS_H_