/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | sync_able_kvdb_connection.h | 82 int SetPushDataInterceptor(const PushDataInterceptor &interceptor);
|
H A D | sync_able_kvdb_connection.cpp | 84 errCode = SetPushDataInterceptor(*static_cast<PushDataInterceptor *>(parameter)); }}, in InitPragmaFunc() 317 int SyncAbleKvDBConnection::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() function in DistributedDB::SyncAbleKvDBConnection
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | kv_store_nb_delegate_mock.h | 83 DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor);
|
H A D | kv_store_nb_delegate_mock.cpp | 213 DBStatus KvStoreNbDelegateMock::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() function in DistributedDB::KvStoreNbDelegateMock
|
H A D | db_store_mock.h | 90 DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) override;
|
H A D | db_store_mock.cpp | 222 DBStatus DBStoreMock::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() function in OHOS::DistributedData::DBStoreMock
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_nb_delegate.h | 215 DB_API virtual DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) = 0;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_nb_delegate_impl.h | 140 DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) override;
|
H A D | kv_store_nb_delegate_impl.cpp | 950 DBStatus KvStoreNbDelegateImpl::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() function in DistributedDB::KvStoreNbDelegateImpl
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
H A D | nbdelegate_fuzzer.cpp | 128 kvNbDelegatePtr->SetPushDataInterceptor( in FuzzSetInterceptorTest()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_database_rd_kernel_test.cpp | 881 EXPECT_EQ(g_kvNbDelegatePtr->SetPushDataInterceptor(interceptorCallback), NOT_SUPPORT);
|
H A D | distributeddb_interfaces_database_test.cpp | 1486 g_kvNbDelegatePtr->SetPushDataInterceptor(
|
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 3098 EXPECT_EQ(kvStoreImpl->SetPushDataInterceptor(nullptr), DB_ERROR);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 704 delegate_->SetPushDataInterceptor( in SetDBPushDataInterceptor()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 1984 g_kvDelegatePtr->SetPushDataInterceptor(
|