/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | msg_handle_loop.h | 29 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 D | msg_handle_loop.cpp | 49 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 D | hcodec.h | 64 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 D | msg_handle_loop.h | 28 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 D | image_codec.h | 62 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 D | tmessenger.h | 56 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 D | tmessenger.cpp | 75 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 D | lite_ipc.h | 36 } 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 D | msg_handle_loop.cpp | 50 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 D | map_service.h | 51 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 D | concurrent_task_type.h | 22 enum MsgType { enum
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/ |
H A D | message_handler.h | 52 enum MsgType : uint16_t {
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/ |
H A D | softbus_proxychannel_message.h | 39 } MsgType; typedef 69 uint8_t type; // MsgType
|
/foundation/filemanagement/dfs_service/test/fuzztest/filetransfermanager_fuzzer/ |
H A D | filetransfermanager_fuzzer.cpp | 95 fuzzData.GetData<uint16_t>() % (MsgType::MSG_FINISH_FILE_RECV + static_cast<int16_t>(U16_AT_SIZE)); in OnMessageHandleFuzzTest()
|