Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h506 static constexpr const uint32_t HTTP_PROXY_ACTIVE_PERIOD_S = 120; variable
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1905 httpProxyThreadCv_.wait_for(lock, std::chrono::seconds(HTTP_PROXY_ACTIVE_PERIOD_S)); in ActiveHttpProxy()