Home
last modified time | relevance | path

Searched refs:networkAddLegacyRoute (Results 1 – 13 of 13) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
DINetd.aidl66 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
DINetd.aidl83 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl84 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl84 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
DINetd.aidl106 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
DINetd.aidl106 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/binder/android/net/
DINetd.aidl850 void networkAddLegacyRoute( in networkAddLegacyRoute() method
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl106 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
DINetd.aidl84 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/
DNetdNativeService.h92 binder::Status networkAddLegacyRoute(int32_t netId, const std::string& ifName,
DNdcDispatcher.cpp1001 status = add ? mNetd->networkAddLegacyRoute(netId, interface, destination, nexthop, uid) in runCommand()
DNetdNativeService.cpp1084 binder::Status NetdNativeService::networkAddLegacyRoute(int32_t netId, const std::string& ifName, in networkAddLegacyRoute() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp1951 status = mNetd->networkAddLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, td.testNextHop, in TEST_F()
1960 status = mNetd->networkAddLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, td.testNextHop, in TEST_F()
1994 status = mNetd->networkAddLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, td.testNextHop, in TEST_F()
2019 status = mNetd->networkAddLegacyRoute(TEST_NETID1, sTun.name(), td.testDest, td.testNextHop, in TEST_F()