Home
last modified time | relevance | path

Searched refs:DelayNotify (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp20 DelayNotify::DelayNotify() : pauseCount_(0), task_(nullptr), pool_(nullptr) in DelayNotify() function in OHOS::NativeRdb::DelayNotify
24 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 …]
H A Drdb_store_impl.cpp720 delayNotifier_ = std::make_shared<DelayNotify>(); in InitDelayNotifier()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Ddelay_notify.h27 class DelayNotify {
31 DelayNotify();
32 ~DelayNotify();
62 explicit PauseDelayNotify(std::shared_ptr<DelayNotify> delayNotifier);
66 std::shared_ptr<DelayNotify> delayNotifier_;
H A Drdb_store_impl.h44 class DelayNotify; variable
243 std::shared_ptr<DelayNotify> delayNotifier_ = nullptr;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp228 void DelayNotify() in DelayNotify() function in OHOS::RdbJsKit::OpenCallback
460 context->openCallback.DelayNotify(); in InnerGetRdbStore()