Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 25 of 65) sorted by relevance

123

/foundation/ai/intelligent_voice_framework/utils/
Dmessage_queue.h32 struct Message { struct
62 std::shared_ptr<Message> ReceiveMsg(); argument
Dmessage_queue.cpp24 Message::Message(uint32_t what) : what_(what), arg1_(0), arg2_(0) in Message() function in OHOS::IntellVoiceUtils::Message
28 Message::Message(uint32_t what, int32_t arg1) : what_(what), arg1_(arg1) in Message() function in OHOS::IntellVoiceUtils::Message
32 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3) in Message() function in OHOS::IntellVoiceUtils::Message
37 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, const std::string &obj) in Message() function in OHOS::IntellVoiceUtils::Message
42 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj) in Message() function in OHOS::IntellVoiceUtils::Message
47 Message::Message(uint32_t what, std::shared_ptr<void> obj2) : what_(what), obj2_(obj2) in Message() function in OHOS::IntellVoiceUtils::Message
51 Message::Message(uint32_t what, std::shared_ptr<void> obj2, std::shared_ptr<void> obj3) in Message() function in OHOS::IntellVoiceUtils::Message
56 Message::Message(uint32_t what, void* voidPtr) : what_(what), voidPtr_(voidPtr) in Message() function in OHOS::IntellVoiceUtils::Message
60 Message::Message(uint32_t what, int32_t arg1, void* voidPtr) : what_(what), arg1_(arg1), voidPtr_(v… in Message() function in OHOS::IntellVoiceUtils::Message
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
Dmessage.h20 struct Message { struct
30 Message(int what, int arg1 = 0, void *arg2 = nullptr) : what_(what), arg1_(arg1), arg2_(arg2){}; in what_() argument
46 int what_ = 0;
47 int arg1_ = 0;
48 void *arg2_ = nullptr;
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
Dmessage.cpp25 Message::Message() : Message(0, 0, 0, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
27 Message::Message(int what) : Message(what, 0, 0, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
29 Message::Message(int what, std::string strArg) : Message(what, 0, 0, 0, strArg) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
31 Message::Message(int what, int arg1) : Message(what, arg1, 0, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
33 Message::Message(int what, int arg1, int arg2) : Message(what, arg1, arg2, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
35 Message::Message(int what, int arg1, std::string strArg) : Message(what, arg1, 0, 0, strArg) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
37 Message::Message(int what, int arg1, int arg2, long uptimeMillis) : Message(what, arg1, arg2, uptim… in Message() function in OHOS::CastEngine::CastEngineService::Message
39 Message::Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg) in Message() function in OHOS::CastEngine::CastEngineService::Message
80 Message::Message(const Message &msg) in Message() function in OHOS::CastEngine::CastEngineService::Message
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
Dmessage.cpp25 Message::Message() : Message(0, 0, 0, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
27 Message::Message(int what) : Message(what, 0, 0, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
29 Message::Message(int what, std::string strArg) : Message(what, 0, 0, 0, strArg) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
31 Message::Message(int what, int arg1) : Message(what, arg1, 0, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
33 Message::Message(int what, int arg1, int arg2) : Message(what, arg1, arg2, 0) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
35 Message::Message(int what, int arg1, std::string strArg) : Message(what, arg1, 0, 0, strArg) {} in Message() function in OHOS::CastEngine::CastEngineService::Message
37 Message::Message(int what, int arg1, int arg2, long uptimeMillis) : Message(what, arg1, arg2, uptim… in Message() function in OHOS::CastEngine::CastEngineService::Message
39 Message::Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg) in Message() function in OHOS::CastEngine::CastEngineService::Message
80 Message::Message(const Message &msg) in Message() function in OHOS::CastEngine::CastEngineService::Message
/foundation/multimedia/drm_framework/services/drm_service/server/include/
Ddrm_host_manager.h55 struct Message { struct
62Message(Type t, std::string pluginName, ExtraInfo info) : type(t), name(pluginName), extraInfo(inf… in Message() argument
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
Dmdns_packet_parser.h157 struct Message { struct
167 using MDnsMessage = DNSProto::Message; argument
/foundation/distributedhardware/distributed_input/frameworks/include/
Di_del_white_list_infos_call_back.h30 enum class Message { enum
Di_session_state_callback.h30 enum class Message { enum
Di_start_stop_d_inputs_call_back.h30 enum class Message { enum
Di_register_d_input_call_back.h30 enum class Message { enum
Di_add_white_list_infos_call_back.h30 enum class Message { enum
Di_prepare_d_input_call_back.h30 enum class Message { enum
Di_get_sink_screen_infos_call_back.h30 enum class Message { enum
Di_start_d_input_call_back.h30 enum class Message { enum
Di_unprepare_d_input_call_back.h30 enum class Message { enum
Di_simulation_event_listener.h30 enum class Message { enum
Di_unregister_d_input_call_back.h30 enum class Message { enum
Di_stop_d_input_call_back.h30 enum class Message { enum
Di_input_node_listener.h34 enum class Message { RESULT_ON, RESULT_OFF }; enum
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
Dirender_scheduler.h41 enum class Message { enum
Dapp_foreground_state_observer_interface.h31 enum class Message { enum
Dability_foreground_state_observer_interface.h32 enum class Message { enum
Diconfiguration_observer.h36 enum class Message { enum
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
Dability_first_frame_state_observer_interface.h32 enum class Message { enum

123