Home
last modified time | relevance | path

Searched refs:beforeDispatch (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator_aggregator.cpp361 const std::function<void(const std::string &, const Message *)> &beforeDispatch) in RegBeforeDispatch() argument
363 beforeDispatch_ = beforeDispatch; in RegBeforeDispatch()
H A Dvirtual_communicator_aggregator.h90 …RegBeforeDispatch(const std::function<void(const std::string &, const Message *)> &beforeDispatch);