Home
last modified time | relevance | path

Searched defs:autoRestore (Results 1 – 8 of 8) sorted by relevance

/base/time/time_service/interfaces/inner_api/include/
Ditimer_info.h33 bool autoRestore = false; variable
/base/time/time_service/services/timer/include/
Dtimer_info.h35 const bool autoRestore; variable
Dtimer_manager_interface.h33 bool autoRestore; member
/base/time/time_service/utils/native/include/
Dtime_common.h35 bool autoRestore; member
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp457 bool autoRestore, in SetHandler()
517 bool autoRestore, in SetHandlerLocked()
1422 …ine bool TimerManager::CheckNeedRecoverOnReboot(std::string bundleName, int type, bool autoRestore) in CheckNeedRecoverOnReboot()
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp165 bool autoRestore = false; in ParseTimerOptions() local
/base/time/time_service/services/ipc/stub/
Dtime_service_stub.cpp205 auto autoRestore = data.ReadBool(); in OnCreateTimer() local
/base/time/time_service/services/
Dtime_system_ability.cpp944 …Ability::RecoverTimerInner(std::shared_ptr<OHOS::NativeRdb::ResultSet> resultSet, bool autoRestore) in RecoverTimerInner()