Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dpkg_delay_suspend_info.cpp89 void PkgDelaySuspendInfo::StartAccounting(const int32_t requestId) in StartAccounting() function in OHOS::BackgroundTaskMgr::PkgDelaySuspendInfo
100 info->StartAccounting(); in StartAccounting()
H A Ddecision_maker.cpp140 pkgInfo->StartAccounting(); in OnForegroundApplicationChanged()
223 pkgInfo->StartAccounting(delayInfo->GetRequestId()); in Decide()
266 pkgInfo->StartAccounting(); in StartTransientTaskTimeForInner()
464 pkgInfo->StartAccounting(); in HandleScreenOff()
H A Ddelay_suspend_info_ex.cpp44 void DelaySuspendInfoEx::StartAccounting() in StartAccounting() function in OHOS::BackgroundTaskMgr::DelaySuspendInfoEx
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Ddelay_suspend_info_ex.h32 void StartAccounting();
H A Dpkg_delay_suspend_info.h42 void StartAccounting(const int32_t requestId = -1);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp514 pkgDelaySuspendInfo->StartAccounting(1);
516 pkgDelaySuspendInfo->StartAccounting(2);
517 pkgDelaySuspendInfo->StartAccounting(-1);
520 pkgDelaySuspendInfo->StartAccounting(1);
523 pkgDelaySuspendInfo->StartAccounting(1);
805 delayInfo->StartAccounting();