Home
last modified time | relevance | path

Searched defs:msgData (Results 1 – 11 of 11) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/
Da2dp_state_machine.cpp43 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() local
149 void A2dpStateIdle::ProcessSetConfigReq(A2dpAvdtMsgData msgData, uint8_t role) in ProcessSetConfigReq()
164 void A2dpStateIdle::ProcessSetConfigInd(A2dpAvdtMsgData msgData, uint8_t role) in ProcessSetConfigInd()
267 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() local
351 void A2dpStateConfigure::ProcessOpenInd(A2dpAvdtMsgData msgData, uint8_t role) in ProcessOpenInd()
375 void A2dpStateConfigure::ProcessSetConfigInd(A2dpAvdtMsgData msgData, uint8_t role) in ProcessSetConfigInd()
430 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() local
467 void A2dpStateOpening::ProcessOpenCfm(A2dpAvdtMsgData msgData, uint8_t role) in ProcessOpenCfm()
534 A2dpAvdtMsgData msgData = (static_cast<A2dpAvdtMsg*>(msg.arg2_))->a2dpMsg; in Dispatch() local
585 void A2dpStateOpen::ProcessSubOpenState(A2dpAvdtMsgData msgData, uint8_t role, int cmd) in ProcessSubOpenState()
[all …]
Da2dp_profile_peer.cpp573 utility::Message msgData(A2DP_SDP_EVT, result, context); in SDPServiceCallback() local
638 utility::Message msgData((int)EVT_TIME_OUT, (int)0, &msg); in ProcessSignalingTimeoutCallback() local
944 A2dpAvdtMsg msgData = {}; in UpdateConfigure() local
1167 A2dpAvdtMsg msgData = {}; in Reconfigure() local
1220 utility::Message msgData(A2DP_TIMEOUT_EVT, role, nullptr); in SignalingTimeoutCallback() local
Da2dp_avdtp.cpp292 utility::Message msgData(A2DP_AVDTP_EVT, (int)A2DP_SUCCESS, msg.release()); in ProcAvdtpEvent() local
296 void A2dpAvdtp::SwitchThreadToA2dpService(uint8_t role, BtAddr bdAddr, utility::Message msgData) in SwitchThreadToA2dpService()
Da2dp_service.cpp152 utility::Message msgData(state, role_, &(btAddr)); in OnAudioStateChanged() local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
Dclient_trans_file.c29 static void FileSendListener(int32_t dfileId, DFileMsgType msgType, const DFileMsg *msgData) in FileSendListener()
81 static void FileReceiveListener(int32_t dfileId, DFileMsgType msgType, const DFileMsg *msgData) in FileReceiveListener()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
Dfsm_message.h25 void *msgData; member
/foundation/aafwk/standard/services/abilitymgr/src/
Dwant_receiver_proxy.cpp55 MessageParcel msgData; in PerformReceive() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
Dnstackx_dfile_session.c302 DFileMsg msgData; in CalculateSessionTransferRate() local
388 DFileMsg msgData; in ClientSettingTimeoutHandle() local
987 DFileMsg msgData; in DFileMainLoop() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/pbap_pse/
Dpbap_pse_service.cpp531 auto msgData = std::make_unique<PbapPsePasswordInputMsg>(password, userId); in ProcessSetDevicePassword() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/pbap_pce/
Dpbap_pce_service.cpp668 auto msgData = std::make_unique<PbapPcePasswordInputMsg>(password, userId); in SetDevicePassword() local
/foundation/communication/wifi/services/wifi_standard/wifi_framework/common/include/
Dwifi_internal_msg.h208 int msgData; member