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.cpp182 if (beforeDispatch_) { in DispatchMessage()
183 beforeDispatch_(dstTarget, inMsg); in DispatchMessage()
363 beforeDispatch_ = beforeDispatch; in RegBeforeDispatch()
H A Dvirtual_communicator_aggregator.h119 std::function<void(const std::string &target, const Message *inMsg)> beforeDispatch_; variable