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:SetUserAgent
(Results
1 - 11
of
11
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H
A
D
rtsp_request.h
67
RtspRequest &
SetUserAgent
(const std::string &userAgent)
in SetUserAgent()
function in OHOS::Sharing::RtspRequest
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
web_model_impl.h
73
void
SetUserAgent
(const std::string& userAgent) override;
H
A
D
web_model_impl.cpp
337
void WebModelImpl::
SetUserAgent
(const std::string& userAgent)
in SetUserAgent()
function in OHOS::Ace::Framework::WebModelImpl
341
webComponent->
SetUserAgent
(userAgent);
in SetUserAgent()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H
A
D
cj_web_ffi.cpp
370
WebModel::GetInstance()->
SetUserAgent
(userAgent);
in FfiOHOSAceFrameworkWebUserAgent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_model.h
81
virtual void
SetUserAgent
(const std::string& userAgent) = 0;
H
A
D
web_model_ng.h
82
void
SetUserAgent
(const std::string& userAgent) override;
H
A
D
web_model_ng.cpp
462
void WebModelNG::
SetUserAgent
(const std::string& userAgent)
in SetUserAgent()
function in OHOS::Ace::NG::WebModelNG
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_component.h
405
void
SetUserAgent
(std::string userAgent)
in SetUserAgent()
function in OHOS::Ace::WebComponent
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H
A
D
rtsp_unit_test.cpp
270
request->
SetUserAgent
(userAgent);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_model_test_ng.cpp
130
webModelNG.
SetUserAgent
("123");
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
3508
WebModel::GetInstance()->
SetUserAgent
(userAgent);
in UserAgent()
Completed in 25 milliseconds