Searched refs:createPhysicalNetwork (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/netd/server/ |
H A D | NetworkController.h | 108 [[nodiscard]] int createPhysicalNetwork(unsigned netId, Permission permission);
|
H A D | NetworkController.cpp | 409 int NetworkController::createPhysicalNetwork(unsigned netId, Permission permission) { in createPhysicalNetwork() function in android::net::NetworkController
|
H A D | NetdNativeService.cpp | 354 int ret = gCtls->netCtrl.createPhysicalNetwork(netId, convertPermission(permission)); in networkCreatePhysical() 373 ret = gCtls->netCtrl.createPhysicalNetwork(config.netId, in networkCreate()
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 217 void createPhysicalNetwork(int netId, const std::string& interface, 3259 void NetdBinderTest::createPhysicalNetwork(int netId, const std::string& interface, in createPhysicalNetwork() function in NetdBinderTest 3273 createPhysicalNetwork(otherNetId, sTun2.name()); in createDefaultAndOtherPhysicalNetwork() 4306 createPhysicalNetwork(APP_DEFAULT_NETID, sTun2.name(), INetd::PERMISSION_SYSTEM); in TEST_F() 4546 createPhysicalNetwork(TEST_NETID1, sTun.name()); in TEST_F() 4548 createPhysicalNetwork(TEST_NETID2, sTun2.name()); in TEST_F() 4660 createPhysicalNetwork(APP_DEFAULT_2_NETID, sTun4.name()); in TEST_F()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 39944 Landroid/os/INetworkManagementService$Stub$Proxy;->createPhysicalNetwork(ILjava/lang/String;)V 40121 Landroid/os/INetworkManagementService;->createPhysicalNetwork(ILjava/lang/String;)V
|