Home
last modified time | relevance | path

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 Dapp_mgr_service_inner_second_test.cpp1974 * @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 Dapp_mgr_service_inner.h1691 void ProcessAppDebug(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2810 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 Dapp_mgr_service_inner_test.cpp3664 * @tc.desc: Test the status of ProcessAppDebug.
3678 appMgrServiceInner->ProcessAppDebug(appRecord, isDebugStart); in HWTEST_F()

Completed in 25 milliseconds