Searched refs:ParseFastSuspendDozeTime (Results 1 – 4 of 4) sorted by relevance
34 bool ParseFastSuspendDozeTime(const std::string &FilePath, int &time);
119 bool DataStorageHelper::ParseFastSuspendDozeTime(const std::string &FilePath, int &time) in ParseFastSuspendDozeTime() function in OHOS::BackgroundTaskMgr::DataStorageHelper
679 DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime(file, time);683 DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime(file, time);
152 if (!DelayedSingleton<DataStorageHelper>::GetInstance()->ParseFastSuspendDozeTime( in GetAllowRequestTime()