Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tempProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H
A
D
installd_client.cpp
223
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
D
net_http_probe.cpp
419
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
D
net_conn_service.cpp
2027
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
D
session_proxy_test.cpp
98
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