Home
last modified time | relevance | path

Searched defs:deviceName (Results 1 – 12 of 12) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl30 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
31 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
32 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl47 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
49 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl48 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
49 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/binder/android/net/
DINetd.aidl443 void ipSecAddTunnelInterface( in ipSecAddTunnelInterface()
461 void ipSecUpdateTunnelInterface( in ipSecUpdateTunnelInterface()
474 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl70 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecAddTunnelInterface()
71 …nCpp String localAddress, in @utf8InCpp String remoteAddress, int iKey, int oKey, int interfaceId); in ipSecUpdateTunnelInterface()
72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/
DXfrmController.cpp1453 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
1477 netdutils::Status XfrmController::ipSecAddXfrmInterface(const std::string& deviceName, in ipSecAddXfrmInterface()
1566 netdutils::Status XfrmController::ipSecAddVirtualTunnelInterface(const std::string& deviceName, in ipSecAddVirtualTunnelInterface()
1691 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
DNetdNativeService.cpp737 binder::Status NetdNativeService::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
749 binder::Status NetdNativeService::ipSecUpdateTunnelInterface(const std::string& deviceName, in ipSecUpdateTunnelInterface()
761 binder::Status NetdNativeService::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
/system/netd/tests/
Dbinder_test.cpp325 const std::string deviceName; in TEST_F() member