Home
last modified time | relevance | path

Searched defs:perfCmd (Results 1 – 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
Dmock_runtime.h97 void StartProfiler(const std::string &perfCmd) override {} in StartProfiler()
/foundation/ability/ability_runtime/tools/aa/src/
Dability_command.cpp723 const char* optarg, const size_t paramLength, std::string &perfCmd) in CheckPerfCmdString()
769 std::string perfCmd = ""; in MakeWantForProcess() local
1017 std::string perfCmd; in MakeWantFromCmd() local
/foundation/ability/ability_runtime/test/unittest/runtime_test/
Djs_runtime_test.cpp820 std::string perfCmd = "profile jsperf 100"; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime.cpp269 void JsRuntime::StartProfiler(const std::string &perfCmd) in StartProfiler()
/foundation/ability/ability_runtime/services/appmgr/src/
Dapp_mgr_service_inner.cpp222 std::string perfCmd = (want == nullptr) ? "" : want->GetStringParam(PERF_CMD); in LoadAbility() local
1703 const std::string& perfCmd, const std::string& debugCmd, bool isSanboxApp) const in StartPerfProcess() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dmain_thread.cpp1702 auto perfCmd = want->GetStringParam("perfCmd"); in HandleLaunchAbility() local