Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.cpp78 if (msgType_ == MsgType::MSG_RSP && response != nullptr) { in ~Message()
89 case MsgType::MSG_RSP: in Encode()
113 case MsgType::MSG_RSP: { in Decode()
280 case Message::MsgType::MSG_RSP: { in OnMessageRecv()
347 rsp = GetMessageFromRecvList(Message::MsgType::MSG_RSP); in WaitResponse()
H A Dtmessenger.h58 MSG_RSP, member in OHOS::Message::MsgType
62 explicit Message(const Response &rsp) : msgType_(MsgType::MSG_RSP), response(new Response(rsp)) { } in Message()

Completed in 1 milliseconds