Searched refs:PauseDelayNotify (Results 1 – 3 of 3) sorted by relevance
60 class PauseDelayNotify {62 explicit PauseDelayNotify(std::shared_ptr<DelayNotify> delayNotifier);63 ~PauseDelayNotify();
184 PauseDelayNotify::PauseDelayNotify(std::shared_ptr<DelayNotify> delayNotifier) : delayNotifier_(del… in PauseDelayNotify() function in OHOS::NativeRdb::PauseDelayNotify192 PauseDelayNotify::~PauseDelayNotify() in ~PauseDelayNotify()
1018 PauseDelayNotify pauseDelayNotify(delayNotifier_); in BatchInsert()