Home
last modified time | relevance | path

Searched refs:proxyType (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_core_service/src/
H A Dims_core_service.cpp131 sptr<IRemoteObject> ImsCoreService::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr() argument
133 switch (proxyType) { in GetProxyObjectPtr()
138 TELEPHONY_LOGI("GetProxyObjectPtr success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
144 TELEPHONY_LOGI("GetProxyObjectPtr success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
150 TELEPHONY_LOGE("GetProxyObjectPtr failed! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
H A Dims_core_service_stub.cpp91 ImsServiceProxyType proxyType = static_cast<ImsServiceProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr() local
92 sptr<IRemoteObject> object = GetProxyObjectPtr(proxyType); in OnGetProxyObjectPtr()
/ohos5.0/foundation/communication/netstack/test/unittest/http_client/
H A DHttpClientRequestTest.cpp183 const OHOS::NetStack::HttpClient::HttpProxy &proxyType = req.GetHttpProxy(); variable
184 EXPECT_EQ(proxyType.host, "");
193 const OHOS::NetStack::HttpClient::HttpProxy &proxyType = req.GetHttpProxy(); variable
194 EXPECT_EQ(proxyType.host, proxy.host);
201 int proxyType = req.GetHttpProxyType(); variable
202 EXPECT_EQ(proxyType, HttpProxyType::NOT_USE);
209 int proxyType = req.GetHttpProxyType(); variable
210 EXPECT_EQ(proxyType, HttpProxyType::USE_SPECIFIED);
/ohos5.0/base/telephony/core_service/services/ims_service_interaction/src/
H A Dims_core_service_proxy.cpp111 sptr<IRemoteObject> ImsCoreServiceProxy::GetProxyObjectPtr(ImsServiceProxyType proxyType) in GetProxyObjectPtr() argument
118 dataParcel.WriteInt32(static_cast<int32_t>(proxyType)); in GetProxyObjectPtr()
/ohos5.0/foundation/communication/netstack/test/fuzztest/websocket/fuzztest/websocketexec_fuzzer/
H A Dwebsocket_exec_fuzzer.cpp114 WebsocketProxyType proxyType(GetData<WebsocketProxyType>()); in SetWebsocketProxyTypeFuzzTest() local
115 context.SetWebsocketProxyType(proxyType); in SetWebsocketProxyTypeFuzzTest()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/ims/include/
H A Dims_core_service_interface.h54 virtual sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) = 0;
H A Dims_core_service_proxy.h32 sptr<IRemoteObject> GetProxyObjectPtr(ImsServiceProxyType proxyType) override;
/ohos5.0/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_proxy.cpp240 sptr<IRemoteObject> SatelliteServiceProxy::GetProxyObjectPtr(SatelliteServiceProxyType proxyType) in GetProxyObjectPtr() argument
247 dataParcel.WriteInt32(static_cast<int32_t>(proxyType)); in GetProxyObjectPtr()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_session.c89 SendPriority ProxyTypeToConnPri(ProxyPacketType proxyType) in ProxyTypeToConnPri() argument
91 switch (proxyType) { in ProxyTypeToConnPri()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/satellite/
H A Di_satellite_service.h106 virtual sptr<IRemoteObject> GetProxyObjectPtr(SatelliteServiceProxyType proxyType) = 0;
H A Dsatellite_service_proxy.h34 sptr<IRemoteObject> GetProxyObjectPtr(SatelliteServiceProxyType proxyType) override;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp1376 sptr<IRemoteObject> CallManagerService::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument
1379 auto it = proxyObjectPtrMap_.find(static_cast<uint32_t>(proxyType)); in GetProxyObjectPtr()
1381 TELEPHONY_LOGI("GetProxyObjectPtr success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
1384 switch (proxyType) { in GetProxyObjectPtr()
1391 proxyObjectPtrMap_[proxyType] = ptr->AsObject().GetRefPtr(); in GetProxyObjectPtr()
1392 … TELEPHONY_LOGI("create BluetoothCallService object success! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
1400 TELEPHONY_LOGE("GetProxyObjectPtr failed! proxyType:%{public}d", proxyType); in GetProxyObjectPtr()
H A Dcall_manager_service_stub.cpp1301 CallManagerProxyType proxyType = static_cast<CallManagerProxyType>(data.ReadInt32()); in OnGetProxyObjectPtr() local
1302 sptr<IRemoteObject> objectPtr = GetProxyObjectPtr(proxyType); in OnGetProxyObjectPtr()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp313 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in InitCurProxy() local
314 curl_easy_setopt(easyHandle_, CURLOPT_PROXYTYPE, proxyType); in InitCurProxy()
/ohos5.0/foundation/communication/netstack/frameworks/native/http/http_client/
H A Dhttp_client_task.cpp239 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in SetOtherCurlOption() local
240 NETSTACK_CURL_EASY_SET_OPTION(handle, CURLOPT_PROXYTYPE, proxyType); in SetOtherCurlOption()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp440 …auto proxyType = (proxyHost.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_H… in SetProxyInfo() local
447 NETPROBE_CURL_EASY_SET_OPTION(curlHandler, CURLOPT_PROXYTYPE, proxyType); in SetProxyInfo()
/ohos5.0/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_proxy.h118 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType);
H A Dcall_manager_service_proxy.h678 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
H A Di_call_manager_service.h110 virtual sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) = 0;
/ohos5.0/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h713 sptr<IRemoteObject> GetProxyObjectPtr(CallManagerProxyType proxyType) override;
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_client_exec.cpp522 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in SetOtherOption() local
523 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_PROXYTYPE, proxyType, context); in SetOtherOption()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager7_gtest.cpp306 CallManagerProxyType proxyType = CallManagerProxyType::PROXY_BLUETOOTH_CALL; variable
307 callManagerService->GetProxyObjectPtr(proxyType);
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_manager_service_proxy.cpp1254 sptr<IRemoteObject> CallManagerServiceProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument
1261 dataParcel.WriteInt32(static_cast<int32_t>(proxyType)); in GetProxyObjectPtr()
H A Dcall_manager_proxy.cpp1550 sptr<IRemoteObject> CallManagerProxy::GetProxyObjectPtr(CallManagerProxyType proxyType) in GetProxyObjectPtr() argument
1561 sptr<IRemoteObject> ptr = callManagerServicePtr_->GetProxyObjectPtr(proxyType); in GetProxyObjectPtr()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_exec/src/
H A Dhttp_exec.cpp813 … auto proxyType = (host.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in AddCurlHandle() local
814 NETSTACK_CURL_EASY_SET_OPTION(curl, CURLOPT_PROXYTYPE, proxyType, context); in AddCurlHandle()

12