Home
last modified time | relevance | path

Searched refs:httpProxyThreadNeedRun_ (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp2024 while (httpProxyThreadNeedRun_.load()) { in ActiveHttpProxy()
2057 if (httpProxyThreadNeedRun_.load()) { in ActiveHttpProxy()
2120 if (!httpProxyThreadNeedRun_ && !httpProxy.GetUsername().empty()) { in SetGlobalHttpProxy()
2123 httpProxyThreadNeedRun_ = true; in SetGlobalHttpProxy()
2128 } else if (httpProxyThreadNeedRun_ && httpProxy.GetHost().empty()) { in SetGlobalHttpProxy()
2129 httpProxyThreadNeedRun_ = false; in SetGlobalHttpProxy()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h537 std::atomic_bool httpProxyThreadNeedRun_ = false; member in OHOS::NetManagerStandard::NetConnService
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp1326 ASSERT_FALSE(NetConnService::GetInstance()->httpProxyThreadNeedRun_.load()); in HWTEST_F()

Completed in 9 milliseconds