Home
last modified time | relevance | path

Searched refs:SendHttpProxyChangeBroadcast (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_conn_service.h445 void SendHttpProxyChangeBroadcast(const HttpProxy &httpProxy);
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp831 SendHttpProxyChangeBroadcast(netLinkInfo->httpProxy_); in UpdateNetLinkInfoAsync()
884 void NetConnService::SendHttpProxyChangeBroadcast(const HttpProxy &httpProxy) in SendHttpProxyChangeBroadcast() function in OHOS::NetManagerStandard::NetConnService
1963 SendHttpProxyChangeBroadcast(newHttpProxy); in SetGlobalHttpProxy()
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_service_test.cpp121 NetConnService::GetInstance()->SendHttpProxyChangeBroadcast(httpProxy); in SetUpTestCase()