Home
last modified time | relevance | path

Searched refs:appName (Results 1 - 11 of 11) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
H A Dtest_utilities.cpp22 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 Dtest_utilities.h21 bool CheckTestApp(const std::string& appName);
/developtools/packing_tool/adapter/ohos/
H A DAppInfo.java61 * Indicates the appName of app AppInfo.
63 public String appName = ""; field in AppInfo
H A DModuleAppInfo.java101 * Indicates the appName of app AppJson.
103 public String appName = ""; field in ModuleAppInfo
H A DModuleAdaption.java94 appInfo.appName = moduleAppInfo.appName; in convertToAppInfo()
H A DJsonUtil.java334 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 Dhisysevent_stdtype.cpp19 uint32_t HiSysEventSubkeys::AppendSysEventSubkey(DataIndex eventSource, DataIndex appName) in AppendSysEventSubkey() argument
22 subkeyNameIds_.emplace_back(appName); in AppendSysEventSubkey()
H A Dhisysevent_stdtype.h24 uint32_t AppendSysEventSubkey(DataIndex eventSource, DataIndex appName);
/developtools/smartperf_host/trace_streamer/src/filter/hi_sysevent_filter/
H A Dhi_sysevent_measure_filter.h39 std::vector<std::string> appName; member
H A Dhi_sysevent_measure_filter.cpp186 jData.appName.assign(subItem.value().begin(), subItem.value().end()); in JGetData()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H A Dtable_test.cpp74 DataIndex appName = stream_.traceDataCache_->GetDataIndex("app1"); in HWTEST_F() local
75 stream_.traceDataCache_->GetHiSysEventSubkeysData()->AppendSysEventSubkey(eventSource, appName); in HWTEST_F()

Completed in 11 milliseconds