/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | sharing_manager_test.cpp | 146 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 D | netsys_native_service_test.cpp | 427 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 D | netsys_native_service_stub_test.cpp | 403 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 D | networkshare_sub_statemachine_test.cpp | 172 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 D | sharing_manager.h | 90 * @param downIface 95 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 378 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 D | networkshare_sub_statemachine.h | 81 void GetDownIfaceName(std::string &downIface);
|
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_tracker.cpp | 650 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 D | networkshare_sub_statemachine.cpp | 219 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 D | netshare_client_fuzzer.cpp | 422 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 D | i_netsys_service.h | 145 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_native_service_proxy.h | 111 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 135 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
H A D | netsys_native_service_stub_test.cpp | 381 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller_service_impl.h | 285 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | i_netsys_controller_service.h | 312 virtual int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_controller.h | 300 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
H A D | netsys_native_client.h | 325 int32_t GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface,
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller.cpp | 478 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 D | netsys_controller_service_impl.cpp | 300 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 D | netsys_native_client.cpp | 594 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 D | netsys_native_service.cpp | 649 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 D | netsys_native_service_stub.cpp | 1333 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 D | net_sys_client_fuzzer.cpp | 886 std::string downIface = NetSysGetString(STR_LEN); in GetNetworkSharingTrafficFuzzTest() local 889 dataParcel.WriteString(downIface); in GetNetworkSharingTrafficFuzzTest()
|
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 1811 int32_t NetsysNativeServiceProxy::GetNetworkSharingTraffic(const std::string &downIface, const std::string &upIface, in GetNetworkSharingTraffic() argument 1818 if (!data.WriteString(downIface)) { in GetNetworkSharingTraffic()
|