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:CMD1
(Results
1 - 4
of
4
) sorted by relevance
/base/time/time_service/test/unittest/service_test/src/
H
A
D
time_dfx_test.cpp
129
auto
CMD1
= std::string(CMD).append(" \"-timer -i ").append(std::to_string(timerId)).append(" \"");
in HWTEST_F()
local
130
auto ret = TimeDfxTest::ExecuteCmd(
CMD1
.c_str(), result);
in HWTEST_F()
154
auto
CMD1
= std::string(CMD).append(" \"-timer -s ").append(std::to_string(timerId)).append(" \"");
in HWTEST_F()
local
155
auto ret = TimeDfxTest::ExecuteCmd(
CMD1
.c_str(), result);
in HWTEST_F()
224
auto
CMD1
= std::string(CMD).append(" \"-UidTimer -l ").append(" \"");
in HWTEST_F()
local
240
ret = TimeDfxTest::ExecuteCmd(
CMD1
.c_str(), result);
in HWTEST_F()
257
auto
CMD1
= std::string(CMD).append(" \"-PidTimer -l ").append(" \"");
in HWTEST_F()
local
273
ret = TimeDfxTest::ExecuteCmd(
CMD1
.c_str(), result);
in HWTEST_F()
289
auto
CMD1
= std::string(CMD).append(" \"-ProxyTimer -l ").append(" \"");
in HWTEST_F()
local
305
ret = TimeDfxTest::ExecuteCmd(
CMD1
in HWTEST_F()
321
auto
CMD1
= std::string(CMD).append(" \\"-ProxyDelayTime -l ").append(" \\"");
HWTEST_F()
local
336
auto
CMD1
= std::string(CMD).append(" \\"-adjust -a ").append(" \\"");
HWTEST_F()
local
[all...]
/base/theme/wallpaper_mgr/test/unittest/
H
A
D
wallpaper_dfx_test.cpp
33
constexpr const char *
CMD1
= "hidumper -s 3705";
member
97
auto ret = WallpaperDfxTest::ExecuteCmd(
CMD1
, result);
in HWTEST_F()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
input_method_dfx_test.cpp
51
constexpr const char *
CMD1
= "hidumper -s 3703 -a -a";
member
266
auto ret = TddUtil::ExecuteCmd(
CMD1
, result);
in HWTEST_F()
/base/theme/screenlock_mgr/test/unittest/
H
A
D
screenlock_service_test.cpp
46
constexpr const char *
CMD1
= "hidumper -s 3704";
member
333
auto ret = ScreenLockServiceTest::ExecuteCmd(
CMD1
, result);
in HWTEST_F()
Completed in 4 milliseconds