Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.cpp79 if (msgType_ == MsgType::MSG_RSP && response != nullptr) { in ~Message()
90 case MsgType::MSG_RSP: in Encode()
114 case MsgType::MSG_RSP: { in Decode()
281 case Message::MsgType::MSG_RSP: { in OnMessageRecv()
348 rsp = GetMessageFromRecvList(Message::MsgType::MSG_RSP); in WaitResponse()
H A Dtmessenger.h58 MSG_RSP, enumerator
62 …explicit Message(const Response &rsp) : msgType_(MsgType::MSG_RSP), response(new Response(rsp)) { } in Message()