Searched refs:InterceptedData (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | intercepted_data.h | 29 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 D | intercepted_data_impl.h | 30 class InterceptedDataImpl : public InterceptedData {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/ |
H A D | nbdelegate_fuzzer.cpp | 129 [](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 D | distributeddb_single_ver_p2p_complex_sync_test.cpp | 1985 [](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 D | distributeddb_interfaces_database_rd_kernel_test.cpp | 876 auto interceptorCallback = [] (InterceptedData &data, const std::string &sourceID,
|
H A D | distributeddb_interfaces_database_test.cpp | 1487 [](InterceptedData &data, const std::string &sourceID, const std::string &targetID) { in __anonf9df31ef0502()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_general_store.cpp | 51 using DBInterceptedData = DistributedDB::InterceptedData;
|