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:GetUserAgent
(Results
1 - 12
of
12
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H
A
D
rtsp_request.h
73
std::string
GetUserAgent
() const { return userAgent_; }
in GetUserAgent()
function in OHOS::Sharing::RtspRequest
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_object_event.h
125
virtual std::string
GetUserAgent
(void* object) = 0;
H
A
D
web_pattern.cpp
872
if (
GetUserAgent
()) {
in OnModifyDone()
873
delegate_->UpdateUserAgent(
GetUserAgent
().value());
in OnModifyDone()
H
A
D
web_delegate_cross.cpp
476
std::string WebDownloadResponseImpl::
GetUserAgent
() const
in GetUserAgent()
function in OHOS::Ace::WebDownloadResponseImpl
483
return obj->
GetUserAgent
(object_);
in GetUserAgent()
1304
auto userAgent = webDownloadResponse->
GetUserAgent
();
in OnDownloadStart()
H
A
D
web_delegate_cross.h
296
std::string
GetUserAgent
() const;
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H
A
D
downloader.cpp
468
std::string
GetUserAgent
()
in GetUserAgent()
function
482
currentRequest_->httpHeader_[USER_AGENT] =
GetUserAgent
();
in BeginDownload()
483
httpHeader[USER_AGENT] =
GetUserAgent
();
in BeginDownload()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_component.h
400
std::string
GetUserAgent
() const
in GetUserAgent()
function in OHOS::Ace::WebComponent
H
A
D
render_web.cpp
156
auto userAgent = web->
GetUserAgent
();
in Update()
H
A
D
web_event.h
1103
const std::string&
GetUserAgent
() const
in GetUserAgent()
function in OHOS::Ace::NativeEmbedStatus::DownloadStartEvent
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H
A
D
rtsp_unit_test.cpp
271
auto ret = request->
GetUserAgent
();
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_pattern.cpp
3055
if (
GetUserAgent
()) {
in OnModifyDone()
3056
delegate_->UpdateUserAgent(
GetUserAgent
().value());
in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
2151
obj->SetProperty("userAgent", eventInfo.
GetUserAgent
());
in DownloadStartEventToJSValue()
Completed in 40 milliseconds