Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp645 databaseStatusNotifyCallback_ = notifier; in SetStoreStatusNotifier()
654 if (databaseStatusNotifyCallback_) { in NotifyDatabaseStatusChange()
656 databaseStatusNotifyCallback_(userId, appId, storeId, deviceId, onlineStatus); in NotifyDatabaseStatusChange()
H A Druntime_context_impl.h246 StoreStatusNotifier databaseStatusNotifyCallback_; variable