Home
last modified time | relevance | path

Searched defs:httpProxy (Results 1 – 13 of 13) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/edm_plugin/src/
Dglobal_proxy_plugin_test.cpp59 NetManagerStandard::HttpProxy httpProxy; variable
76 NetManagerStandard::HttpProxy httpProxy; variable
93 NetManagerStandard::HttpProxy httpProxy; variable
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dglobal_proxy_plugin.cpp39 ErrCode GlobalProxyPlugin::OnSetPolicy(NetManagerStandard::HttpProxy &httpProxy) in OnSetPolicy()
49 NetManagerStandard::HttpProxy httpProxy; in OnGetPolicy() local
/base/customization/enterprise_device_management/test/unittest/network_manager_proxy/network_manager_proxy_test/
Dnetwork_manager_proxy_test.cpp310 OHOS::NetManagerStandard::HttpProxy httpProxy; variable
329 OHOS::NetManagerStandard::HttpProxy httpProxy; variable
350 NetManagerStandard::HttpProxy httpProxy; variable
365 NetManagerStandard::HttpProxy httpProxy; variable
/base/customization/enterprise_device_management/services/edm_plugin/src/utils/
Dhttp_proxy_serializer.cpp30 bool HttpProxySerializer::GetPolicy(MessageParcel &data, NetManagerStandard::HttpProxy &httpProxy) in GetPolicy()
/base/web/webview/ohos_adapter/net_proxy_adapter/src/
Dnet_proxy_adapter_impl.cpp237 NetManagerStandard::HttpProxy httpProxy = receiveHttpProxy; in StartListenAppProxy() local
304 NetManagerStandard::HttpProxy httpProxy; in OnReceiveEvent() local
335 NetManagerStandard::HttpProxy httpProxy; in GetProperty() local
/base/customization/enterprise_device_management/interfaces/kits/network_manager/include/
Dnetwork_manager_addon.h57 OHOS::NetManagerStandard::HttpProxy httpProxy; member
/base/web/webview/test/unittest/ohos_adapter/net_proxy_adapter_test/
Dnet_proxy_adapter_test.cpp197 HttpProxy httpProxy = {"tes.web.com", 0, {}}; variable
246 NetManagerStandard::HttpProxy httpProxy; variable
/base/request/request/services/service/request/c_wrapper/source/
Dget_proxy.cpp79 OHOS::NetManagerStandard::HttpProxy httpProxy; in InitProxy() local
/base/telephony/sms_mms/services/mms/
Dmms_network_client.cpp104 int32_t MmsNetworkClient::GetMmsApnPorxy(NetStack::HttpClient::HttpProxy &httpProxy) in GetMmsApnPorxy()
177 NetStack::HttpClient::HttpProxy httpProxy; in HttpRequest() local
/base/customization/enterprise_device_management/interfaces/inner_api/network_manager/src/
Dnetwork_manager_proxy.cpp323 const NetManagerStandard::HttpProxy &httpProxy) in SetGlobalHttpProxy()
341 NetManagerStandard::HttpProxy &httpProxy) in GetGlobalHttpProxy()
/base/telephony/cellular_data/services/src/state_machine/
Dcellular_data_state_machine.cpp277 HttpProxy httpProxy = { host, port, {} }; in UpdateHttpProxy() local
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_proxy/enterprise_device_mgr_proxy_test/
Denterprise_device_mgr_stub_mock.cpp166 OHOS::NetManagerStandard::HttpProxy httpProxy; in InvokeHttpProxySendRequestGetPolicy() local
/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
Dnetwork_manager_addon.cpp925 …kManagerAddon::ConvertHttpProxyToJS(napi_env env, const OHOS::NetManagerStandard::HttpProxy &httpP… in ConvertHttpProxyToJS()