Home
last modified time | relevance | path

Searched defs:networkAddRoute (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl64 …void networkAddRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in … in networkAddRoute() method
/system/netd/server/binder/android/net/
DINetd.aidl789 void networkAddRoute( in networkAddRoute() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl81 …void networkAddRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in … in networkAddRoute() method
/system/netd/server/
DNetdNativeService.cpp966 binder::Status NetdNativeService::networkAddRoute(int32_t netId, const std::string& ifName, in networkAddRoute() function in android::net::NetdNativeService