Home
last modified time | relevance | path

Searched refs:WAIT_FOR_SERVICE_TIME_S (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/
H A Dmdns_client_resume.cpp32 constexpr uint32_t WAIT_FOR_SERVICE_TIME_S = 1; member
72 std::this_thread::sleep_for(std::chrono::seconds(WAIT_FOR_SERVICE_TIME_S)); in RestartDiscoverService()
/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp31 constexpr uint32_t WAIT_FOR_SERVICE_TIME_S = 1; member
236 std::this_thread::sleep_for(std::chrono::seconds(WAIT_FOR_SERVICE_TIME_S)); in RestartNetFirewallManagerSysAbility()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp29 constexpr uint32_t WAIT_FOR_SERVICE_TIME_S = 1; member
305 std::this_thread::sleep_for(std::chrono::seconds(WAIT_FOR_SERVICE_TIME_S)); in RestartNetTetheringManagerSysAbility()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_native_client.cpp47 static constexpr uint32_t WAIT_FOR_SERVICE_TIME_S = 1; member
937 std::this_thread::sleep_for(std::chrono::seconds(WAIT_FOR_SERVICE_TIME_S)); in RegisterNotifyCallback()
/foundation/communication/netmanager_ext/services/vpnmanager/src/
H A Dnetworkvpn_service.cpp61 constexpr uint32_t WAIT_FOR_SERVICE_TIME_S = 1; member
1104 std::this_thread::sleep_for(std::chrono::seconds(WAIT_FOR_SERVICE_TIME_S)); in RegisterFactoryResetCallback()

Completed in 7 milliseconds