Searched refs:ProcessAppDebug (Results 1 – 3 of 3) sorted by relevance
1511 …void ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart);
2815 ProcessAppDebug(appRecord, isDebugApp); in StartAbility()3474 ProcessAppDebug(appRecord, appRecord->IsDebugApp()); in StartProcess()3512 void AppMgrServiceInner::ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const … in ProcessAppDebug() function in OHOS::AppExecFwk::AppMgrServiceInner4440 ProcessAppDebug(appRecord, true); in StartSpecifiedAbility()4466 ProcessAppDebug(appRecord, isDebugApp); in StartSpecifiedAbility()
3693 appMgrServiceInner->ProcessAppDebug(appRecord, isDebugStart);