#ifndef SYSTEM_API_DBUS_PATCHPANEL_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_PATCHPANEL_DBUS_CONSTANTS_H_
namespace patchpanel {
constexpr char kPatchPanelInterface[] = …;
constexpr char kPatchPanelServicePath[] = …;
constexpr char kPatchPanelServiceName[] = …;
constexpr char kArcShutdownMethod[] = …;
constexpr char kArcStartupMethod[] = …;
constexpr char kArcVmShutdownMethod[] = …;
constexpr char kArcVmStartupMethod[] = …;
constexpr char kConnectNamespaceMethod[] = …;
constexpr char kCreateLocalOnlyNetworkMethod[] = …;
constexpr char kCreateTetheredNetworkMethod[] = …;
constexpr char kConfigureNetworkMethod[] = …;
constexpr char kGetDevicesMethod[] = …;
constexpr char kGetDownstreamNetworkInfoMethod[] = …;
constexpr char kGetTrafficCountersMethod[] = …;
constexpr char kModifyPortRuleMethod[] = …;
constexpr char kParallelsVmShutdownMethod[] = …;
constexpr char kParallelsVmStartupMethod[] = …;
constexpr char kNotifyAndroidInteractiveStateMethod[] = …;
constexpr char kNotifyAndroidWifiMulticastLockChangeMethod[] = …;
constexpr char kNotifySocketConnectionEventMethod[] = …;
constexpr char kNotifyARCVPNSocketConnectionEventMethod[] = …;
constexpr char kSetDnsRedirectionRuleMethod[] = …;
constexpr char kSetFeatureFlagMethod[] = …;
constexpr char kSetVpnLockdown[] = …;
constexpr char kTagSocketMethod[] = …;
constexpr char kTerminaVmShutdownMethod[] = …;
constexpr char kTerminaVmStartupMethod[] = …;
constexpr char kNetworkDeviceChangedSignal[] = …;
constexpr char kNetworkConfigurationChangedSignal[] = …;
constexpr char kNeighborReachabilityEventSignal[] = …;
constexpr char kSocketServiceInterface[] = …;
constexpr char kSocketServicePath[] = …;
constexpr char kSocketServiceName[] = …;
}
#endif