Searched refs:DelayNotify (Results 1 – 5 of 5) sorted by relevance
20 DelayNotify::DelayNotify() : pauseCount_(0), task_(nullptr), pool_(nullptr) in DelayNotify() function in OHOS::NativeRdb::DelayNotify24 DelayNotify::~DelayNotify() in ~DelayNotify()62 void DelayNotify::SetExecutorPool(std::shared_ptr<ExecutorPool> pool) in SetExecutorPool()70 void DelayNotify::SetTask(Task task) in SetTask()75 void DelayNotify::StartTimer() in StartTimer()122 void DelayNotify::StopTimer() in StopTimer()130 void DelayNotify::ExecuteTask() in ExecuteTask()160 void DelayNotify::SetAutoSyncInterval(uint32_t interval) in SetAutoSyncInterval()165 void DelayNotify::RestoreDefaultSyncInterval() in RestoreDefaultSyncInterval()170 void DelayNotify::Pause() in Pause()[all …]
720 delayNotifier_ = std::make_shared<DelayNotify>(); in InitDelayNotifier()
27 class DelayNotify {31 DelayNotify();32 ~DelayNotify();62 explicit PauseDelayNotify(std::shared_ptr<DelayNotify> delayNotifier);66 std::shared_ptr<DelayNotify> delayNotifier_;
44 class DelayNotify; variable243 std::shared_ptr<DelayNotify> delayNotifier_ = nullptr;
228 void DelayNotify() in DelayNotify() function in OHOS::RdbJsKit::OpenCallback460 context->openCallback.DelayNotify(); in InnerGetRdbStore()