Searched refs:DispatchMessage (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_communicator.cpp | 72 communicatorAggregator_->DispatchMessage(deviceId_, dstTarget, inMsg, onEnd); in SendMessage() 80 communicatorAggregator_->DispatchMessage(deviceId_, dstTarget, message, onEnd); in SendMessage()
|
H A D | virtual_communicator_aggregator.h | 54 …void DispatchMessage(const std::string &srcTarget, const std::string &dstTarget, const Message *in…
|
H A D | virtual_communicator_aggregator.cpp | 168 void VirtualCommunicatorAggregator::DispatchMessage(const std::string &srcTarget, const std::string… in DispatchMessage() function in DistributedDB::VirtualCommunicatorAggregator
|
H A D | distributeddb_relational_ver_p2p_sync_test.cpp | 2274 g_communicatorAggregator->DispatchMessage(DEVICE_B, DEVICE_A, msg, nullptr); in __anond45d0a2b1f02()
|
/ohos5.0/drivers/hdf_core/framework/utils/include/ |
H A D | hdf_message_task.h | 29 void (*DispatchMessage)(struct HdfMessageTask *task, struct HdfMessage *msg); member
|
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_message_looper.c | 32 task->DispatchMessage(task, message); in HdfMessageLooperStart()
|
H A D | hdf_message_task.c | 56 inst->DispatchMessage = HdfMessageTaskDispatchMessage; in HdfMessageTaskConstruct()
|