Home
last modified time | relevance | path

Searched refs:tempProxy (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_client.cpp223 sptr<IInstalld> tempProxy = in GetInstalldProxy() local
225 if ((tempProxy == nullptr) || (tempProxy->AsObject() == nullptr)) { in GetInstalldProxy()
234 tempProxy->AsObject()->AddDeathRecipient(recipient_); in GetInstalldProxy()
235 installdProxy_ = tempProxy; in GetInstalldProxy()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_http_probe.cpp419 HttpProxy tempProxy; in SetUserInfo() local
421 userInfoHelp.GetHttpProxyHostPass(tempProxy); in SetUserInfo()
422 auto username = tempProxy.GetUsername(); in SetUserInfo()
423 auto passwd = tempProxy.GetPassword(); in SetUserInfo()
H A Dnet_conn_service.cpp2027 HttpProxy tempProxy; in ActiveHttpProxy() local
2030 LoadGlobalHttpProxy(tempProxy); in ActiveHttpProxy()
2031 userInfoHelp.GetHttpProxyHostPass(tempProxy); in ActiveHttpProxy()
2033 auto proxyType = (tempProxy.host_.find("https://") != std::string::npos) ? CURLPROXY_HTTPS : CURLPROXY_HTTP; in ActiveHttpProxy()
2034 if (!tempProxy.host_.empty() && !tempProxy.username_.empty()) { in ActiveHttpProxy()
2043 curl_easy_setopt(curl, CURLOPT_PROXY, tempProxy.host_.c_str()); in ActiveHttpProxy()
2044 curl_easy_setopt(curl, CURLOPT_PROXYPORT, tempProxy.port_); in ActiveHttpProxy()
2046 curl_easy_setopt(curl, CURLOPT_PROXYUSERNAME, tempProxy.username_.c_str()); in ActiveHttpProxy()
2048 if (!tempProxy in ActiveHttpProxy()
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_proxy_test.cpp98 sptr<SessionProxy> tempProxy = sptr<SessionProxy>::MakeSptr(nullptr); in HWTEST_F() local
99 res = tempProxy->RaiseToAppTop(); in HWTEST_F()
129 sptr<SessionProxy> tempProxy = sptr<SessionProxy>::MakeSptr(nullptr); in HWTEST_F() local
130 res = tempProxy->RaiseAboveTarget(subWindowId); in HWTEST_F()

Completed in 8 milliseconds