Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h48 using DataInterceptor = DistributedDB::DataInterceptor; variable
111 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Dkv_store_nb_delegate_mock.h104 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor);
H A Dkv_store_nb_delegate_mock.cpp309 DBStatus KvStoreNbDelegateMock::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
H A Ddb_store_mock.cpp365 DBStatus DBStoreMock::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dintercepted_data.h47 using DataInterceptor = PushDataInterceptor; variable
H A Dkv_store_nb_delegate.h273 DB_API virtual DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.h50 int SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Dsync_able_kvdb.h113 virtual void SetReceiveDataInterceptor(const DataInterceptor &interceptor) = 0;
H A Dgeneric_kvdb_connection.h106 int SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Dgeneric_kvdb_connection.cpp435 int GenericKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
H A Dsync_able_kvdb_connection.cpp391 int SyncAbleKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h219 void SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
333 DataInterceptor receiveDataInterceptor_;
H A Dsqlite_single_ver_natural_store_extend.cpp637 void SQLiteSingleVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h146 void SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Drd_single_ver_natural_store.cpp569 void RdSingleVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_connection.h163 virtual int SetReceiveDataInterceptor(const DataInterceptor &interceptor) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h161 void SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Dmulti_ver_natural_store.cpp1199 void MultiVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.h180 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Dkv_store_nb_delegate_impl.cpp1215 DBStatus KvStoreNbDelegateImpl::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()