Home
last modified time | relevance | path

Searched refs:SetPushDataInterceptor (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.h82 int SetPushDataInterceptor(const PushDataInterceptor &interceptor);
H A Dsync_able_kvdb_connection.cpp84 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 Dkv_store_nb_delegate_mock.h83 DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor);
H A Dkv_store_nb_delegate_mock.cpp213 DBStatus KvStoreNbDelegateMock::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor() function in DistributedDB::KvStoreNbDelegateMock
H A Ddb_store_mock.h90 DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) override;
H A Ddb_store_mock.cpp222 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 Dkv_store_nb_delegate.h215 DB_API virtual DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.h140 DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) override;
H A Dkv_store_nb_delegate_impl.cpp950 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 Dnbdelegate_fuzzer.cpp128 kvNbDelegatePtr->SetPushDataInterceptor( in FuzzSetInterceptorTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp881 EXPECT_EQ(g_kvNbDelegatePtr->SetPushDataInterceptor(interceptorCallback), NOT_SUPPORT);
H A Ddistributeddb_interfaces_database_test.cpp1486 g_kvNbDelegatePtr->SetPushDataInterceptor(
H A Ddistributeddb_interfaces_nb_delegate_test.cpp3098 EXPECT_EQ(kvStoreImpl->SetPushDataInterceptor(nullptr), DB_ERROR);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp704 delegate_->SetPushDataInterceptor( in SetDBPushDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1984 g_kvDelegatePtr->SetPushDataInterceptor(