| /foundation/communication/dsoftbus/core/connection/p2p/common/src/ |
| D | p2plink_loop.c | 33 int32_t msgType; member 89 int32_t P2pLoopProc(P2pLoopProcessFunc callback, void *para, P2pLoopMsg msgType) in P2pLoopProc() 106 …P2pLoopProcDelay(P2pLoopProcessFunc callback, void *para, uint64_t delayMillis, P2pLoopMsg msgType) in P2pLoopProcDelay() 146 int32_t P2pLoopProcDelayDel(P2pLoopProcessFunc callback, P2pLoopMsg msgType) in P2pLoopProcDelayDel()
|
| /foundation/communication/dsoftbus/core/connection/p2p/negotiation/src/ |
| D | p2plink_state_machine.c | 124 void P2pLinkFsmMsgProc(const FsmStateMachine *fsm, int32_t msgType, void *param) in P2pLinkFsmMsgProc() 135 void P2pLinkFsmMsgProcDelay(const FsmStateMachine *fsm, int32_t msgType, void *param, uint64_t dela… in P2pLinkFsmMsgProcDelay() 148 void P2pLinkFsmMsgProcDelayDel(int32_t msgType) in P2pLinkFsmMsgProcDelayDel()
|
| D | p2plink_negotiation.c | 196 static void DhcpStateProcess(P2pLoopMsg msgType, void *param) in DhcpStateProcess() 804 static void IdleStateProcess(P2pLoopMsg msgType, void *param) in IdleStateProcess() 944 static void WaitConnectStateProcess(P2pLoopMsg msgType, void *param) in WaitConnectStateProcess() 1049 static void GroupCreateStateProcess(P2pLoopMsg msgType, void *param) in GroupCreateStateProcess() 1152 static void ConnectingStateProcess(P2pLoopMsg msgType, void *param) in ConnectingStateProcess() 1212 static void RoleNegoStateProcess(P2pLoopMsg msgType, void *param) in RoleNegoStateProcess()
|
| /foundation/communication/dsoftbus/core/connection/p2p/manager/src/ |
| D | p2plink_broadcast_receiver.c | 92 static void LoopP2pStateChanged(P2pLoopMsg msgType, void *arg) in LoopP2pStateChanged() 133 static void LoopGroupStateChanged(P2pLoopMsg msgType, void *arg) in LoopGroupStateChanged() 188 static void LoopConnResult(P2pLoopMsg msgType, void *arg) in LoopConnResult()
|
| D | p2plink_manager.c | 85 void P2pLinkLoopConnectDevice(P2pLoopMsg msgType, void *arg) in P2pLinkLoopConnectDevice() 154 void P2pLinkLoopDisconnectDev(P2pLoopMsg msgType, void *arg) in P2pLinkLoopDisconnectDev() 205 static void LoopOpenP2pAuthSuccess(P2pLoopMsg msgType, void *arg) in LoopOpenP2pAuthSuccess() 269 static void LoopOpenP2pAuthChan(P2pLoopMsg msgType, void *arg) in LoopOpenP2pAuthChan()
|
| D | p2plink_device.c | 411 static void P2pLinkTimerDevProc(P2pLoopMsg msgType, void *arg) in P2pLinkTimerDevProc() 501 static void P2pLinkDevExistDiscState(P2pLoopMsg msgType, void *arg) in P2pLinkDevExistDiscState()
|
| /foundation/communication/dsoftbus/core/bus_center/utils/src/ |
| D | lnn_state_machine.c | 225 int32_t msgType; in RemoveMessageFunc() local 298 int32_t LnnFsmPostMessage(FsmStateMachine *fsm, uint32_t msgType, void *data) in LnnFsmPostMessage() 306 int32_t LnnFsmPostMessageDelay(FsmStateMachine *fsm, uint32_t msgType, in LnnFsmPostMessageDelay() 323 int32_t LnnFsmRemoveMessage(FsmStateMachine *fsm, int32_t msgType) in LnnFsmRemoveMessage()
|
| D | lnn_async_callback_utils.c | 84 LnnAsyncCallbackFunc callback, void *para, int32_t msgType) in CreateAsyncCallbackInfo()
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
| D | client_trans_file.c | 29 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/communication/bluetooth/services/bluetooth_standard/service/src/map_mse/ |
| D | map_mse_event.cpp | 26 const std::string &oldFolder, MessageType msgType) in MapMseEvent() 36 … std::string &eventType, const std::string &handle, const std::string &folder, MessageType msgType) in MapMseEvent()
|
| /foundation/communication/dsoftbus/core/connection/p2p/interface/ |
| D | p2plink_interface.c | 122 static void LoopP2pLinkIsRoleConfict(P2pLoopMsg msgType, void *arg) in LoopP2pLinkIsRoleConfict() 203 static void LoopP2pLinkQueryIpByMac(P2pLoopMsg msgType, void *arg) in LoopP2pLinkQueryIpByMac() 302 static void LoopP2pLinkQueryDevOnline(P2pLoopMsg msgType, void *arg) in LoopP2pLinkQueryDevOnline()
|
| /foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/ |
| D | auth_message_processor.cpp | 79 std::string AuthMessageProcessor::CreateSimpleMessage(int32_t msgType) in CreateSimpleMessage() 169 int32_t msgType = jsonObject[TAG_TYPE]; in ParseMessage() local
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
| D | lnn_connection_fsm.c | 152 static void FreeUnhandledMessage(int32_t msgType, void *para) in FreeUnhandledMessage() 367 static bool AuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in AuthStateProcess() 559 static bool SyncDeviceInfoStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in SyncDeviceInfoStateProcess() 653 static bool CleanInvalidConnStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in CleanInvalidConnStateProcess() 723 static bool OnlineStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in OnlineStateProcess() 802 static bool LeavingStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in LeavingStateProcess()
|
| /foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/requestauth/ |
| D | auth_manager.cpp | 44 int32_t msgType = MsgCodec::DecodeMsgType(message); in OnReceiveMsg() local 134 void AuthManager::OnReceiveMessage(long long channelId, std::string &message, int32_t msgType) in OnReceiveMessage()
|
| /foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/ |
| D | hi_fsm.h | 47 int32_t msgType; member
|
| /foundation/communication/bluetooth/services/bluetooth_standard/server/src/ |
| D | bluetooth_map_mce_server.cpp | 403 const BluetoothRawAddress &device, int32_t msgType) in UpdateInbox() 418 int32_t msgType, const std::u16string &msgHandle, int32_t statusIndicator, int32_t statusValue, in SetMessageStatus() 458 const BluetoothRawAddress &device, int32_t msgType, int32_t max) in GetUnreadMessages() 502 int BluetoothMapMceServer::GetMessage(const BluetoothRawAddress &device, int32_t msgType, in GetMessage()
|
| /foundation/communication/bluetooth/services/bluetooth_standard/ipc/src/ |
| D | bluetooth_map_mce_proxy.cpp | 289 const BluetoothRawAddress &device, int32_t msgType, int32_t max) in GetUnreadMessages() 439 const BluetoothRawAddress &device, int32_t msgType, in GetMessage() 478 const BluetoothRawAddress &device, int32_t msgType) in UpdateInbox() 538 const BluetoothRawAddress &device, int32_t msgType, const std::u16string &msgHandle, in SetMessageStatus()
|
| D | bluetooth_map_mce_stub.cpp | 245 int32_t msgType = data.ReadInt32(); in GetUnreadMessagesInner() local 323 int32_t msgType = data.ReadInt32(); in GetMessageInner() local 342 int32_t msgType = data.ReadInt32(); in UpdateInboxInner() local 374 int32_t msgType = data.ReadInt32(); in SetMessageStatusInner() local
|
| /foundation/distributeddatamgr/objectstore/frameworks/innerkitsimpl/include/communicator/ |
| D | app_types.h | 44 MessageType msgType; member
|
| /foundation/distributedhardware/devicemanager/test/unittest/ |
| D | UTTest_softbus_session.cpp | 95 int32_t msgType = 2; variable
|
| /foundation/communication/dsoftbus/sdk/transmission/ipc/mini/ |
| D | trans_server_proxy.c | 72 …endMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len, int32_t msgType) in ServerIpcSendMessage()
|
| /foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/softbus/ |
| D | softbus_session.cpp | 108 int32_t msgType = jsonObject[TAG_TYPE]; in SendData() local
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
| D | nstackx_dfile_transfer.c | 165 void ReviewSuccessMsg(const DFileTrans *dFileTrans, DFileTransMsgType *msgType, in ReviewSuccessMsg() 219 static void NotifyTransMsg(DFileTrans *dFileTrans, DFileTransMsgType msgType) in NotifyTransMsg() 366 void FileManagerSenderMsgHandler(uint16_t fileId, FileManagerMsgType msgType, FileManagerMsg *msg, in FileManagerSenderMsgHandler() 394 static void FileManagerTransMsgHandler(uint16_t fileId, FileManagerMsgType msgType, FileManagerMsg … in FileManagerTransMsgHandler() 710 void FileManagerReceiverMsgHandler(uint16_t fileId, FileManagerMsgType msgType, FileManagerMsg *msg, in FileManagerReceiverMsgHandler()
|
| /foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
| D | trans_server_proxy.cpp | 154 …endMessage(int32_t channelId, int32_t channelType, const void *data, uint32_t len, int32_t msgType) in ServerIpcSendMessage()
|
| /foundation/communication/dsoftbus/core/connection/p2p/message/src/ |
| D | p2plink_message.c | 85 static void P2pLinkNeoDataProcess(P2pLoopMsg msgType, void *param) in P2pLinkNeoDataProcess()
|