Home
last modified time | relevance | path

Searched refs:WAIT_FOR_SERVICE_TIME_MS (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dethernet_client.cpp36 static constexpr uint32_t WAIT_FOR_SERVICE_TIME_MS = 500; member
140 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_FOR_SERVICE_TIME_MS)); in RecoverCallback()
/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dnetworkvpn_client.cpp32 static constexpr uint32_t WAIT_FOR_SERVICE_TIME_MS = 500; member
320 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_FOR_SERVICE_TIME_MS)); in RecoverCallback()
/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp30 constexpr uint32_t WAIT_FOR_SERVICE_TIME_MS = 500; member
257 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_FOR_SERVICE_TIME_MS)); in RecoverCallback()
/foundation/communication/netmanager_base/frameworks/native/netpolicyclient/src/
H A Dnet_policy_client.cpp23 static constexpr uint32_t WAIT_FOR_SERVICE_TIME_MS = 500; variable
140 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_FOR_SERVICE_TIME_MS)); in RecoverCallback()
/foundation/communication/netmanager_base/frameworks/native/netstatsclient/src/
H A Dnet_stats_client.cpp27 static constexpr uint32_t WAIT_FOR_SERVICE_TIME_MS = 500; variable
113 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_FOR_SERVICE_TIME_MS)); in RecoverCallback()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnet_conn_client.cpp35 static constexpr uint32_t WAIT_FOR_SERVICE_TIME_MS = 500; variable
520 std::this_thread::sleep_for(std::chrono::milliseconds(WAIT_FOR_SERVICE_TIME_MS)); in RecoverCallbackAndGlobalProxy()

Completed in 6 milliseconds