Home
last modified time | relevance | path

Searched refs:GetInterfaceName (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_main_statemachine.cpp173 subsm->GetInterfaceName().c_str(), errorType_); in ErrorStateEnter()
218 temp.subsm_->GetInterfaceName().c_str()); in HandleAliveInterfaceStateActive()
311 …_LOG_I("NOTIFY TO SUB SM [%{public}s] EVENT[%{public}d].", temp.subsm_->GetInterfaceName().c_str(), in HandleErrorInterfaceStateInactive()
H A Dnetworkshare_tracker.cpp371 auto iter = subStateMachineMap_.find(who->GetInterfaceName()); in HandleSubSmUpdateInterfaceState()
386 NETMGR_EXT_LOG_W("iface=%{public}s is not find", (who->GetInterfaceName()).c_str()); in HandleSubSmUpdateInterfaceState()
851 subSMState->subStateMachine_->GetInterfaceName().c_str()); in Sharing()
1014 subsm->GetInterfaceName().c_str()); in NotifyDownstreamsHasNewUpstreamIface()
1060 …OG_I("NOTIFY TO SUB SM [%{public}s] CMD_NETSHARE_UNREQUESTED.", subSM->GetInterfaceName().c_str()); in StopSubStateMachine()
1339 subsm->GetInterfaceName().c_str()); in RestartResume()
H A Dnetworkshare_sub_statemachine.cpp911 const std::string &NetworkShareSubStateMachine::GetInterfaceName() const in GetInterfaceName() function in OHOS::NetManagerStandard::NetworkShareSubStateMachine
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/include/context/
H A Dget_iface_stats_context.h39 std::string GetInterfaceName() const;
H A Dget_iface_uid_stats_context.h39 std::string GetInterfaceName() const;
H A Dupdate_iface_stats_context.h41 std::string GetInterfaceName() const;
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_exec.cpp96 …int32_t result = NetStatsClient::GetInstance().GetIfaceStatsDetail(context->GetInterfaceName(), co… in ExecGetIfaceStats()
104 …int32_t result = NetStatsClient::GetInstance().GetUidStatsDetail(context->GetInterfaceName(), cont… in ExecGetIfaceUidStats()
113 …int32_t result = NetStatsClient::GetInstance().UpdateIfacesStats(context->GetInterfaceName(), cont… in ExecUpdateIfacesStats()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/include/
H A Dnet_vpn_impl.h67 inline std::string GetInterfaceName() const in GetInterfaceName() function
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/context/
H A Dget_iface_stats_context.cpp109 std::string GetIfaceStatsContext::GetInterfaceName() const in GetInterfaceName() function in OHOS::NetManagerStandard::GetIfaceStatsContext
H A Dupdate_iface_stats_context.cpp103 std::string UpdateIfacesStatsContext::GetInterfaceName() const in GetInterfaceName() function in OHOS::NetManagerStandard::UpdateIfacesStatsContext
H A Dget_iface_uid_stats_context.cpp125 std::string GetIfaceUidStatsContext::GetInterfaceName() const in GetInterfaceName() function in OHOS::NetManagerStandard::GetIfaceUidStatsContext
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Dnetworkshare_sub_statemachine.h55 const std::string &GetInterfaceName() const;
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/unittest/networkshare_manager_test/
H A Dnetworkshare_sub_statemachine_test.cpp98 std::string ifaceName = networkShareSubStateMachine->GetInterfaceName();
112 std::string ifaceName = networkShareSubStateMachine->GetInterfaceName();
/ohos5.0/foundation/communication/netmanager_ext/test/networksharemanager/fuzztest/netshareclient_fuzzer/
H A Dnetshare_client_fuzzer.cpp419 networkShareSubStateMachine->GetInterfaceName(); in NetworkShareSubStateMachineFuzzTest()
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp156 message.append("\tinterface: " + vpnObj_->GetInterfaceName() + "\n"); in GetDumpMessage()