Home
last modified time | relevance | path

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

/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl117 void networkAddRouteParcel(int netId, in android.net.RouteInfoParcel routeInfo); in networkAddRouteParcel() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl117 void networkAddRouteParcel(int netId, in android.net.RouteInfoParcel routeInfo); in networkAddRouteParcel() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl139 void networkAddRouteParcel(int netId, in android.net.RouteInfoParcel routeInfo); in networkAddRouteParcel() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl139 void networkAddRouteParcel(int netId, in android.net.RouteInfoParcel routeInfo); in networkAddRouteParcel() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl117 void networkAddRouteParcel(int netId, in android.net.RouteInfoParcel routeInfo); in networkAddRouteParcel() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl139 void networkAddRouteParcel(int netId, in android.net.RouteInfoParcel routeInfo); in networkAddRouteParcel() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl1260 void networkAddRouteParcel(int netId, in android.net.RouteInfoParcel routeInfo); in networkAddRouteParcel() method
/aosp12/system/netd/server/
H A DNetdNativeService.h83 binder::Status networkAddRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
H A DNetdNativeService.cpp1028 binder::Status NetdNativeService::networkAddRouteParcel(int32_t netId, in networkAddRouteParcel() function in android::net::NetdNativeService
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2051 binder::Status status = mNetd->networkAddRouteParcel(TEST_NETID1, parcel); in TEST_F()
3899 EXPECT_TRUE(mNetd->networkAddRouteParcel(TEST_DUMP_NETID, parcel).isOk()); in TEST_F()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java7110 mNetd.networkAddRouteParcel(netId, convertRouteInfo(route)); in updateRoutes()
7121 mNetd.networkAddRouteParcel(netId, convertRouteInfo(route)); in updateRoutes()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java10195 verify(mMockNetd, times(routes.length)).networkAddRouteParcel(eq(netId), captor.capture()); in assertRoutesAdded()
/aosp12/frameworks/base/services/
H A Dart-profile388 HPLandroid/net/INetd$Stub$Proxy;->networkAddRouteParcel(ILandroid/net/RouteInfoParcel;)V+]Landroid/…