Home
last modified time | relevance | path

Searched refs:ProcessAppDebug (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1511 …void ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2815 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::AppMgrServiceInner
4440 ProcessAppDebug(appRecord, true); in StartSpecifiedAbility()
4466 ProcessAppDebug(appRecord, isDebugApp); in StartSpecifiedAbility()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3693 appMgrServiceInner->ProcessAppDebug(appRecord, isDebugStart);