Home
last modified time | relevance | path

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 Dvirtual_communicator.cpp72 communicatorAggregator_->DispatchMessage(deviceId_, dstTarget, inMsg, onEnd); in SendMessage()
80 communicatorAggregator_->DispatchMessage(deviceId_, dstTarget, message, onEnd); in SendMessage()
H A Dvirtual_communicator_aggregator.h54 …void DispatchMessage(const std::string &srcTarget, const std::string &dstTarget, const Message *in…
H A Dvirtual_communicator_aggregator.cpp168 void VirtualCommunicatorAggregator::DispatchMessage(const std::string &srcTarget, const std::string… in DispatchMessage() function in DistributedDB::VirtualCommunicatorAggregator
H A Ddistributeddb_relational_ver_p2p_sync_test.cpp2274 g_communicatorAggregator->DispatchMessage(DEVICE_B, DEVICE_A, msg, nullptr); in __anond45d0a2b1f02()
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_message_task.h29 void (*DispatchMessage)(struct HdfMessageTask *task, struct HdfMessage *msg); member
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_message_looper.c32 task->DispatchMessage(task, message); in HdfMessageLooperStart()
H A Dhdf_message_task.c56 inst->DispatchMessage = HdfMessageTaskDispatchMessage; in HdfMessageTaskConstruct()