Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_launch_data.h165 inline void SetPerfCmd(const std::string &perfCmd) in SetPerfCmd()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h72 std::string perfCmd; member
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp830 const char* optarg, const size_t paramLength, std::string &perfCmd) in CheckPerfCmdString()
968 std::string perfCmd = ""; in MakeWantForProcess() local
1269 std::string perfCmd; in MakeWantFromCmd() local
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dpeer_binder_catcher.cpp52 bool PeerBinderCatcher::Initialize(const std::string& perfCmd, int layer, int pid) in Initialize()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h366 std::string perfCmd; member
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp1719 std::string perfCmd = "profile jsperf 100"; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp1844 void AppRunningRecord::SetPerfCmd(const std::string &perfCmd) in SetPerfCmd()
H A Dapp_mgr_service_inner.cpp854 std::string perfCmd = (want == nullptr) ? "" : want->GetStringParam(PERF_CMD); in LoadAbilityNoAppRecord() local
3024 const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) in StartPerfProcessByStartMsg()
3059 const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) in StartPerfProcess()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1519 auto perfCmd = appLaunchData.GetPerfCmd(); in HandleLaunchApplication() local