Home
last modified time | relevance | path

Searched refs:InterceptedData (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dintercepted_data.h29 class InterceptedData {
31 InterceptedData() {} in InterceptedData() function
32 DB_API virtual ~InterceptedData() {} in ~InterceptedData()
45 using PushDataInterceptor = std::function<int(InterceptedData &data, const std::string &sourceID,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.h30 class InterceptedDataImpl : public InterceptedData {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A Dnbdelegate_fuzzer.cpp129 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in FuzzSetInterceptorTest()
147 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in FuzzSetInterceptorTest()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_complex_sync_test.cpp1985 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonb4f3bed91702()
2033 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonb4f3bed91802()
2080 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonb4f3bed91902()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp876 auto interceptorCallback = [] (InterceptedData &data, const std::string &sourceID,
H A Ddistributeddb_interfaces_database_test.cpp1487 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonf9df31ef0502()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp51 using DBInterceptedData = DistributedDB::InterceptedData;