Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h449 void ActiveHttpProxy();
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1867 void NetConnService::ActiveHttpProxy() in ActiveHttpProxy() function in OHOS::NetManagerStandard::NetConnService
1970 std::thread t([this]() { ActiveHttpProxy(); }); in SetGlobalHttpProxy()