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:appName
(Results
1 - 11
of
11
) sorted by relevance
/developtools/hiperf/test/unittest/common/native/
H
A
D
test_utilities.cpp
22
bool CheckTestApp(const std::string&
appName
)
in CheckTestApp()
argument
26
std::string cmd = "pidof " +
appName
;
in CheckTestApp()
/developtools/hiperf/test/unittest/common/native/include/
H
A
D
test_utilities.h
21
bool CheckTestApp(const std::string&
appName
);
/developtools/packing_tool/adapter/ohos/
H
A
D
AppInfo.java
61
* Indicates the
appName
of app AppInfo.
63
public String
appName
= "";
field in AppInfo
H
A
D
ModuleAppInfo.java
101
* Indicates the
appName
of app AppJson.
103
public String
appName
= "";
field in ModuleAppInfo
H
A
D
ModuleAdaption.java
94
appInfo.
appName
= moduleAppInfo.
appName
;
in convertToAppInfo()
H
A
D
JsonUtil.java
334
if (!profileInfo.appInfo.
appName
.isEmpty()) {
in parseProfileInfo()
339
profileInfo.appInfo.
appName
= profileInfo.hapInfo.abilities.get(0).label;
in parseProfileInfo()
351
profileInfo.appInfo.
appName
= abilityInfo.label;
in parseProfileInfo()
397
appInfo.
appName
= labelRes;
in parseAppInfo()
400
appInfo.
appName
= getJsonString(appJson, "label");
in parseAppInfo()
1038
// parse
appName
in parseModuleProfileInfo()
1042
moduleProfileInfo.moduleAppInfo.
appName
= abilityInfo.label;
in parseModuleProfileInfo()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hisysevent/
H
A
D
hisysevent_stdtype.cpp
19
uint32_t HiSysEventSubkeys::AppendSysEventSubkey(DataIndex eventSource, DataIndex
appName
)
in AppendSysEventSubkey()
argument
22
subkeyNameIds_.emplace_back(
appName
);
in AppendSysEventSubkey()
H
A
D
hisysevent_stdtype.h
24
uint32_t AppendSysEventSubkey(DataIndex eventSource, DataIndex
appName
);
/developtools/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/
H
A
D
hi_sysevent_measure_filter.h
39
std::vector<std::string>
appName
;
member
H
A
D
hi_sysevent_measure_filter.cpp
186
jData.
appName
.assign(subItem.value().begin(), subItem.value().end());
in JGetData()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H
A
D
table_test.cpp
74
DataIndex
appName
= stream_.traceDataCache_->GetDataIndex("app1");
in HWTEST_F()
local
75
stream_.traceDataCache_->GetHiSysEventSubkeysData()->AppendSysEventSubkey(eventSource,
appName
);
in HWTEST_F()
Completed in 11 milliseconds