Home
last modified time | relevance | path

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

/base/update/updateservice/services/startup/manage/src/
H A Dstartup_schedule_empty.cpp29 StartupSchedule::StartupSchedule() in StartupSchedule() function in OHOS::UpdateEngine::StartupSchedule
31 ENGINE_LOGD("StartupSchedule constructor"); in StartupSchedule()
34 StartupSchedule::~StartupSchedule() in ~StartupSchedule()
36 ENGINE_LOGD("StartupSchedule deConstructor"); in ~StartupSchedule()
39 void StartupSchedule::RegisterLooper(const ScheduleLooper &looper) in RegisterLooper()
44 void StartupSchedule::UnregisterLooper() in UnregisterLooper()
49 bool StartupSchedule::Schedule(const ScheduleTask &task) in Schedule()
55 bool StartupSchedule
[all...]
H A Dstartup_schedule.cpp31 StartupSchedule::StartupSchedule() in StartupSchedule() function in OHOS::UpdateEngine::StartupSchedule
33 ENGINE_LOGD("StartupSchedule constructor"); in StartupSchedule()
36 StartupSchedule::~StartupSchedule() in ~StartupSchedule()
38 ENGINE_LOGD("StartupSchedule deConstructor"); in ~StartupSchedule()
41 void StartupSchedule::RegisterLooper(const ScheduleLooper &looper) in RegisterLooper()
50 void StartupSchedule::UnregisterLooper() in UnregisterLooper()
59 bool StartupSchedule::Schedule(const ScheduleTask &task) in Schedule()
74 bool StartupSchedule
[all...]
H A Dstartup_manager.cpp36 DelayedSingleton<AccessManager>::GetInstance(), DelayedSingleton<StartupSchedule>::GetInstance()); in StartupManager()
73 DelayedSingleton<StartupSchedule>::GetInstance()->RegisterLooper([=]() { in IdleLoop()
/base/update/updateservice/services/startup/manage/include/
H A Dstartup_schedule.h36 class StartupSchedule final : public IStartupSchedule, public DelayedSingleton<StartupSchedule> {
37 DECLARE_DELAYED_SINGLETON(StartupSchedule);
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp173 if (!DelayedSingleton<StartupSchedule>::GetInstance()->Schedule(scheduleTask)) { in DoTerminateUpgrade()

Completed in 2 milliseconds