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:userAgent_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H
A
D
rtsp_request.h
69
userAgent_
= userAgent;
in SetUserAgent()
73
std::string GetUserAgent() const { return
userAgent_
; }
in GetUserAgent()
115
std::string
userAgent_
= "KaihongOS";
member in OHOS::Sharing::RtspRequest
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H
A
D
rtsp_request.cpp
31
ss << RTSP_TOKEN_UA << ":" << RTSP_SP <<
userAgent_
<< RTSP_CRLF;
in Stringify()
82
userAgent_
= tokens_.at(RTSP_TOKEN_UA);
in Parse()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_component.h
402
return
userAgent_
;
in GetUserAgent()
407
userAgent_
= std::move(userAgent);
in SetUserAgent()
1163
std::string
userAgent_
;
member in OHOS::Ace::WebComponent
H
A
D
web_event.h
1093
: BaseEventInfo("DownloadStartEvent"), url_(url),
userAgent_
(userAgent),
in DownloadStartEvent()
1105
return
userAgent_
;
in GetUserAgent()
1125
std::string
userAgent_
;
member in OHOS::Ace::NativeEmbedStatus::DownloadStartEvent
Completed in 7 milliseconds