Home
last modified time | relevance | path

Searched refs:SetReceiveDataInterceptor (Results 1 – 23 of 23) sorted by relevance

/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_connection.cpp391 int SyncAbleKvDBConnection::SetReceiveDataInterceptor(const DataInterceptor &interceptor) in SetReceiveDataInterceptor() function in DistributedDB::SyncAbleKvDBConnection
397 kvDB->SetReceiveDataInterceptor(interceptor); in SetReceiveDataInterceptor()
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() function in DistributedDB::GenericKvDBConnection
/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() function in DistributedDB::RdSingleVerNaturalStore
/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() function in DistributedDB::MultiVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
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() function in DistributedDB::KvStoreNbDelegateMock
H A Ddb_store_mock.h111 DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Ddb_store_mock.cpp365 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 Dkv_store_nb_delegate.h273 DB_API virtual DBStatus SetReceiveDataInterceptor(const DataInterceptor &interceptor) = 0;
/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() 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 Dsqlite_single_ver_natural_store.h219 void SetReceiveDataInterceptor(const DataInterceptor &interceptor) override;
H A Dsqlite_single_ver_natural_store_extend.cpp637 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 Dnbdelegate_fuzzer.cpp146 kvNbDelegatePtr->SetReceiveDataInterceptor( in FuzzSetInterceptorTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp2032 g_kvDelegatePtr->SetReceiveDataInterceptor(
2079 g_kvDelegatePtr->SetReceiveDataInterceptor(
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp734 delegate_->SetReceiveDataInterceptor( in SetDBReceiveDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp3149 EXPECT_EQ(kvStoreImpl->SetReceiveDataInterceptor(nullptr), DB_ERROR);