Home
last modified time | relevance | path

Searched refs:MAX_GET_SERVICE_COUNT (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_client_resume.cpp31 static constexpr uint32_t MAX_GET_SERVICE_COUNT = 30; member
71 while (DelayedSingleton<MDnsClient>::GetInstance()->GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RestartDiscoverService()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp31 constexpr uint32_t MAX_GET_SERVICE_COUNT = 10; member
256 while (GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RecoverCallback()
304 for (uint32_t i = 0; i < MAX_GET_SERVICE_COUNT; ++i) { in RestartNetTetheringManagerSysAbility()
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp32 constexpr uint32_t MAX_GET_SERVICE_COUNT = 10; member
235 for (uint32_t i = 0; i < MAX_GET_SERVICE_COUNT; ++i) { in RestartNetFirewallManagerSysAbility()
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp37 static constexpr uint32_t MAX_GET_SERVICE_COUNT = 10; member
139 while (GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RecoverCallback()
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dnetworkvpn_client.cpp33 static constexpr uint32_t MAX_GET_SERVICE_COUNT = 10; member
319 while (GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RecoverCallback()
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/
H A Dnet_policy_client.cpp24 static constexpr uint32_t MAX_GET_SERVICE_COUNT = 10; variable
139 while (GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RecoverCallback()
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_client.cpp28 static constexpr uint32_t MAX_GET_SERVICE_COUNT = 10; variable
112 while (GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RecoverCallback()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp36 static constexpr uint32_t MAX_GET_SERVICE_COUNT = 10; variable
519 while (GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RecoverCallbackAndGlobalProxy()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp60 constexpr uint32_t MAX_GET_SERVICE_COUNT = 30; member
1103 while (NetConnClient::GetInstance().SystemReady() != NETMANAGER_SUCCESS && count < MAX_GET_SERVICE_COUNT) { in RegisterFactoryResetCallback()
1108 if (count > MAX_GET_SERVICE_COUNT) { in RegisterFactoryResetCallback()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp48 static constexpr uint32_t MAX_GET_SERVICE_COUNT = 30; member
936 while (GetProxy() == nullptr && count < MAX_GET_SERVICE_COUNT) { in RegisterNotifyCallback()

Completed in 11 milliseconds