Home
last modified time | relevance | path

Searched refs:WAIT_REMOTE_TIME_SEC (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netfirewallclient/src/
H A Dnetfirewall_client.cpp30 constexpr size_t WAIT_REMOTE_TIME_SEC = 15; variable
201 if (!g_cv.wait_for(lk, std::chrono::seconds(WAIT_REMOTE_TIME_SEC), in LoadSaOnDemand()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/
H A Dnetworkshare_client.cpp28 constexpr size_t WAIT_REMOTE_TIME_SEC = 15; variable
226 g_cv.wait_for(uniqueLock, std::chrono::seconds(WAIT_REMOTE_TIME_SEC), in GetProxy()