Home
last modified time | relevance | path

Searched refs:MsgType (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.h29 using MsgType = int32_t;
32 MsgType type;
41 void SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs = 0);
42 bool SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs = 0);
H A Dmsg_handle_loop.cpp49 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg()
62 bool MsgHandleLoop::SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs) in SendSyncMsg()
H A Dhcodec.h64 enum MsgWhat : MsgType {
547 std::map<MsgType, std::queue<std::pair<MsgId, ParamSP>>> syncMsgToReply_;
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h28 using MsgType = int32_t;
31 MsgType type;
40 void SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs = 0);
41 bool SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs = 0);
H A Dimage_codec.h62 enum MsgWhat : MsgType {
427 std::map<MsgType, std::queue<std::pair<MsgId, ParamSP>>> syncMsgToReply_;
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/
H A Dtmessenger.h56 enum class MsgType : int32_t { class in OHOS::Message
61 explicit Message(const Request &req) : msgType_(MsgType::MSG_SEQ), request(new Request(req)) { } in Message()
62 explicit Message(const Response &rsp) : msgType_(MsgType::MSG_RSP), response(new Response(rsp)) { } in Message()
67 MsgType msgType_;
114 std::shared_ptr<Response> GetMessageFromRecvList(Message::MsgType type);
H A Dtmessenger.cpp75 if (msgType_ == MsgType::MSG_SEQ && request != nullptr) { in ~Message()
78 if (msgType_ == MsgType::MSG_RSP && response != nullptr) { in ~Message()
87 case MsgType::MSG_SEQ: in Encode()
89 case MsgType::MSG_RSP: in Encode()
104 MsgType msgType = static_cast<MsgType>(std::stoi(data.substr(0, pos))); in Decode()
106 case MsgType::MSG_SEQ: { in Decode()
113 case MsgType::MSG_RSP: { in Decode()
276 case Message::MsgType::MSG_SEQ: { in OnMessageRecv()
280 case Message::MsgType in OnMessageRecv()
[all...]
/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/include/
H A Dlite_ipc.h36 } MsgType; typedef
51 MsgType type; /**< cmd type, decide the data structure below*/
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp50 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg()
63 bool MsgHandleLoop::SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs) in SendSyncMsg()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmap_service.h51 enum class MsgType { NONE, EMAIL, SMS_GSM, SMS_CDMA, MMS, IM }; class
131 MsgType msgType = MsgType::NONE;
/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/include/
H A Dconcurrent_task_type.h22 enum MsgType { enum
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h52 enum MsgType : uint16_t {
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h39 } MsgType; typedef
69 uint8_t type; // MsgType
/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/
H A Dfiletransfermanager_fuzzer.cpp95 fuzzData.GetData<uint16_t>() % (MsgType::MSG_FINISH_FILE_RECV + static_cast<int16_t>(U16_AT_SIZE)); in OnMessageHandleFuzzTest()

Completed in 7 milliseconds