Searched refs:INIT_INTERVAL (Results 1 – 6 of 6) sorted by relevance
/base/request/request/services/service/rust/src/c_wrapper/source/ |
D | c_event_handler.cpp | 23 const std::int64_t INIT_INTERVAL = 5000L; variable 46 serviceHandler_->PostTask(callback, INIT_INTERVAL); in RequestPostTask()
|
/base/time/time_service/services/ |
D | time_system_ability.cpp | 56 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/ |
D | input_method_system_ability.cpp | 45 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/ |
D | screenlock_system_ability.cpp | 62 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/ |
D | print_service_ability.cpp | 55 const int64_t INIT_INTERVAL = 5000L; variable 151 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_service.cpp | 102 constexpr int64_t INIT_INTERVAL = 10000L; variable 170 serviceHandler_->PostTask(callback, INIT_INTERVAL); in OnStart()
|