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:globalHttpProxy_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_http_probe.cpp
143
globalHttpProxy_
= httpProxy;
in UpdateGlobalHttpProxy()
580
if (!
globalHttpProxy_
.GetHost().empty() && defaultUseGlobalHttpProxy_) {
in LoadProxy()
581
proxyHost =
globalHttpProxy_
.GetHost();
in LoadProxy()
582
proxyPort = static_cast<int32_t>(
globalHttpProxy_
.GetPort());
in LoadProxy()
H
A
D
net_monitor.cpp
176
primaryHttpThread->UpdateGlobalHttpProxy(
globalHttpProxy_
);
in SendProbe()
177
primaryHttpsThread->UpdateGlobalHttpProxy(
globalHttpProxy_
);
in SendProbe()
258
httpProxyTracker.ReadFromSettingsData(
globalHttpProxy_
);
in LoadGlobalHttpProxy()
264
globalHttpProxy_
= httpProxy;
in UpdateGlobalHttpProxy()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H
A
D
net_monitor.h
112
HttpProxy
globalHttpProxy_
;
member in OHOS::NetManagerStandard::NetMonitor
H
A
D
net_http_probe.h
77
HttpProxy
globalHttpProxy_
;
member in OHOS::NetManagerStandard::NetHttpProbe
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
net_conn_client.cpp
552
if (proxy != nullptr && !
globalHttpProxy_
.GetHost().empty()) {
in RecoverCallbackAndGlobalProxy()
553
int32_t ret = proxy->SetGlobalHttpProxy(
globalHttpProxy_
);
in RecoverCallbackAndGlobalProxy()
554
NETMGR_LOG_D("
globalHttpProxy_
Register result %{public}d", ret);
in RecoverCallbackAndGlobalProxy()
581
if (!registerConnTupleList_.empty() || preAirplaneCallback_ != nullptr || !
globalHttpProxy_
.GetHost().empty()) {
in OnRemoteDied()
627
if (
globalHttpProxy_
!= httpProxy) {
in SetGlobalHttpProxy()
628
globalHttpProxy_
= httpProxy;
in SetGlobalHttpProxy()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H
A
D
net_conn_client.h
498
HttpProxy
globalHttpProxy_
;
member in OHOS::NetManagerStandard::NetConnClient
Completed in 5 milliseconds