Home
last modified time | relevance | path

Searched refs:downIface (Results 1 - 25 of 25) sorted by relevance

/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dsharing_manager_test.cpp146 std::string downIface = "down0"; in HWTEST_F() local
149 int32_t ret = sharingManager->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
155 std::string downIface = "eth0"; in HWTEST_F() local
158 int32_t ret = sharingManager->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
H A Dnetsys_native_service_test.cpp427 const std::string downIface = "testdownIface"; in HWTEST_F() local
430 int ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
505 std::string downIface = "dface"; in HWTEST_F() local
510 auto ret = instance_->GetNetworkSharingTraffic(downIface, upIface, traffic); in HWTEST_F()
H A Dnetsys_native_service_stub_test.cpp403 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
1424 std::string downIface = "testDownIface"; in HWTEST_F() local
1431 if (!data.WriteString(downIface)) { in HWTEST_F()
/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_sub_statemachine_test.cpp172 std::string downIface; in HWTEST_F() local
173 networkShareSubStateMachine->GetDownIfaceName(downIface); in HWTEST_F()
174 EXPECT_EQ(downIface, WIFI_AP_DEFAULT_IFACE_NAME); in HWTEST_F()
187 std::string downIface; in HWTEST_F() local
188 networkShareSubStateMachine->GetDownIfaceName(downIface); in HWTEST_F()
189 EXPECT_EQ(downIface, BLUETOOTH_DEFAULT_IFACE_NAME); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dsharing_manager.h90 * @param downIface
95 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp378 int32_t SharingManager::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() argument
403 if (matches[i] == downIface && matches[i + NEXT_LIST_CORRECT_DATA] == upIface && in GetNetworkSharingTraffic()
410 } else if (matches[i] == upIface && matches[i + NEXT_LIST_CORRECT_DATA] == downIface && in GetNetworkSharingTraffic()
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_sub_statemachine.h81 void GetDownIfaceName(std::string &downIface);
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp650 std::string downIface; in GetSharedSubSMTraffic() local
652 subSM->GetDownIfaceName(downIface); in GetSharedSubSMTraffic()
655 NETMGR_EXT_LOG_I("DownIface[%{public}s], upIface[%{public}s].", downIface.c_str(), upIface.c_str()); in GetSharedSubSMTraffic()
656 int32_t ret = NetsysController::GetInstance().GetNetworkSharingTraffic(downIface, upIface, traffic); in GetSharedSubSMTraffic()
H A Dnetworkshare_sub_statemachine.cpp219 void NetworkShareSubStateMachine::GetDownIfaceName(std::string &downIface) in GetDownIfaceName() argument
221 downIface = ifaceName_; in GetDownIfaceName()
/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp422 std::string downIface = GetStringFromData(IFACE_LEN); in NetworkShareSubStateMachineFuzzTest() local
423 networkShareSubStateMachine->GetDownIfaceName(downIface); in NetworkShareSubStateMachineFuzzTest()
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h145 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_native_service_proxy.h111 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h135 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp381 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller_service_impl.h285 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Di_netsys_controller_service.h312 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_controller.h300 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
H A Dnetsys_native_client.h325 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller.cpp478 int32_t NetsysController::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() argument
488 return netsysService_->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
H A Dnetsys_controller_service_impl.cpp300 int32_t NetsysControllerServiceImpl::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() argument
304 return netsysClient_.GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
H A Dnetsys_native_client.cpp594 int32_t NetsysNativeClient::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() argument
603 return proxy->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp649 int32_t NetsysNativeService::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() argument
656 return sharingManager_->GetNetworkSharingTraffic(downIface, upIface, traffic); in GetNetworkSharingTraffic()
H A Dnetsys_native_service_stub.cpp1333 std::string downIface = data.ReadString(); in CmdGetNetworkSharingTraffic() local
1336 int32_t result = GetNetworkSharingTraffic(downIface, upIface, traffic); in CmdGetNetworkSharingTraffic()
/foundation/communication/netmanager_base/test/fuzztest/netsysclient_fuzzer/
H A Dnet_sys_client_fuzzer.cpp886 std::string downIface = NetSysGetString(STR_LEN); in GetNetworkSharingTrafficFuzzTest() local
889 dataParcel.WriteString(downIface); in GetNetworkSharingTrafficFuzzTest()
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp1811 int32_t NetsysNativeServiceProxy::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() argument
1818 if (!data.WriteString(downIface)) { in GetNetworkSharingTraffic()

Completed in 46 milliseconds