Home
last modified time | relevance | path

Searched refs:StopAccounting (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dpkg_delay_suspend_info.cpp69 StopAccounting(requestId); in RemoveRequest()
108 void PkgDelaySuspendInfo::StopAccounting(const int32_t requestId) in StopAccounting() function in OHOS::BackgroundTaskMgr::PkgDelaySuspendInfo
114 info->StopAccounting(); in StopAccounting()
128 info->StopAccounting(); in StopAccountingAll()
H A Ddelay_suspend_info_ex.cpp51 void DelaySuspendInfoEx::StopAccounting() in StopAccounting() function in OHOS::BackgroundTaskMgr::DelaySuspendInfoEx
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp526 pkgDelaySuspendInfo->StopAccounting(1);
528 pkgDelaySuspendInfo->StopAccounting(-1);
530 pkgDelaySuspendInfo->StopAccounting(1);
532 pkgDelaySuspendInfo->StopAccounting(1);
537 pkgDelaySuspendInfo->StopAccounting(1);
539 pkgDelaySuspendInfo->StopAccounting(1);
807 delayInfo->StopAccounting();
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Ddelay_suspend_info_ex.h33 void StopAccounting();
H A Dpkg_delay_suspend_info.h43 void StopAccounting(const int32_t requestId);