Home
last modified time | relevance | path

Searched refs:ipSecRemoveTunnelInterface (Results 1 – 14 of 14) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl32 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl49 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/
DXfrmController.h269 static netdutils::Status ipSecRemoveTunnelInterface(const std::string& deviceName);
DXfrmController.cpp421 RETURN_IF_NOT_OK(ipSecRemoveTunnelInterface(iface)); in flushInterfaces()
450 errored |= ipSecRemoveTunnelInterface(IPSEC_TEST_INTF_NAME).code(); in isXfrmIntfSupported()
1691 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface() function in android::net::XfrmController
DNetdNativeService.h232 binder::Status ipSecRemoveTunnelInterface(const std::string& deviceName);
DNetdNativeService.cpp761 binder::Status NetdNativeService::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface() function in android::net::NetdNativeService
764 netdutils::Status result = gCtls->xfrmCtrl.ipSecRemoveTunnelInterface(deviceName); in ipSecRemoveTunnelInterface()
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/binder/android/net/
DINetd.aidl474 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl72 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl50 void ipSecRemoveTunnelInterface(in @utf8InCpp String deviceName); in ipSecRemoveTunnelInterface() method
/system/netd/tests/
Dbinder_test.cpp356 status = mNetd->ipSecRemoveTunnelInterface(td.deviceName); in TEST_F()
485 ASSERT_TRUE(XfrmController::ipSecRemoveTunnelInterface("ipsec_test").ok()); in TEST_F()