Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
host-ipc-definitions.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Contact: Mateusz Malicki <m.malicki2@samsung.com>
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License
17  */
18 
25 #ifndef SERVER_HOST_IPC_DEFINITIONS_HPP
26 #define SERVER_HOST_IPC_DEFINITIONS_HPP
27 
28 #include "cargo-ipc/types.hpp"
29 
30 namespace vasum {
31 namespace api {
32 namespace cargo {
33 namespace ipc {
34 
65 
66 } // namespace ipc
67 } // namespace cargo
68 } // namespace api
69 } // namespace vasum
70 
71 
72 #endif // SERVER_HOST_IPC_DEFINITIONS_HPP
const ::cargo::ipc::MethodID METHOD_LOCK_ZONE
Definition: host-ipc-definitions.hpp:56
const ::cargo::ipc::MethodID METHOD_LOCK_QUEUE
Definition: host-ipc-definitions.hpp:61
const ::cargo::ipc::MethodID METHOD_CLEAN_UP_ZONES_ROOT
Definition: host-ipc-definitions.hpp:64
const ::cargo::ipc::MethodID METHOD_GET_ZONE_INFO
Definition: host-ipc-definitions.hpp:37
const ::cargo::ipc::MethodID METHOD_DESTROY_ZONE
Definition: host-ipc-definitions.hpp:53
const ::cargo::ipc::MethodID METHOD_SHUTDOWN_ZONE
Definition: host-ipc-definitions.hpp:54
const ::cargo::ipc::MethodID METHOD_GET_NETDEV_LIST
Definition: host-ipc-definitions.hpp:40
const ::cargo::ipc::MethodID METHOD_GET_DECLARATIONS
Definition: host-ipc-definitions.hpp:49
const ::cargo::ipc::MethodID METHOD_SET_NETDEV_ATTRS
Definition: host-ipc-definitions.hpp:38
Types definitions.
const ::cargo::ipc::MethodID METHOD_START_ZONE
Definition: host-ipc-definitions.hpp:55
const ::cargo::ipc::MethodID METHOD_REMOVE_DECLARATION
Definition: host-ipc-definitions.hpp:50
const ::cargo::ipc::MethodID METHOD_UNLOCK_ZONE
Definition: host-ipc-definitions.hpp:57
const ::cargo::ipc::MethodID METHOD_GET_ACTIVE_ZONE_ID
Definition: host-ipc-definitions.hpp:36
const ::cargo::ipc::MethodID METHOD_DELETE_NETDEV_IP_ADDRESS
Definition: host-ipc-definitions.hpp:44
const ::cargo::ipc::MethodID METHOD_SWITCH_TO_DEFAULT
Definition: host-ipc-definitions.hpp:63
const ::cargo::ipc::MethodID METHOD_GET_NETDEV_ATTRS
Definition: host-ipc-definitions.hpp:39
const ::cargo::ipc::MethodID METHOD_GET_ZONE_ID_LIST
Definition: host-ipc-definitions.hpp:35
const ::cargo::ipc::MethodID METHOD_DESTROY_NETDEV
Definition: host-ipc-definitions.hpp:45
const ::cargo::ipc::MethodID METHOD_DECLARE_FILE
Definition: host-ipc-definitions.hpp:46
const ::cargo::ipc::MethodID METHOD_DECLARE_LINK
Definition: host-ipc-definitions.hpp:48
unsigned int MethodID
Definition: types.hpp:43
const ::cargo::ipc::MethodID METHOD_CREATE_ZONE
Definition: host-ipc-definitions.hpp:52
const ::cargo::ipc::MethodID METHOD_CREATE_FILE
Definition: host-ipc-definitions.hpp:60
const ::cargo::ipc::MethodID METHOD_SET_ACTIVE_ZONE
Definition: host-ipc-definitions.hpp:51
const ::cargo::ipc::MethodID METHOD_CREATE_NETDEV_MACVLAN
Definition: host-ipc-definitions.hpp:42
const ::cargo::ipc::MethodID METHOD_CREATE_NETDEV_PHYS
Definition: host-ipc-definitions.hpp:43
const ::cargo::ipc::MethodID METHOD_CREATE_NETDEV_VETH
Definition: host-ipc-definitions.hpp:41
const ::cargo::ipc::MethodID METHOD_REVOKE_DEVICE
Definition: host-ipc-definitions.hpp:59
const ::cargo::ipc::MethodID METHOD_UNLOCK_QUEUE
Definition: host-ipc-definitions.hpp:62
const ::cargo::ipc::MethodID METHOD_GRANT_DEVICE
Definition: host-ipc-definitions.hpp:58
const ::cargo::ipc::MethodID METHOD_DECLARE_MOUNT
Definition: host-ipc-definitions.hpp:47