Searched refs:ProcessAppDebug (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/ |
H A D | app_mgr_service_inner_second_test.cpp | 1974 * @tc.desc: Test ProcessAppDebug. 1992 appMgrServiceInner->ProcessAppDebug(nullptr, true); in HWTEST_F() 1996 appMgrServiceInner->ProcessAppDebug(nullptr, true); in HWTEST_F() 2008 appMgrServiceInner->ProcessAppDebug(appRecord, true); in HWTEST_F() 2012 appMgrServiceInner->ProcessAppDebug(appRecord, true); in HWTEST_F() 2016 appMgrServiceInner->ProcessAppDebug(appRecord, true); in HWTEST_F() 2020 appMgrServiceInner->ProcessAppDebug(appRecord, true); in HWTEST_F() 2027 appMgrServiceInner->ProcessAppDebug(appRecord, false); in HWTEST_F() 2031 appMgrServiceInner->ProcessAppDebug(appRecord, false); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 1691 void ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 2810 ProcessAppDebug(appRecord, isDebugApp); in StartAbility() 3473 ProcessAppDebug(appRecord, appRecord->IsDebugApp()); in StartProcess() 3511 void AppMgrServiceInner::ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart) in ProcessAppDebug() function in OHOS::AppExecFwk::AppMgrServiceInner 4437 ProcessAppDebug(appRecord, true); in StartSpecifiedAbility() 4462 ProcessAppDebug(appRecord, isDebugApp); in StartSpecifiedAbility()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 3664 * @tc.desc: Test the status of ProcessAppDebug. 3678 appMgrServiceInner->ProcessAppDebug(appRecord, isDebugStart); in HWTEST_F()
|
Completed in 25 milliseconds