Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netconnmanager/include/
Dnet_conn_service.h426 std::condition_variable httpProxyThreadCv_; variable
/foundation/communication/netmanager_base/services/netconnmanager/src/
Dnet_conn_service.cpp1508 httpProxyThreadCv_.wait_for(lock, std::chrono::seconds(HTTP_PROXY_ACTIVE_PERIOD_S)); in ActiveHttpProxy()
1525 httpProxyThreadCv_.notify_all(); in SetGlobalHttpProxy()