Home
last modified time | relevance | path

Searched refs:MakeAppDebugInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h1692 AppDebugInfo MakeAppDebugInfo(const std::shared_ptr<AppRunningRecord> &appRecord, const bool &isDebugStart);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3492 AppDebugInfo AppMgrServiceInner::MakeAppDebugInfo( in MakeAppDebugInfo() function in OHOS::AppExecFwk::AppMgrServiceInner
3521 debugInfos.emplace_back(MakeAppDebugInfo(appRecord, isDebugStart)); in ProcessAppDebug()
3713 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in ClearAppRunningData()
3837 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in TerminateApplication()
6774 auto info = MakeAppDebugInfo(appRecord, appRecord->IsDebugApp()); in NotifyAppFaultBySA()
7483 debugInfos.emplace_back(MakeAppDebugInfo(appRecord, flag)); in NotifyAppFaultBySA()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp3684 * @tc.desc: Test the status of MakeAppDebugInfo.
3698 auto appDebugInfo = appMgrServiceInner->MakeAppDebugInfo(appRecord, isDebugStart); in HWTEST_F()

Completed in 20 milliseconds