Home
last modified time | relevance | path

Searched refs:PauseDelayNotify (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Ddelay_notify.h60 class PauseDelayNotify {
62 explicit PauseDelayNotify(std::shared_ptr<DelayNotify> delayNotifier);
63 ~PauseDelayNotify();
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp184 PauseDelayNotify::PauseDelayNotify(std::shared_ptr<DelayNotify> delayNotifier) : delayNotifier_(del… in PauseDelayNotify() function in OHOS::NativeRdb::PauseDelayNotify
192 PauseDelayNotify::~PauseDelayNotify() in ~PauseDelayNotify()
H A Drdb_store_impl.cpp1018 PauseDelayNotify pauseDelayNotify(delayNotifier_); in BatchInsert()