Searched refs:debugCmd (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/ |
H A D | ability_command.cpp | 969 std::string debugCmd = ""; in MakeWantForProcess() local 1117 debugCmd = optarg; in MakeWantForProcess() 1137 if (perfCmd.empty() && debugCmd.empty()) { in MakeWantForProcess() 1163 if (!debugCmd.empty()) { in MakeWantForProcess() 1164 want.SetParam("debugCmd", debugCmd); in MakeWantForProcess()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1294 const std::string& debugCmd, bool isSandboxApp); 1578 const std::string& debugCmd, bool isSandboxApp);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 3024 const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) in StartPerfProcessByStartMsg() argument 3030 if (perfCmd.empty() && debugCmd.empty()) { in StartPerfProcessByStartMsg() 3046 startMsg.renderParam = debugCmd; in StartPerfProcessByStartMsg() 3047 TAG_LOGI(AAFwkTag::APPMGR, "debuggablePipe debugCmd:%{public}s", debugCmd.c_str()); in StartPerfProcessByStartMsg() 3059 const std::string& perfCmd, const std::string& debugCmd, bool isSandboxApp) in StartPerfProcess() argument 3067 return StartPerfProcessByStartMsg(startMsg, perfCmd, debugCmd, isSandboxApp); in StartPerfProcess() 6192 std::string debugCmd = ""; in NotifyAppFaultBySA() local 6198 debugCmd = want.GetStringParam(DEBUG_CMD); in NotifyAppFaultBySA() 6200 return StartPerfProcessByStartMsg(startMsg, pefCmd, debugCmd, isSandboxApp); in NotifyAppFaultBySA()
|