Home
last modified time | relevance | path

Searched refs:UsSleep (Results 1 - 11 of 11) sorted by relevance

/base/update/updater/services/
H A Dupdater_ui.cpp58 Utils::UsSleep(minSleepMs); in DoProgress()
60 Utils::UsSleep(maxSleepMs); in DoProgress()
89 Utils::UsSleep(CALLBACK_DELAY); in DEFINE_ASYN_CALLBACK()
93 Utils::UsSleep(DISPLAY_TIME); in DEFINE_ASYN_CALLBACK()
110 Utils::UsSleep(CALLBACK_DELAY); in DEFINE_ASYN_CALLBACK()
122 Utils::UsSleep(SUCCESS_DELAY); in DEFINE_ASYN_CALLBACK()
133 Utils::UsSleep(CALLBACK_DELAY); in DEFINE_ASYN_CALLBACK()
152 Utils::UsSleep(SUCCESS_DELAY); in DEFINE_ASYN_CALLBACK()
172 Utils::UsSleep(CALLBACK_DELAY); in DEFINE_ASYN_CALLBACK()
208 Utils::UsSleep(SUCCESS_DELA in DEFINE_ASYN_CALLBACK()
[all...]
H A Dupdater_main.cpp815 Utils::UsSleep(120 * DISPLAY_TIME); // 120 : 120s
844 Utils::UsSleep(5 * DISPLAY_TIME); // 5 : 5s
865 Utils::UsSleep(DISPLAY_TIME);
/base/update/updater/utils/include/
H A Dutils_common.h28 void UsSleep(int usec);
/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp83 void ChargerGraphicEngine::UsSleep(int usec) in UsSleep() function in OHOS::PowerMgr::ChargerGraphicEngine
97 UsSleep(THREAD_USLEEP_TIME); in FlushThreadLoop()
/base/powermgr/battery_manager/charger/include/
H A Dcharger_graphic_engine.h41 static void UsSleep(int usec);
H A Dcharger_animation.h119 ChargerGraphicEngine::UsSleep(info_.updInterval * MICROSECONDS_PER_MILLISECOND); in ShowNextImage()
/base/update/updater/services/flashd/daemon/
H A Dflashd_main.cpp31 Utils::UsSleep(3000 * 1000); // 3000 * 1000 : wait 3s in FlashdMain()
/base/update/updater/utils/
H A Dutils_common.cpp60 void UsSleep(int usec) in UsSleep() function
/base/update/updater/services/ui/driver/
H A Dgraphic_engine.cpp110 Utils::UsSleep(sleepTime_); in FlushThreadLoop()
122 Utils::UsSleep(THREAD_USLEEP_TIME * 10); // 10: wait for stop 100ms in StopEngine()
/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.cpp203 Utils::UsSleep(interval_ * USECOND_TO_MSECOND); in ShowNextImage()
/base/update/updater/services/fs_manager/
H A Dmount.cpp151 Utils::UsSleep(100); // 100 : Wait interval in MountNtfsWithRetry()

Completed in 5 milliseconds