Home
last modified time | relevance | path

Searched refs:INIT_INTERVAL (Results 1 – 6 of 6) sorted by relevance

/base/request/request/services/service/request/c_wrapper/source/
Dc_event_handler.cpp23 const std::int64_t INIT_INTERVAL = 5000L; variable
46 serviceHandler_->PostTask(callback, INIT_INTERVAL); in RequestPostTask()
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp60 const std::int64_t INIT_INTERVAL = 5000000L; variable
112 queue_->submit(callback, ffrt::task_attr().delay(INIT_INTERVAL)); in OnStart()
/base/time/time_service/services/
Dtime_system_ability.cpp56 static const std::int32_t INIT_INTERVAL = 10000L; variable
164 serviceHandler_->PostTask(callback, "time_service_init_retry", INIT_INTERVAL); in OnStart()
189 serviceHandler_->PostTask(callback, "time_service_subscriber_retry", INIT_INTERVAL); in RegisterSubscriber()
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp50 constexpr std::int32_t INIT_INTERVAL = 10000L; variable
93 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()
211 serviceHandler_->PostTask(callback, INIT_INTERVAL); in StartUserIdListener()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp105 constexpr int64_t INIT_INTERVAL = 10000L; variable
181 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()
/base/print/print_fwk/services/print_service/src/
Dprint_service_ability.cpp55 const int64_t INIT_INTERVAL = 5000L; variable
159 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()