Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp271 NotificationChain::Listener *tmpListener = nullptr; in SetRemotePushFinishedNotify() local
273 tmpListener = kvDB->AddRemotePushFinishedNotify(notifyParma->notifier_, errCode); in SetRemotePushFinishedNotify()
274 if (tmpListener == nullptr) { in SetRemotePushFinishedNotify()
285 if (tmpListener != nullptr) { in SetRemotePushFinishedNotify()
286 tmpListener->Drop(); in SetRemotePushFinishedNotify()
291 remotePushFinishedListener_ = tmpListener; in SetRemotePushFinishedNotify()