Home
last modified time | relevance | path

Searched defs:CreateMessage (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/common/
Dinternal_message.cpp207 InternalMessage *MessageManage::CreateMessage() in CreateMessage() function in OHOS::Wifi::MessageManage
224 InternalMessage *MessageManage::CreateMessage(const InternalMessage *orig) in CreateMessage() function in OHOS::Wifi::MessageManage
240 InternalMessage *MessageManage::CreateMessage(int messageName) in CreateMessage() function in OHOS::Wifi::MessageManage
251 InternalMessage *MessageManage::CreateMessage(int messageName, const std::any &messageObj) in CreateMessage() function in OHOS::Wifi::MessageManage
264 InternalMessage *MessageManage::CreateMessage(int messageName, int param1, int param2) in CreateMessage() function in OHOS::Wifi::MessageManage
277 InternalMessage *MessageManage::CreateMessage(int messageName, int param1, int param2, const std::a… in CreateMessage() function in OHOS::Wifi::MessageManage
Dstate_machine.cpp138 InternalMessage *StateMachine::CreateMessage() in CreateMessage() function in OHOS::Wifi::StateMachine
143 InternalMessage *StateMachine::CreateMessage(const InternalMessage *orig) in CreateMessage() function in OHOS::Wifi::StateMachine
151 InternalMessage *StateMachine::CreateMessage(int msgName) in CreateMessage() function in OHOS::Wifi::StateMachine
156 InternalMessage *StateMachine::CreateMessage(int msgName, int param1) in CreateMessage() function in OHOS::Wifi::StateMachine
161 InternalMessage *StateMachine::CreateMessage(int msgName, int param1, int param2) in CreateMessage() function in OHOS::Wifi::StateMachine
166 InternalMessage *StateMachine::CreateMessage(int msgName, const std::any &messageObj) in CreateMessage() function in OHOS::Wifi::StateMachine
171 InternalMessage *StateMachine::CreateMessage(int msgName, int param1, int param2, const std::any &m… in CreateMessage() function in OHOS::Wifi::StateMachine
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
Dsoftbus_hisysevt_common.c101 static SoftBusMessage* CreateMessage(SoftBusLooper *looper, HandleMessageFunc callback) in CreateMessage() function
/foundation/arkui/ace_engine/frameworks/core/components/popup/
Dpopup_component_v2.cpp98 const RefPtr<Component> PopupComponentV2::CreateMessage() in CreateMessage() function in OHOS::Ace::PopupComponentV2
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_view.cpp224 RefPtr<FrameNode> BubbleView::CreateMessage(const std::string& message, bool IsUseCustom) in CreateMessage() function in OHOS::Ace::NG::BubbleView