Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
host-dbus-definitions.hpp File Reference

Host dbus api definitions. More...

#include <string>

Go to the source code of this file.

Namespaces

 vasum
 
 vasum::api
 
 vasum::api::dbus
 

Variables

const std::string vasum::api::dbus::BUS_NAME = "org.tizen.vasum.host"
 
const std::string vasum::api::dbus::OBJECT_PATH = "/org/tizen/vasum/host"
 
const std::string vasum::api::dbus::INTERFACE = "org.tizen.vasum.host.manager"
 
const std::string vasum::api::dbus::METHOD_GET_ZONE_ID_LIST = "GetZoneIds"
 
const std::string vasum::api::dbus::METHOD_GET_ACTIVE_ZONE_ID = "GetActiveZoneId"
 
const std::string vasum::api::dbus::METHOD_GET_ZONE_INFO = "GetZoneInfo"
 
const std::string vasum::api::dbus::METHOD_SET_NETDEV_ATTRS = "SetNetdevAttrs"
 
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_CREATE_NETDEV_VETH = "CreateNetdevVeth"
 
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_DESTROY_NETDEV = "DestroyNetdev"
 
const std::string vasum::api::dbus::METHOD_DELETE_NETDEV_IP_ADDRESS = "DeleteNetdevIpAddress"
 
const std::string vasum::api::dbus::METHOD_DECLARE_FILE = "DeclareFile"
 
const std::string vasum::api::dbus::METHOD_DECLARE_MOUNT = "DeclareMount"
 
const std::string vasum::api::dbus::METHOD_DECLARE_LINK = "DeclareLink"
 
const std::string vasum::api::dbus::METHOD_GET_DECLARATIONS = "GetDeclarations"
 
const std::string vasum::api::dbus::METHOD_REMOVE_DECLARATION = "RemoveDeclaration"
 
const std::string vasum::api::dbus::METHOD_SET_ACTIVE_ZONE = "SetActiveZone"
 
const std::string vasum::api::dbus::METHOD_CREATE_ZONE = "CreateZone"
 
const std::string vasum::api::dbus::METHOD_DESTROY_ZONE = "DestroyZone"
 
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_LOCK_ZONE = "LockZone"
 
const std::string vasum::api::dbus::METHOD_UNLOCK_ZONE = "UnlockZone"
 
const std::string vasum::api::dbus::METHOD_GRANT_DEVICE = "GrantDevice"
 
const std::string vasum::api::dbus::METHOD_REVOKE_DEVICE = "RevokeDevice"
 
const std::string vasum::api::dbus::METHOD_PROXY_CALL = "ProxyCall"
 
const std::string vasum::api::dbus::METHOD_CREATE_FILE = "CreateFile"
 
const std::string vasum::api::dbus::METHOD_LOCK_QUEUE = "LockQueue"
 
const std::string vasum::api::dbus::METHOD_UNLOCK_QUEUE = "UnlockQueue"
 
const std::string vasum::api::dbus::METHOD_SWITCH_TO_DEFAULT = "SwitchToDefault"
 
const std::string vasum::api::dbus::METHOD_CLEAN_UP_ZONES_ROOT = "CleanUpZonesRoot"
 
const std::string vasum::api::dbus::DEFINITION
 

Detailed Description

Host dbus api definitions.

Author
Piotr Bartosiewicz (p.bar.nosp@m.tosi.nosp@m.ewi@p.nosp@m.artn.nosp@m.er.sa.nosp@m.msun.nosp@m.g.com)