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

// Copyright 2015 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_VM_CONCIERGE_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_VM_CONCIERGE_DBUS_CONSTANTS_H_

namespace vm_tools {
namespace concierge {

const char kVmConciergeInterface[] =;
const char kVmConciergeServicePath[] =;
const char kVmConciergeServiceName[] =;

const char kAddGroupPermissionMesaMethod[] =;
const char kAdjustVmMethod[] =;
const char kAggressiveBalloonMethod[] =;
const char kArcVmCompleteBootMethod[] =;
const char kAttachKeyMethod[] =;
const char kAttachNetDeviceMethod[] =;
const char kAttachUsbDeviceMethod[] =;
const char kCancelDiskImageMethod[] =;
const char kCreateDiskImageMethod[] =;
const char kDestroyDiskImageMethod[] =;
const char kDetachNetDeviceMethod[] =;
const char kDetachUsbDeviceMethod[] =;
const char kDiskImageStatusMethod[] =;
const char kExportDiskImageMethod[] =;
const char kGetContainerSshKeysMethod[] =;
const char kGetDnsSettingsMethod[] =;
const char kGetVmEnterpriseReportingInfoMethod[] =;
const char kGetVmGpuCachePathMethod[] =;
const char kGetVmInfoMethod[] =;
const char kGetVmLaunchAllowedMethod[] =;
const char kGetVmLogsMethod[] =;
const char kGetVmMemoryManagementKillsConnectionMethod[] =;
const char kImportDiskImageMethod[] =;
const char kInstallPflashMethod[] =;
const char kListUsbDeviceMethod[] =;
const char kListVmDisksMethod[] =;
const char kListVmsMethod[] =;
const char kReclaimVmMemoryMethod[] =;
const char kResizeDiskImageMethod[] =;
const char kResumeVmMethod[] =;
const char kSetBalloonTimerMethod[] =;
const char kSetVmCpuRestrictionMethod[] =;
const char kStartArcVmMethod[] =;
const char kStartPluginVmMethod[] =;
const char kStartVmMethod[] =;
const char kStopAllVmsMethod[] =;
const char kStopVmMethod[] =;
const char kStopVmWithoutOwnerIdMethod[] =;
const char kSuspendVmMethod[] =;
const char kSwapVmMethod[] =;
const char kSyncVmTimesMethod[] =;

const char kDiskImageProgressSignal[] =;
const char kDnsSettingsChangedSignal[] =;
const char kVmGuestUserlandReadySignal[] =;
const char kVmStartedSignal[] =;
const char kVmStartingUpSignal[] =;
const char kVmStoppedSignal[] =;
const char kVmStoppingSignal[] =;
const char kVmSwappingSignal[] =;

const char kArcVmName[] =;

}  // namespace concierge
}  // namespace vm_tools

#endif  // SYSTEM_API_DBUS_VM_CONCIERGE_DBUS_CONSTANTS_H_