Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp29 remotePushFinishedListener_(nullptr) in SyncAbleKvDBConnection()
45 if (remotePushFinishedListener_ != nullptr) { in ~SyncAbleKvDBConnection()
46 remotePushFinishedListener_->Drop(true); in ~SyncAbleKvDBConnection()
48 remotePushFinishedListener_ = nullptr; in ~SyncAbleKvDBConnection()
281 if (remotePushFinishedListener_ != nullptr) { in SetRemotePushFinishedNotify()
282 errCode = remotePushFinishedListener_->Drop(); in SetRemotePushFinishedNotify()
291 remotePushFinishedListener_ = tmpListener; in SetRemotePushFinishedNotify()
H A Dsync_able_kvdb_connection.h85 NotificationChain::Listener *remotePushFinishedListener_; variable