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:cmdLine
(Results
1 - 11
of
11
) sorted by relevance
/foundation/window/window_manager/setresolution/src/
H
A
D
setresolution_utils.cpp
23
void SetResolutionUtils::PrintUsage(const std::string&
cmdLine
)
in PrintUsage()
argument
25
std::cout << "usage: " <<
cmdLine
.c_str() <<
in PrintUsage()
/foundation/window/window_manager/setresolution/include/
H
A
D
setresolution_utils.h
36
static void PrintUsage(const std::string&
cmdLine
);
/foundation/window/window_manager/snapshot/include/
H
A
D
snapshot_utils.h
52
static void PrintUsage(const std::string&
cmdLine
);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
web_model_impl.cpp
53
void WebModelImpl::SetCustomScheme(const std::string&
cmdLine
)
in SetCustomScheme()
argument
55
if (!
cmdLine
.empty()) {
in SetCustomScheme()
58
webComponent->SetCustomScheme(
cmdLine
);
in SetCustomScheme()
H
A
D
web_model_impl.h
34
void SetCustomScheme(const std::string&
cmdLine
) override;
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_component.h
415
void SetCustomScheme(std::string
cmdLine
)
in SetCustomScheme()
argument
417
customScheme_ = std::move(
cmdLine
);
in SetCustomScheme()
/foundation/window/window_manager/snapshot/src/
H
A
D
snapshot_utils.cpp
83
void SnapShotUtils::PrintUsage(const std::string&
cmdLine
)
in PrintUsage()
argument
85
std::cout << "usage: " <<
cmdLine
.c_str() <<
in PrintUsage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_model.h
40
virtual void SetCustomScheme(const std::string&
cmdLine
) = 0;
H
A
D
web_model_ng.h
43
void SetCustomScheme(const std::string&
cmdLine
) override;
H
A
D
web_model_ng.cpp
93
void WebModelNG::SetCustomScheme(const std::string&
cmdLine
)
in SetCustomScheme()
argument
95
if (!
cmdLine
.empty()) {
in SetCustomScheme()
98
webPattern->SetCustomScheme(
cmdLine
);
in SetCustomScheme()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
2476
std::string
cmdLine
= JSRef<JSFunc>::Cast(getCmdLineFunction)->Call(controller, 0, {})->ToString();
in Create()
local
2477
if (!
cmdLine
.empty()) {
in Create()
2478
WebModel::GetInstance()->SetCustomScheme(
cmdLine
);
in Create()
Completed in 30 milliseconds