Home
last modified time | relevance | path

Searched refs:ParseFastSuspendDozeTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Ddata_storage_helper.h34 bool ParseFastSuspendDozeTime(const std::string &FilePath, int &time);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp119 bool DataStorageHelper::ParseFastSuspendDozeTime(const std::string &FilePath, int &time) in ParseFastSuspendDozeTime() function in OHOS::BackgroundTaskMgr::DataStorageHelper
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp679 DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime(file, time);
683 DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime(file, time);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Ddecision_maker.cpp152 if (!DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime( in GetAllowRequestTime()