Home
last modified time | relevance | path

Searched refs:PushDataInterceptor (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dintercepted_data.h45 using PushDataInterceptor = std::function<int(InterceptedData &data, const std::string &sourceID, variable
47 using DataInterceptor = PushDataInterceptor;
H A Dkv_store_nb_delegate.h215 DB_API virtual DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.h38 using PushDataInterceptor = DistributedDB::PushDataInterceptor; variable
90 DBStatus SetPushDataInterceptor(const PushDataInterceptor &interceptor) override;
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()
H A Ddb_store_mock.cpp222 DBStatus DBStoreMock::SetPushDataInterceptor(const PushDataInterceptor &interceptor) in SetPushDataInterceptor()
/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()
H A Dsync_able_kvdb.h89 virtual void SetSendDataInterceptor(const PushDataInterceptor &interceptor) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h183 void SetSendDataInterceptor(const PushDataInterceptor &interceptor) override;
332 PushDataInterceptor pushDataInterceptor_;
H A Dsqlite_single_ver_natural_store_extend.cpp353 void SQLiteSingleVerNaturalStore::SetSendDataInterceptor(const PushDataInterceptor &interceptor) in SetSendDataInterceptor()
362 PushDataInterceptor interceptor = nullptr; in InterceptData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h134 void SetSendDataInterceptor(const PushDataInterceptor &interceptor) override;
H A Drd_single_ver_natural_store.cpp507 void RdSingleVerNaturalStore::SetSendDataInterceptor(const PushDataInterceptor &interceptor) in SetSendDataInterceptor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h159 void SetSendDataInterceptor(const PushDataInterceptor &interceptor) override;
H A Dmulti_ver_natural_store.cpp1193 void MultiVerNaturalStore::SetSendDataInterceptor(const PushDataInterceptor &interceptor) in SetSendDataInterceptor()
/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()
957 PushDataInterceptor notify = interceptor; in SetPushDataInterceptor()