Home
last modified time | relevance | path

Searched refs:DOZE_TIME (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Ddata_storage_helper.cpp38 const std::string DOZE_TIME = "doze_time"; member
137 !CommonUtils::CheckJsonValue(fastFrozen, {ENABLE, DOZE_TIME})) { in ParseFastSuspendDozeTime()
145 if (!fastFrozen[DOZE_TIME].is_number_integer()) { in ParseFastSuspendDozeTime()
149 time = fastFrozen.at(DOZE_TIME).get<int>(); in ParseFastSuspendDozeTime()

Completed in 2 milliseconds