Home
last modified time | relevance | path

Searched refs:createPhysicalNetwork (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/netd/server/
H A DNetworkController.h108 [[nodiscard]] int createPhysicalNetwork(unsigned netId, Permission permission);
H A DNetworkController.cpp409 int NetworkController::createPhysicalNetwork(unsigned netId, Permission permission) { in createPhysicalNetwork() function in android::net::NetworkController
H A DNetdNativeService.cpp354 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 Dbinder_test.cpp217 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 Dhiddenapi-max-target-o.txt39944 Landroid/os/INetworkManagementService$Stub$Proxy;->createPhysicalNetwork(ILjava/lang/String;)V
40121 Landroid/os/INetworkManagementService;->createPhysicalNetwork(ILjava/lang/String;)V