Searched refs:Sleep (Results 1 – 16 of 16) sorted by relevance
69 static inline void Sleep(int second) in Sleep() function90 Sleep(BLOCK_TIME);102 auto taskFunc = []() { Sleep(BLOCK_TIME); }; in __anon8a62c3f70102()104 Sleep(BLOCK_TIME);121 Sleep(BLOCK_TIME); in __anon8a62c3f70202()143 Sleep(BLOCK_TIME);161 Sleep(BLOCK_TIME); in __anon8a62c3f70402()189 Sleep(BLOCK_TIME);212 Sleep(ONESHOT_TASK_TIME);224 Sleep(ONESHOT_TASK_TIME + DELAYED_TASK_TIME);[all …]
56 void Sleep(int ms) const {} in Sleep() function
52 void Sleep(int ms) const;
257 void UpdaterUiFacade::Sleep(int ms) const in Sleep() function in Updater::UpdaterUiFacade
54 void Sleep(unsigned int seconds);
224 UPDATER_UI_INSTANCE.Sleep(UI_SHOW_DURATION); in UpdaterFromSdcard()303 UPDATER_UI_INSTANCE.Sleep(UI_SHOW_DURATION); in InstallUpdaterPackage()384 UPDATER_UI_INSTANCE.Sleep(UI_SHOW_DURATION); in PreUpdatePackages()580 UPDATER_UI_INSTANCE.Sleep(UI_SHOW_DURATION); in UpdaterMain()586 UPDATER_UI_INSTANCE.Sleep(50); /* wait for page flush 50ms */ in UpdaterMain()
133 UPDATER_UI_INSTANCE.Sleep(UI_SHOW_DURATION); in IsSpaceCapacitySufficient()157 UPDATER_UI_INSTANCE.Sleep(SHOW_FULL_PROGRESS_TIME); in ProgressSmoothHandler()
63 void Sleep(unsigned int seconds) in Sleep() function
42 void Sleep(unsigned int seconds) in Sleep() function
66 Sleep(1);
43 void Sleep(unsigned int seconds) in Sleep() function
147 TimeUtil::Sleep(sleepSecs);
397 TimeUtil::Sleep(SLEEP_TEN_SECONDS); in Breaking()