/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_connection.cpp | 391 int SyncAbleKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor() function in DistributedDB::SyncAbleKvDBConnection 397 kvDB->SetReceiveDataInterceptor(interceptor); in SetReceiveDataInterceptor()
|
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() function in DistributedDB::GenericKvDBConnection
|
/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() function in DistributedDB::RdSingleVerNaturalStore
|
/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() function in DistributedDB::MultiVerNaturalStore
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
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() function in DistributedDB::KvStoreNbDelegateMock
|
H A D | db_store_mock.h | 111 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
|
H A D | db_store_mock.cpp | 365 DBStatus DBStoreMock::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor() function in OHOS::DistributedData::DBStoreMock
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
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/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() function in DistributedDB::KvStoreNbDelegateImpl 1221 int errCode = conn_->SetReceiveDataInterceptor(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;
|
H A D | sqlite_single_ver_natural_store_extend.cpp | 637 void SQLiteSingleVerNaturalStore::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor() function in DistributedDB::SQLiteSingleVerNaturalStore
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
H A D | nbdelegate_fuzzer.cpp | 146 kvNbDelegatePtr->SetReceiveDataInterceptor( in FuzzSetInterceptorTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 2032 g_kvDelegatePtr->SetReceiveDataInterceptor( 2079 g_kvDelegatePtr->SetReceiveDataInterceptor(
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 734 delegate_->SetReceiveDataInterceptor( in SetDBReceiveDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 3149 EXPECT_EQ(kvStoreImpl->SetReceiveDataInterceptor(nullptr), DB_ERROR);
|