Home
last modified time | relevance | path

Searched refs:ReportLoadingEventToRss (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/include/
H A Dres_sched_util.h54 void ReportLoadingEventToRss(LoadingStage stage, int32_t pid, int32_t uid,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/res_sched_util_test/
H A Dres_sched_util_test.cpp92 AAFwk::ResSchedUtil::GetInstance().ReportLoadingEventToRss(AAFwk::LoadingStage::LOAD_BEGIN,
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp174 void ResSchedUtil::ReportLoadingEventToRss(LoadingStage stage, int32_t pid, int32_t uid, in ReportLoadingEventToRss() function in OHOS::AAFwk::ResSchedUtil
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp516 …ResSchedUtil::GetInstance().ReportLoadingEventToRss(LoadingStage::FOREGROUND_BEGIN, GetPid(), GetU… in PostForegroundTimeoutTask()
542 …ResSchedUtil::GetInstance().ReportLoadingEventToRss(LoadingStage::FOREGROUND_BEGIN, GetPid(), GetU… in PostUIExtensionAbilityTimeoutTask()
1311 … ResSchedUtil::GetInstance().ReportLoadingEventToRss(LoadingStage::DESTROY_END, GetPid(), GetUid(), in TerminateAbility()
1513 ResSchedUtil::GetInstance().ReportLoadingEventToRss(LoadingStage::LOAD_END, GetPid(), in AfterLoaded()
1658 …ResSchedUtil::GetInstance().ReportLoadingEventToRss(LoadingStage::DESTROY_BEGIN, GetPid(), GetUid(… in Terminate()
H A Dability_connect_manager.cpp1657 ResSchedUtil::GetInstance().ReportLoadingEventToRss(LoadingStage::LOAD_END, in DispatchInactive()
1721 …ResSchedUtil::GetInstance().ReportLoadingEventToRss(LoadingStage::DESTROY_END, abilityRecord->GetP… in DispatchTerminate()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp506 … AAFwk::ResSchedUtil::GetInstance().ReportLoadingEventToRss(AAFwk::LoadingStage::PRELOAD_BEGIN, in reportpreLoadTask()
647 … AAFwk::ResSchedUtil::GetInstance().ReportLoadingEventToRss(AAFwk::LoadingStage::LOAD_BEGIN, in AfterLoadAbility()