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:username_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H
A
D
rtsp_url.h
48
username_
= sm[2].str(); // 2:matching position
in Parse()
56
if (
username_
.empty() && path_.find("?username") != std::string::npos) {
in Parse()
60
username_
= path_.substr(ui + 10, pi - ui - 10); // 10:matching position
in Parse()
63
username_
= path_.substr(ui + 10); // 10:matching position
in Parse()
88
return
username_
;
in GetUsername()
106
std::string
username_
;
member in OHOS::Sharing::RtspUrl
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
http_proxy.cpp
61
return
username_
;
in GetUsername()
77
username_
== httpProxy.
username_
&& password_ == httpProxy.password_);
in operator ==()
109
parcel.WriteString(
username_
);
in Marshalling()
156
parcel.ReadString(httpProxy.
username_
);
in Unmarshalling()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H
A
D
http_proxy.h
58
username_
= username;
in SetUserName()
73
SecureData
username_
;
member in OHOS::NetManagerStandard::final
/foundation/communication/netmanager_base/services/netconnmanager/src/
H
A
D
net_conn_service.cpp
2034
if (!tempProxy.host_.empty() && !tempProxy.
username_
.empty()) {
in ActiveHttpProxy()
2046
curl_easy_setopt(curl, CURLOPT_PROXYUSERNAME, tempProxy.
username_
.c_str());
in ActiveHttpProxy()
2121
NETMGR_LOG_I("ActiveHttpProxy user.len[%{public}zu], pwd.len[%{public}zu]", httpProxy.
username_
.length(),
in SetGlobalHttpProxy()
Completed in 6 milliseconds