/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | db_store_mock.h | 48 using DataInterceptor = DistributedDB::DataInterceptor; variable 111 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
|
H A D | kv_store_nb_delegate_mock.h | 104 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor);
|
H A D | kv_store_nb_delegate_mock.cpp | 309 DBStatus KvStoreNbDelegateMock::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
H A D | db_store_mock.cpp | 365 DBStatus DBStoreMock::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | intercepted_data.h | 47 using DataInterceptor = PushDataInterceptor; variable
|
H A D | kv_store_nb_delegate.h | 273 DB_API virtual DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb_connection.h | 50 int SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
|
H A D | sync_able_kvdb.h | 113 virtual void SetReceiveDataInterceptor(const DataInterceptor &interceptor) = 0;
|
H A D | generic_kvdb_connection.h | 106 int SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
|
H A D | generic_kvdb_connection.cpp | 435 int GenericKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
H A D | sync_able_kvdb_connection.cpp | 391 int SyncAbleKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.h | 219 void SetReceiveDataInterceptor(const DataInterceptor &interceptor) override; 333 DataInterceptor receiveDataInterceptor_;
|
H A D | sqlite_single_ver_natural_store_extend.cpp | 637 void SQLiteSingleVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.h | 146 void SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
|
H A D | rd_single_ver_natural_store.cpp | 569 void RdSingleVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | ikvdb_connection.h | 163 virtual int SetReceiveDataInterceptor(const DataInterceptor &interceptor) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.h | 161 void SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
|
H A D | multi_ver_natural_store.cpp | 1199 void MultiVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.h | 180 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
|
H A D | kv_store_nb_delegate_impl.cpp | 1215 DBStatus KvStoreNbDelegateImpl::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor()
|