Home
last modified time | relevance | path

Searched refs:UnmarshalMessage (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_message.h32 bool UnmarshalMessage(const std::string &jsonStr, const std::string &peerDevId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_message.cpp60 bool AVTransMessage::UnmarshalMessage(const std::string& jsonStr, const std::string &peerDevId) in UnmarshalMessage() function in OHOS::DistributedHardware::AVTransMessage
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp429 auto ret = avMessage->UnmarshalMessage(jsonStr, peerDevId);
439 ret = avMessage->UnmarshalMessage(jsonStr1, peerDevId);
449 ret = avMessage->UnmarshalMessage(jsonStr2, peerDevId);
459 ret = avMessage->UnmarshalMessage(jsonStr3, peerDevId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
H A Dav_trans_control_center.cpp298 if (!avMessage->UnmarshalMessage(content, peerDevId)) { in HandleDataReceived()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H A Dav_receiver_engine.cpp623 …TRUE_RETURN(!avMessage->UnmarshalMessage(event.content, event.peerDevId), "unmarshal message faile… in OnChannelEvent()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H A Dav_sender_engine.cpp683 …TRUE_RETURN(!avMessage->UnmarshalMessage(event.content, event.peerDevId), "unmarshal message faile… in OnChannelEvent()