Variables | |
const std::string | BUS_NAME = "org.tizen.vasum.host" |
const std::string | OBJECT_PATH = "/org/tizen/vasum/host" |
const std::string | INTERFACE = "org.tizen.vasum.host.manager" |
const std::string | METHOD_GET_ZONE_ID_LIST = "GetZoneIds" |
const std::string | METHOD_GET_ACTIVE_ZONE_ID = "GetActiveZoneId" |
const std::string | METHOD_GET_ZONE_INFO = "GetZoneInfo" |
const std::string | METHOD_SET_NETDEV_ATTRS = "SetNetdevAttrs" |
const std::string | METHOD_GET_NETDEV_ATTRS = "GetNetdevAttrs" |
const std::string | METHOD_GET_NETDEV_LIST = "GetNetdevList" |
const std::string | METHOD_CREATE_NETDEV_VETH = "CreateNetdevVeth" |
const std::string | METHOD_CREATE_NETDEV_MACVLAN = "CreateNetdevMacvlan" |
const std::string | METHOD_CREATE_NETDEV_PHYS = "CreateNetdevPhys" |
const std::string | METHOD_DESTROY_NETDEV = "DestroyNetdev" |
const std::string | METHOD_DELETE_NETDEV_IP_ADDRESS = "DeleteNetdevIpAddress" |
const std::string | METHOD_DECLARE_FILE = "DeclareFile" |
const std::string | METHOD_DECLARE_MOUNT = "DeclareMount" |
const std::string | METHOD_DECLARE_LINK = "DeclareLink" |
const std::string | METHOD_GET_DECLARATIONS = "GetDeclarations" |
const std::string | METHOD_REMOVE_DECLARATION = "RemoveDeclaration" |
const std::string | METHOD_SET_ACTIVE_ZONE = "SetActiveZone" |
const std::string | METHOD_CREATE_ZONE = "CreateZone" |
const std::string | METHOD_DESTROY_ZONE = "DestroyZone" |
const std::string | METHOD_SHUTDOWN_ZONE = "ShutdownZone" |
const std::string | METHOD_START_ZONE = "StartZone" |
const std::string | METHOD_LOCK_ZONE = "LockZone" |
const std::string | METHOD_UNLOCK_ZONE = "UnlockZone" |
const std::string | METHOD_GRANT_DEVICE = "GrantDevice" |
const std::string | METHOD_REVOKE_DEVICE = "RevokeDevice" |
const std::string | METHOD_PROXY_CALL = "ProxyCall" |
const std::string | METHOD_CREATE_FILE = "CreateFile" |
const std::string | METHOD_LOCK_QUEUE = "LockQueue" |
const std::string | METHOD_UNLOCK_QUEUE = "UnlockQueue" |
const std::string | METHOD_SWITCH_TO_DEFAULT = "SwitchToDefault" |
const std::string | METHOD_CLEAN_UP_ZONES_ROOT = "CleanUpZonesRoot" |
const std::string | DEFINITION |
const std::string vasum::api::dbus::BUS_NAME = "org.tizen.vasum.host" |
const std::string vasum::api::dbus::DEFINITION |
const std::string vasum::api::dbus::INTERFACE = "org.tizen.vasum.host.manager" |
const std::string vasum::api::dbus::METHOD_CLEAN_UP_ZONES_ROOT = "CleanUpZonesRoot" |
const std::string vasum::api::dbus::METHOD_CREATE_FILE = "CreateFile" |
const std::string vasum::api::dbus::METHOD_CREATE_NETDEV_MACVLAN = "CreateNetdevMacvlan" |
const std::string vasum::api::dbus::METHOD_CREATE_NETDEV_PHYS = "CreateNetdevPhys" |
const std::string vasum::api::dbus::METHOD_CREATE_NETDEV_VETH = "CreateNetdevVeth" |
const std::string vasum::api::dbus::METHOD_CREATE_ZONE = "CreateZone" |
const std::string vasum::api::dbus::METHOD_DECLARE_FILE = "DeclareFile" |
const std::string vasum::api::dbus::METHOD_DECLARE_LINK = "DeclareLink" |
const std::string vasum::api::dbus::METHOD_DECLARE_MOUNT = "DeclareMount" |
const std::string vasum::api::dbus::METHOD_DELETE_NETDEV_IP_ADDRESS = "DeleteNetdevIpAddress" |
const std::string vasum::api::dbus::METHOD_DESTROY_NETDEV = "DestroyNetdev" |
const std::string vasum::api::dbus::METHOD_DESTROY_ZONE = "DestroyZone" |
const std::string vasum::api::dbus::METHOD_GET_ACTIVE_ZONE_ID = "GetActiveZoneId" |
const std::string vasum::api::dbus::METHOD_GET_DECLARATIONS = "GetDeclarations" |
const std::string vasum::api::dbus::METHOD_GET_NETDEV_ATTRS = "GetNetdevAttrs" |
const std::string vasum::api::dbus::METHOD_GET_NETDEV_LIST = "GetNetdevList" |
const std::string vasum::api::dbus::METHOD_GET_ZONE_ID_LIST = "GetZoneIds" |
const std::string vasum::api::dbus::METHOD_GET_ZONE_INFO = "GetZoneInfo" |
const std::string vasum::api::dbus::METHOD_GRANT_DEVICE = "GrantDevice" |
const std::string vasum::api::dbus::METHOD_LOCK_QUEUE = "LockQueue" |
const std::string vasum::api::dbus::METHOD_LOCK_ZONE = "LockZone" |
const std::string vasum::api::dbus::METHOD_PROXY_CALL = "ProxyCall" |
const std::string vasum::api::dbus::METHOD_REMOVE_DECLARATION = "RemoveDeclaration" |
const std::string vasum::api::dbus::METHOD_REVOKE_DEVICE = "RevokeDevice" |
const std::string vasum::api::dbus::METHOD_SET_ACTIVE_ZONE = "SetActiveZone" |
const std::string vasum::api::dbus::METHOD_SET_NETDEV_ATTRS = "SetNetdevAttrs" |
const std::string vasum::api::dbus::METHOD_SHUTDOWN_ZONE = "ShutdownZone" |
const std::string vasum::api::dbus::METHOD_START_ZONE = "StartZone" |
const std::string vasum::api::dbus::METHOD_SWITCH_TO_DEFAULT = "SwitchToDefault" |
const std::string vasum::api::dbus::METHOD_UNLOCK_QUEUE = "UnlockQueue" |
const std::string vasum::api::dbus::METHOD_UNLOCK_ZONE = "UnlockZone" |
const std::string vasum::api::dbus::OBJECT_PATH = "/org/tizen/vasum/host" |