Home
last modified time | relevance | path

Searched defs:msg (Results 151 – 175 of 1298) sorted by relevance

12345678910>>...52

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/
H A Dsoftbus_message_open_channel_test.cpp59 cJSON *msg = cJSON_CreateObject(); in TestGetMsgPack() local
89 int32_t TestTransAuthChannelMsgPack(cJSON *msg, const AppInfo *appInfo) in TestTransAuthChannelMsgPack()
115 char *msg = PackError(errCode, NULL); variable
140 char *msg = PackRequest(NULL); variable
198 char *msg = PackReply(NULL); variable
319 cJSON *msg = cJSON_CreateObject(); variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dmulti_sta_state_machine.cpp124 bool MultiStaStateMachine::DefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
150 bool MultiStaStateMachine::IdleState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
169 void MultiStaStateMachine::IdleState::HandleStartInIdleState(InternalMessagePtr msg) in HandleStartInIdleState()
197 bool MultiStaStateMachine::StartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
H A Dsoftap_manager_state_machine.cpp124 bool SoftapManagerMachine::DefaultState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
150 bool SoftapManagerMachine::IdleState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
169 void SoftapManagerMachine::IdleState::HandleStartInIdleState(InternalMessagePtr msg) in HandleStartInIdleState()
197 bool SoftapManagerMachine::StartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessservicestub_fuzzer/
H A Dfileaccessservicestub_fuzzer.cpp45 MessageParcel msg; in OnRemoteRequestFuzzTest() local
64 MessageParcel msg; in CmdOnChangeFuzzTest() local
78 MessageParcel msg; in CmdRegisterNotifyFuzzTest() local
97 MessageParcel msg; in CmdUnregisterNotifyFuzzTest() local
110 MessageParcel msg; in CmdGetExensionProxyFuzzTest() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp121 bool ApStartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
272 void ApStartedState::ProcessCmdStationJoin(InternalMessagePtr msg) in ProcessCmdStationJoin()
287 void ApStartedState::ProcessCmdStationLeave(InternalMessagePtr msg) in ProcessCmdStationLeave()
299 void ApStartedState::ProcessCmdSetHotspotConfig(InternalMessagePtr msg) in ProcessCmdSetHotspotConfig()
416 void ApStartedState::ProcessCmdSetHotspotIdleTimeout(InternalMessagePtr msg) in ProcessCmdSetHotspotIdleTimeout()
474 void ApStartedState::ProcessCmdHotspotChannelChanged(InternalMessagePtr msg) in ProcessCmdHotspotChannelChanged()
487 void ApStartedState::ProcessCmdAssociatedStaChanged(InternalMessagePtr msg) in ProcessCmdAssociatedStaChanged()
516 void ApStartedState::ProcessCmdEnableAp(InternalMessagePtr msg) in ProcessCmdEnableAp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp288 std::unique_ptr<A2dpAvdtMsg> msg = std::make_unique<A2dpAvdtMsg>(); in ProcAvdtpEvent() local
309 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectInd()
424 const uint16_t handle, const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpOpenInd()
473 const BtAddr bdAddr, const uint16_t handle, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpCloseChannelInd()
539 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpConnectCFM()
568 …nt8_t A2dpAvdtp::ParseAvdtpDisconnectCFM(const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg) in ParseAvdtpDisconnectCFM()
588 const BtAddr bdAddr, const uint8_t role, A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpDiscoverCFM()
742 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpGetConfigureCFM()
888 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpAbortCFM()
907 const uint8_t role, const A2dpAvdtMsg &msg, const AvdtCtrlData &data) in ParseAvdtpWriteCFM()
[all …]
H A Da2dp_service_state_machine.cpp24 bool A2dpDisconnected::Dispatch(const utility::Message &msg) in Dispatch()
59 bool A2dpDisconnecting::Dispatch(const utility::Message &msg) in Dispatch()
73 bool A2dpConnected::Dispatch(const utility::Message &msg) in Dispatch()
145 bool A2dpConnecting::Dispatch(const utility::Message &msg) in Dispatch()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sms_test.cpp490 GsmSmsMessageInfo msg; variable
509 GsmSmsMessageInfo msg; variable
566 GsmSmsMessageInfo msg; variable
585 GsmSmsMessageInfo msg; variable
604 SendCdmaSmsMessageInfo msg; variable
622 SendCdmaSmsMessageInfo msg; variable
/ohos5.0/base/inputmethod/imf/common/src/
H A Dmessage.cpp36 Message::Message(const Message &msg) in Message()
50 Message &Message::operator=(const Message &msg) in operator =()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp53 bool AdapterTurnOffState::Dispatch(const utility::Message &msg) in Dispatch()
87 bool AdapterTurningOnState::Dispatch(const utility::Message &msg) in Dispatch()
143 bool AdapterTurnOnState::Dispatch(const utility::Message &msg) in Dispatch()
177 bool AdapterTurningOffState::Dispatch(const utility::Message &msg) in Dispatch()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_core.c31 int32_t CanCntlrWriteMsg(struct CanCntlr *cntlr, const struct CanMsg *msg) in CanCntlrWriteMsg()
161 static int32_t CanCntlrMsgDispatch(struct CanCntlr *cntlr, struct CanMsg *msg) in CanCntlrMsgDispatch()
175 int32_t CanCntlrOnNewMsg(struct CanCntlr *cntlr, const struct CanMsg *msg) in CanCntlrOnNewMsg()
199 int32_t CanCntlrOnNewMsgIrqSafe(struct CanCntlr *cntlr, const struct CanMsg *msg) in CanCntlrOnNewMsgIrqSafe()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_wifi_ap_service.cpp34 bool MockApRootState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
49 bool MockApIdleState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
64 bool MockApStartedState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
95 void MockApStateMachine::SendMessage(InternalMessagePtr msg) in SendMessage()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.cpp193 HfpHfMessage msg(what); in ConnectRequest() local
201 HfpHfMessage msg(what); in UpdateConnectState() local
208 HfpHfMessage msg(what); in ScoConnectRequest() local
216 HfpHfMessage msg(what); in UpdateScoConnectState() local
223 HfpHfMessage msg(what); in ProcessSdpDiscoveryResult() local
230 HfpHfMessage msg(HFP_HF_REMOVE_STATE_MACHINE_EVT); in RemoveSateMachine() local
237 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT); in CurrentCallsReplyDone() local
245 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT, result); in OpenVoiceRecognitionResult() local
253 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT, result); in CloseVoiceRecognitionResult() local
261 HfpHfMessage msg(HFP_HF_INTERACTIVE_EVT, status); in VoiceRecognitionChanged() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/jsthread/
H A Djs_thread.cpp70 AbilityInnerMsg *msg = new AbilityInnerMsg(); in PostCommand() local
78 int JSThread::PostMessage(const AbilityInnerMsg *msg) in PostMessage()
98 const AbilityInnerMsg *msg = msgQueue_.dequeue(); in GetMessage() local
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_collector.cpp33 void LogCollector::InsertDropInfo(const HilogMsg &msg, int droppedCount) in InsertDropInfo()
75 HilogMsg& msg = *(reinterpret_cast<HilogMsg *>(data.data())); in onDataRecv() local
128 size_t LogCollector::InsertLogToBuffer(const HilogMsg& msg) in InsertLogToBuffer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_message_schedule.cpp69 Message *msg = GetMsgFromMap(isNeedHandle); in MoveNextMsg() local
132 Message *msg = msgTmpQueue.front(); in UpdateMsgMapInner() local
148 Message *msg = iter->second; in GetMsgFromMap() local
190 Message *msg = msgQueue_.front(); in GetLastMsgFromQueue() local
220 Message *msg = msgQueue_.front(); in ClearMsgQueue() local
296 int SingleVerDataMessageSchedule::UpdateMsgMapIfNeed(Message *msg) in UpdateMsgMapIfNeed()
340 int SingleVerDataMessageSchedule::GetPacketId(const Message *msg, uint64_t &packetId) in GetPacketId()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_hotspot_manager.cpp96 …std::string msg = std::string("OnHotspotStateChanged") + std::string("id = ") + std::to_string(id); in CloseApService() local
136 …std::string msg = std::string("OnHotspotStateChanged") + std::string("id = ") + std::to_string(id); in DealApStateChanged() local
148 std::string msg = std::string("ApStaJoined") + std::string("id = ") + std::to_string(id); in DealApGetStaJoin() local
161 std::string msg = std::string("ApStaLeaved") + std::string("id = ") + std::to_string(id); in DealApGetStaLeave() local
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusadapterhisysevent_fuzzer/
H A Dsoftbusadapterhisysevent_fuzzer.cpp26 static void CreateOpenSessionCntMsg(SoftBusEvtReportMsg* msg) in CreateOpenSessionCntMsg()
45 SoftBusEvtReportMsg* msg = SoftbusCreateEvtReportMsg(tmpParam); in SoftBusAdapterHiSysEventFuzzTest() local
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dmock_test_observer_stub.cpp24 void MockTestObserverStub::TestStatus(const std::string& msg, const int64_t& resultCode) in TestStatus()
29 void MockTestObserverStub::TestFinished(const std::string& msg, const int64_t& resultCode) in TestFinished()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_idle_state_test.cpp79 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
92 InternalMessagePtr msg = std::make_shared<InternalMessage>(); variable
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dextension.js22 function cutImgDict(context, msg) { argument
128 function reloadMenuBgFunc(context, msg) { argument
135 function getFileData(msg) { argument
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.cpp64 bool DhcpMsgManager::FrontSendMsg(DhcpMessage *msg) in FrontSendMsg()
99 int DhcpMsgManager::PushSendMsg(const DhcpMessage &msg) in PushSendMsg()
107 int DhcpMsgManager::PushRecvMsg(const DhcpMessage &msg) in PushRecvMsg()
176 static int ParseDhcpOptions(PDhcpMsgInfo msg) in ParseDhcpOptions()
219 int SendDhcpMessage(const DhcpClientContext *ctx, PDhcpMsgInfo msg) in SendDhcpMessage()
242 int InitMessage(DhcpClientContext *ctx, PDhcpMsgInfo msg, uint8_t msgType) in InitMessage()
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c37 SoftBusMessage *msg; member
64 NO_SANITIZE("cfi") static void FreeSoftBusMsg(SoftBusMessage *msg) in FreeSoftBusMsg()
75 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); in MallocMessage() local
83 void FreeMessage(SoftBusMessage *msg) in FreeMessage()
134 SoftBusMessage *msg = NULL; in LoopTask() local
230 SoftBusMessage *msg = itemNode->msg; in DumpLooperLocked() local
323 SoftBusMessage *msg = itemNode->msg; in PostMessageAtTime() local
342 static void LooperPostMessage(const SoftBusLooper *looper, SoftBusMessage *msg) in LooperPostMessage()
370 static int WhatRemoveFunc(const SoftBusMessage *msg, void *args) in WhatRemoveFunc()
394 SoftBusMessage *msg = itemNode->msg; in LoopRemoveMessageCustom() local
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupext_fuzzer/
H A Dbackupext_fuzzer.cpp44 MessageParcel msg; in OnRemoteRequestFuzzTest() local
159 MessageParcel msg; in CmdGetFileHandleFuzzTest() local
169 MessageParcel msg; in CmdHandleClearFuzzTest() local
178 MessageParcel msg; in CmdHandleBackupFuzzTest() local
187 MessageParcel msg; in CmdPublishFileFuzzTest() local
197 MessageParcel msg; in CmdHandleRestoreFuzzTest() local
206 MessageParcel msg; in CmdGetIncrementalFileHandleFuzzTest() local
216 MessageParcel msg; in CmdPublishIncrementalFileFuzzTest() local
230 MessageParcel msg; in CmdHandleIncrementalBackupFuzzTest() local
244 MessageParcel msg; in CmdIncrementalOnBackupFuzzTest() local
[all …]
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dmessage_looper.cpp236 int32_t MessageLooper::Send(const MsgInfo &msg) in Send()
250 int32_t MessageLooper::Post(const MsgInfo &msg, uint64_t delayUs) in Post()
272 void MessageLooper::InsertQueue(MsgInfo &msg, uint64_t delayUs) in InsertQueue()
300 bool MessageLooper::HasMessage(const MsgInfo &msg) in HasMessage()
319 void MessageLooper::RemoveMessage(const MsgInfo &msg) in RemoveMessage()

12345678910>>...52