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.h31 bool autoRestore = false; variable
/base/time/time_service/services/timer/include/
Dtimer_info.h31 const bool autoRestore; variable
Dtimer_manager_interface.h31 bool autoRestore; member
/base/time/time_service/services/time/src/
Dsimple_timer_info.cpp104 auto autoRestore = parcel.ReadBool(); in Unmarshalling() local
/base/time/time_service/utils/native/include/
Dtime_common.h34 bool autoRestore; member
/base/time/time_service/services/
Dtime_system_ability.cpp1111 std::shared_ptr<TimerEntry> TimeSystemAbility::GetEntry(cJSON* obj, bool autoRestore) in GetEntry()
1151 void TimeSystemAbility::CjsonIntoDatabase(cJSON* resultSet, bool autoRestore, const std::string &ta… in CjsonIntoDatabase()
1198 …Ability::RecoverTimerInner(std::shared_ptr<OHOS::NativeRdb::ResultSet> resultSet, bool autoRestore) in RecoverTimerInner()
1249 void TimeSystemAbility::RecoverTimerInnerCjson(cJSON* resultSet, bool autoRestore, std::string tabl… in RecoverTimerInnerCjson()
/base/time/time_service/framework/js/napi/system_timer/src/
Dnapi_system_timer.cpp163 bool autoRestore = false; in ParseTimerOptions() local
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp490 bool autoRestore, in SetHandler()
550 bool autoRestore, in SetHandlerLocked()
1535 …ine bool TimerManager::CheckNeedRecoverOnReboot(std::string bundleName, int type, bool autoRestore) in CheckNeedRecoverOnReboot()