/aosp12/packages/modules/DnsResolver/tests/dns_responder/ |
H A D | dns_responder_client_ndk.cpp | 188 ret = mNetdSrv->networkCreatePhysical(TEST_NETID, INetd::PERMISSION_NONE); in SetupOemNetwork()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetd.aidl | 6 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetd.aidl | 23 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetd.aidl | 24 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 24 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 43 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 43 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 24 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 43 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 83 void networkCreatePhysical(int netId, int permission); in networkCreatePhysical() method
|
/aosp12/packages/modules/DnsResolver/ |
H A D | Android.bp | 119 // networkCreatePhysical and networkCreateVpn were deprecated from netd_aidl_interface v6.
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.h | 65 binder::Status networkCreatePhysical(int32_t netId, int32_t permission) override;
|
H A D | NdcDispatcher.cpp | 1073 if (Status status = mNetd->networkCreatePhysical(netId, permission); !status.isOk()) { in runCommand()
|
H A D | NetdNativeService.cpp | 352 binder::Status NetdNativeService::networkCreatePhysical(int32_t netId, int32_t permission) { in networkCreatePhysical() function in android::net::NetdNativeService
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_integration_test.cpp | 6132 r = mNetdSrv->networkCreatePhysical(mNetId, INetd::PERMISSION_NONE); in createNetwork()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35516 Landroid/net/INetd$Stub$Proxy;->networkCreatePhysical(ILjava/lang/String;)V 35601 Landroid/net/INetd;->networkCreatePhysical(ILjava/lang/String;)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 394 HPLandroid/net/INetd$Stub$Proxy;->networkCreatePhysical(II)V+]Landroid/os/IBinder;Landroid/os/Binde…
|