Home
last modified time | relevance | path

Searched defs:iif (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/netmanager_base/test/netconnmanager/unittest/netmgr_distributed_test/
H A Dnet_conn_service_test.cpp66 std::string iif = "lo"; in HWTEST_F() local
77 std::string iif = "lo"; in HWTEST_F() local
H A Dnet_conn_client_test.cpp58 std::string iif = "lo"; in HWTEST_F() local
71 std::string iif = "lo"; in HWTEST_F() local
H A Dnet_conn_service_proxy_test.cpp124 std::string iif = "lo"; in HWTEST_F() local
140 std::string iif = "lo"; in HWTEST_F() local
H A Dnet_conn_service_stub_test.cpp72 std::string iif = "wlan0"; in HWTEST_F() local
103 std::string iif = "lo"; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Droute_manager_test.cpp47 std::string iif = "lo"; in HWTEST_F() local
57 std::string iif = "lo"; in HWTEST_F() local
H A Dnet_manager_native_test.cpp55 std::string iif = "lo"; in HWTEST_F() local
66 std::string iif = "lo"; in HWTEST_F() local
H A Dnetsys_native_service_stub_test.cpp589 std::string iif = "lo"; in HWTEST_F() local
607 std::string iif = "lo"; in HWTEST_F() local
H A Dnetsys_native_service_test.cpp65 std::string iif = "lo"; in HWTEST_F() local
76 std::string iif = ""; in HWTEST_F() local
86 std::string iif = "lo"; in HWTEST_F() local
97 std::string iif = ""; in HWTEST_F() local
H A Dnetsys_native_service_proxy_test.cpp90 std::string iif = "lo"; in HWTEST_F() local
105 std::string iif = ""; in HWTEST_F() local
117 std::string iif = "lo"; in HWTEST_F() local
133 std::string iif = ""; in HWTEST_F() local
H A Dnetsys_controller_test.cpp107 std::string iif = "lo"; in HWTEST_F() local
121 std::string iif = "lo"; in HWTEST_F() local
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Ddistributed_manager.cpp252 void DistributedManager::SetServerNicInfo(const std::string &iif, const std::string &devIface) in SetServerNicInfo() argument
H A Droute_manager.cpp385 int32_t RouteManager::EnableDistributedClientNet(const std::string &virNicAddr, const std::string &iif) in EnableDistributedClientNet() argument
495 int32_t RouteManager::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
[all...]
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service_iface.cpp43 int32_t NetConnServiceIface::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
48 int32_t NetConnServiceIface::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
/foundation/communication/netmanager_base/services/netconnmanager/src/stub/
H A Dnet_conn_service_stub.cpp374 std::string iif = ""; in OnEnableDistributedClientNet() local
388 std::string iif = ""; in OnEnableDistributedServerNet() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_conn_service_proxy.cpp115 int32_t NetConnServiceProxy::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
145 int32_t NetConnServiceProxy::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
H A Dnet_conn_client_fuzzer.cpp1394 std::string iif = NetConnGetString(STR_LEN); in EnableDistributedClientNetFuzzTest() local
1407 std::string iif = NetConnGetString(STR_LEN); in EnableDistributedServerNetFuzzTest() local
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1490 std::string iif = "iif"; in HWTEST_F() local
1502 std::string iif = ""; in HWTEST_F() local
1521 std::string iif = "iif"; HWTEST_F() local
1533 std::string iif = ""; HWTEST_F() local
[all...]
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp111 int32_t NetConnClient::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
123 int32_t NetConnClient::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp129 int32_t NetsysController::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
138 int32_t NetsysController::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
H A Dnetsys_controller_service_impl.cpp75 int32_t NetsysControllerServiceImpl::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
81 int32_t NetsysControllerServiceImpl::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
H A Dnetsys_native_client.cpp268 int32_t NetsysNativeClient::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
278 int32_t NetsysNativeClient::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp1447 std::string iif = NetSysGetString(STR_LEN); in CmdEnableDistributedClientNetFuzzTest() local
1461 std::string iif = NetSysGetString(STR_LEN); in CmdEnableDistributedServerNetFuzzTest() local
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp436 int32_t NetsysNativeService::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
424 EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) EnableDistributedClientNet() argument
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1023 int32_t NetsysNativeServiceProxy::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
1054 int32_t NetsysNativeServiceProxy::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp120 int32_t NetManagerNative::EnableDistributedClientNet(const std::string &virnicAddr, const std::string &iif) in EnableDistributedClientNet() argument
125 int32_t NetManagerNative::EnableDistributedServerNet(const std::string &iif, const std::string &devIface, in EnableDistributedServerNet() argument

Completed in 36 milliseconds

12