/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
D | INetd.aidl | 66 …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/ |
D | INetd.aidl | 83 …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/ |
D | INetd.aidl | 84 …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/ |
D | INetd.aidl | 84 …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/ |
D | INetd.aidl | 106 …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/ |
D | INetd.aidl | 106 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 850 void networkAddLegacyRoute( in networkAddLegacyRoute() method
|
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | INetd.aidl | 106 …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/ |
D | INetd.aidl | 84 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
|
/system/netd/server/ |
D | NetdNativeService.h | 92 binder::Status networkAddLegacyRoute(int32_t netId, const std::string& ifName,
|
D | NdcDispatcher.cpp | 1001 status = add ? mNetd->networkAddLegacyRoute(netId, interface, destination, nexthop, uid) in runCommand()
|
D | NetdNativeService.cpp | 1084 binder::Status NetdNativeService::networkAddLegacyRoute(int32_t netId, const std::string& ifName, in networkAddLegacyRoute() function in android::net::NetdNativeService
|
/system/netd/tests/ |
D | binder_test.cpp | 1951 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()
|