Searched refs:networkRemoveLegacyRoute (Results 1 – 7 of 7) sorted by relevance
/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 67 …void networkRemoveLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destina… in networkRemoveLegacyRoute() method
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 846 void networkRemoveLegacyRoute( in networkRemoveLegacyRoute() method
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 84 …void networkRemoveLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destina… in networkRemoveLegacyRoute() method
|
/system/netd/server/ |
D | NetdNativeService.h | 88 binder::Status networkRemoveLegacyRoute(int32_t netId, const std::string& ifName,
|
D | NdcDispatcher.cpp | 1007 : mNetd->networkRemoveLegacyRoute(netId, interface, destination, nexthop, in runCommand()
|
D | NetdNativeService.cpp | 1000 binder::Status NetdNativeService::networkRemoveLegacyRoute(int32_t netId, const std::string& ifName, in networkRemoveLegacyRoute() function in android::net::NetdNativeService
|
/system/netd/tests/ |
D | binder_test.cpp | 1896 status = mNetd->networkRemoveLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, in TEST_F() 1921 status = mNetd->networkRemoveLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, in TEST_F()
|