Home
last modified time | relevance | path

Searched defs:notifyData (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_storage_register_conflict_test.cpp215 static bool CheckNewConflictData(KvDBConflictEntry &notifyData, KvDBConflictEntry &expectNotifyData) in CheckNewConflictData()
245 static bool CheckOldConflictData(KvDBConflictEntry &notifyData, KvDBConflictEntry &expectNotifyData) in CheckOldConflictData()
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
Dsoftbus_adapter_ble_gatt_client.c91 static void GattcNotificationCallback(int clientId, BtGattReadData *notifyData, int status) in GattcNotificationCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Dauto_launch.cpp330 void AutoLaunch::ObserverFunc(const KvDBCommitNotifyData &notifyData, const std::string &identifier, in ObserverFunc()
829 void AutoLaunch::ExtObserverFunc(const KvDBCommitNotifyData &notifyData, const std::string &identif… in ExtObserverFunc()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
Dkv_store_nb_delegate_impl.cpp404 [observer](const KvDBCommitNotifyData &notifyData) { in RegisterObserver()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_natural_store.cpp1049 SingleVerNaturalStoreCommitNotifyData *notifyData = nullptr; in NotifyRemovedData() local