Home
last modified time | relevance | path

Searched refs:strOne (Results 1 - 3 of 3) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H A Dsp_daemon_test.cpp68 std::string::size_type strOne = result.find("cpu0Usage"); in HWTEST_F() local
70 if ((strOne != result.npos) && (strTwo != result.npos)) { in HWTEST_F()
96 std::string::size_type strOne = result.find("gpuFrequency"); in HWTEST_F() local
98 if ((strOne != result.npos) && (strTwo != result.npos)) { in HWTEST_F()
127 std::string::size_type strOne = result.find("fpsJitters"); in HWTEST_F() local
129 if ((strOne != result.npos) && (strTwo != result.npos)) { in HWTEST_F()
148 std::string::size_type strOne = result.find("timestamp"); in HWTEST_F() local
151 if ((strOne != result.npos) && ((strTwo != result.npos) || (strThree != result.npos))) { in HWTEST_F()
170 std::string::size_type strOne = result.find("currentNow"); in HWTEST_F() local
173 if ((strOne ! in HWTEST_F()
202 std::string::size_type strOne = result.find("memAvailable"); HWTEST_F() local
233 std::string::size_type strOne = result.find("capture"); HWTEST_F() local
254 std::string::size_type strOne = result.find("networkDown"); HWTEST_F() local
275 std::string::size_type strOne = result.find("Collection"); HWTEST_F() local
296 std::string::size_type strOne = result.find("Collection"); HWTEST_F() local
317 std::string::size_type strOne = result.find("activeMode"); HWTEST_F() local
338 std::string::size_type strOne = result.find("BUNDLE_NAME"); HWTEST_F() local
[all...]
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_task.h127 std::string strOne = R"(hiprofiler_cmd \ member in OHOS::SmartPerf::SPTask
/developtools/profiler/host/smartperf/client/client_command/
H A Dsp_task.cpp606 std::string trtmp = strOne + hiPrefix + traceName + strTwo + "\n" + strThree + std::to_string(requestId) + "\n" + in SetHiperf()

Completed in 3 milliseconds