Home
last modified time | relevance | path

Searched defs:timerInfo (Results 1 – 21 of 21) sorted by relevance

/base/time/time_service/test/unittest/service_test/src/
Dtime_client_test.cpp438 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
463 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
484 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
512 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
558 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
588 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
615 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
637 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
680 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
711 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
[all …]
Dtime_service_timer_test.cpp199 auto timerInfo = std::make_shared<TimerInfoTest>(); in StartIdleTimer() local
853 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
870 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
898 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
926 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
971 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
997 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
1018 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
1047 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
1098 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
[all …]
Dtime_dfx_test.cpp123 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
148 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
201 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
229 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
262 auto timerInfo = std::make_shared<TimerInfoTest>(); variable
Dtime_proxy_test.cpp595 …auto timerInfo = TimerInfo("name", 0, 0, duration, timePoint, duration, timePoint, duration, nullp… variable
656 …auto timerInfo = std::make_shared<TimerInfo>("", TIMER_ID, 0, duration, timePoint, duration, timeP… variable
/base/update/updateservice/services/core/ability/alarm/src/
Dalarm_timer_utils.cpp62 auto timerInfo = std::make_shared<TimerTaskInfo>(); in RegisterAlarm() local
82 auto timerInfo = std::make_shared<TimerTaskInfo>(); in RegisterRepeatAlarm() local
93 …t AlarmTimerUtils::RegisterTimer(int64_t time, const std::shared_ptr<MiscServices::ITimerInfo> &ti… in RegisterTimer()
/base/time/time_service/services/time/src/
Dtimer_call_back.cpp43 …erCallback::InsertTimerCallbackInfo(uint64_t timerId, const std::shared_ptr<ITimerInfo> &timerInfo) in InsertTimerCallbackInfo()
79 std::shared_ptr<ITimerInfo> timerInfo; in NotifyTimer() local
/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
Dtimetesttimer_fuzzer.cpp33 auto timerInfo = std::make_shared<TimerInfo>(); in FuzzTimeCreateTimer() local
62 auto timerInfo = std::make_shared<TimerInfo>(); in FuzzTimeCreateTimerV9() local
/base/time/time_service/interfaces/inner_api/include/
Dtime_service_client.h454 std::shared_ptr<ITimerInfo> timerInfo; member
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dstartup_delay_state_collection.cpp58 auto timerInfo = std::make_shared<ThermalTimerInfo>(); in StartDelayTimer() local
Dcharge_delay_state_collection.cpp122 auto timerInfo = std::make_shared<ThermalTimerInfo>(); in StartDelayTimer() local
/base/powermgr/thermal_manager/services/native/include/thermal_action/
Dithermal_action.h84 auto timerInfo = std::make_shared<ThermalTimerInfo>(); in Execute() local
/base/notification/distributed_notification_service/services/ans/src/notification_extension/
Dnotification_operation_service.cpp55 std::shared_ptr<OperationTimerInfo> timerInfo = std::make_shared<OperationTimerInfo>(hashCode); in AddOperation() local
/base/time/time_service/services/timer/src/
Dtimer_manager.cpp144 OHOS::NativeRdb::ValuesBucket GetInsertValues(std::shared_ptr<TimerEntry> timerInfo, TimerPara &par… in GetInsertValues()
222 std::shared_ptr<TimerEntry> timerInfo; in CreateTimer() local
253 void TimerManager::ReCreateTimer(uint64_t timerId, std::shared_ptr<TimerEntry> timerInfo) in ReCreateTimer()
265 std::shared_ptr<TimerEntry> timerInfo; in StartTimer() local
317 std::shared_ptr<TimerEntry> timerInfo; in StartTimerGroup() local
596 … auto timerInfo = std::find_if(powerOnTriggerTimerList_.begin(), powerOnTriggerTimerList_.end(), in SetHandlerLocked() local
830 bool TimerManager::IsPowerOnTimer(std::shared_ptr<TimerInfo> timerInfo) in IsPowerOnTimer()
873 auto timerInfo = powerOnTriggerTimerList_[0]; in ReschedulePowerOnTimerLocked() local
Dcjson_helper.cpp197 bool CjsonHelper::Insert(std::string tableName, std::shared_ptr<TimerEntry> timerInfo) in Insert()
/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp66 uint64_t ThermalTimer::CreateTimer(std::shared_ptr<ThermalTimerInfo>& timerInfo) in CreateTimer()
/base/time/time_service/services/
Dtime_system_ability.cpp384 …std::shared_ptr<SimpleTimerInfo> timerInfo = std::make_shared<SimpleTimerInfo>(name, type, repeat,… in CreateTimer() local
402 …std::shared_ptr<SimpleTimerInfo> timerInfo = std::make_shared<SimpleTimerInfo>(name, type, repeat,… in CreateTimerWithoutWA() local
1184 auto timerInfo = GetEntry(obj, autoRestore); in CjsonIntoDatabase() local
1233 auto timerInfo = std::make_shared<TimerEntry>(TimerEntry { in RecoverTimerInner() local
1287 auto timerInfo = GetEntry(obj, autoRestore); in RecoverTimerInnerCjson() local
/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_unlock_listener_oper_service.cpp59 …std::shared_ptr<UnlockListenerTimerInfo> timerInfo = std::make_shared<UnlockListenerTimerInfo>(has… in AddDelayTask() local
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_action_test.cpp672 auto timerInfo = std::make_shared<ThermalTimerInfo>(); variable
/base/theme/screenlock_mgr/services/src/
Dstrongauthmanager.cpp269 TimerInfo timerInfo = { in StartStrongAuthTimer() local
/base/time/time_service/interfaces/inner_api/src/
Dtime_service_client.cpp61 auto timerInfo = iter->second->timerInfo; in OnAddSystemAbility() local
/base/notification/distributed_notification_service/services/reminder/src/
Dreminder_data_manager.cpp664 auto timerInfo = std::make_shared<ReminderTimerInfo>(); in CreateTimer() local