Home
last modified time | relevance | path

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

/base/request/request/services/service/rust/src/c_wrapper/source/
Dc_event_handler.cpp23 const std::int64_t INIT_INTERVAL = 5000L; variable
46 serviceHandler_->PostTask(callback, INIT_INTERVAL); in RequestPostTask()
/base/time/time_service/services/
Dtime_system_ability.cpp56 static const std::int32_t INIT_INTERVAL = 10000L; variable
143 serviceHandler_->PostTask(callback, "time_service_init_retry", INIT_INTERVAL); in OnStart()
166 serviceHandler_->PostTask(callback, "time_service_subscriber_retry", INIT_INTERVAL); in RegisterSubscriber()
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp45 constexpr std::int32_t INIT_INTERVAL = 10000L; variable
87 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()
199 serviceHandler_->PostTask(callback, INIT_INTERVAL); in StartUserIdListener()
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp62 const std::int64_t INIT_INTERVAL = 5000000L; variable
123 queue_->submit(callback, ffrt::task_attr().delay(INIT_INTERVAL)); in OnStart()
/base/print/print_fwk/services/src/
Dprint_service_ability.cpp55 const int64_t INIT_INTERVAL = 5000L; variable
151 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp102 constexpr int64_t INIT_INTERVAL = 10000L; variable
170 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()