Home
last modified time | relevance | path

Searched refs:SetSendDataInterceptor (Results 1 – 8 of 8) sorted by relevance

/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() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.h89 virtual void SetSendDataInterceptor(const PushDataInterceptor &interceptor) = 0;
H A Dsync_able_kvdb_connection.cpp323 kvDB->SetSendDataInterceptor(interceptor); in SetPushDataInterceptor()
/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() function in DistributedDB::MultiVerNaturalStore
/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;
H A Dsqlite_single_ver_natural_store_extend.cpp353 void SQLiteSingleVerNaturalStore::SetSendDataInterceptor(const PushDataInterceptor &interceptor) in SetSendDataInterceptor() function in DistributedDB::SQLiteSingleVerNaturalStore