Home
last modified time | relevance | path

Searched defs:msgType (Results 1 – 25 of 77) sorted by relevance

1234

/foundation/communication/dsoftbus/core/connection/p2p/common/src/
Dp2plink_loop.c33 int32_t msgType; member
89 NO_SANITIZE("cfi") int32_t P2pLoopProc(P2pLoopProcessFunc callback, void *para, P2pLoopMsg msgType) in P2pLoopProc()
107 P2pLoopMsg msgType) in P2pLoopProcDelay()
147 NO_SANITIZE("cfi") int32_t P2pLoopProcDelayDel(P2pLoopProcessFunc callback, P2pLoopMsg msgType) in P2pLoopProcDelayDel()
/foundation/communication/dsoftbus/core/connection/p2p/negotiation/src/
Dp2plink_state_machine.c125 NO_SANITIZE("cfi") void P2pLinkFsmMsgProc(const FsmStateMachine *fsm, int32_t msgType, void *param) in P2pLinkFsmMsgProc()
136 NO_SANITIZE("cfi") void P2pLinkFsmMsgProcDelay(const FsmStateMachine *fsm, int32_t msgType, void *p… in P2pLinkFsmMsgProcDelay()
150 NO_SANITIZE("cfi") void P2pLinkFsmMsgProcDelayDel(int32_t msgType) in P2pLinkFsmMsgProcDelayDel()
Dp2plink_negotiation.c199 static void DhcpStateProcess(P2pLoopMsg msgType, void *param) in DhcpStateProcess()
803 static void IdleStateProcess(P2pLoopMsg msgType, void *param) in IdleStateProcess()
946 static void WaitConnectStateProcess(P2pLoopMsg msgType, void *param) in WaitConnectStateProcess()
1048 static void GroupCreateStateProcess(P2pLoopMsg msgType, void *param) in GroupCreateStateProcess()
1151 static void ConnectingStateProcess(P2pLoopMsg msgType, void *param) in ConnectingStateProcess()
1211 static void RoleNegoStateProcess(P2pLoopMsg msgType, void *param) in RoleNegoStateProcess()
/foundation/communication/dsoftbus/tests/core/connection/p2p/interface_mock/
Dmanager_mock.cpp22 void P2pLinkLoopConnectDevice(P2pLoopMsg msgType, void *arg) in P2pLinkLoopConnectDevice()
27 void P2pLinkLoopDisconnectDev(P2pLoopMsg msgType, void *arg) in P2pLinkLoopDisconnectDev()
83 void ManagerMock::ActionOfP2pLinkLoopConnectDevice(P2pLoopMsg msgType, void *arg) in ActionOfP2pLinkLoopConnectDevice()
88 void ManagerMock::ActionOfP2pLinkLoopDisconnectDev(P2pLoopMsg msgType, void *arg) in ActionOfP2pLinkLoopDisconnectDev()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
Dclient_trans_file.c33 NO_SANITIZE("cfi") static void NotifySendResult(int32_t sessionId, DFileMsgType msgType, in NotifySendResult()
63 NO_SANITIZE("cfi") static void FileSendListener(int32_t dfileId, DFileMsgType msgType, const DFileM… in FileSendListener()
103 NO_SANITIZE("cfi") static void NotifyRecvResult(int32_t sessionId, DFileMsgType msgType, const DFil… in NotifyRecvResult()
140 NO_SANITIZE("cfi") static void FileReceiveListener(int32_t dfileId, DFileMsgType msgType, const DFi… in FileReceiveListener()
/foundation/communication/dsoftbus/core/connection/p2p/manager/src/
Dp2plink_broadcast_receiver.c84 static void LoopP2pStateChanged(P2pLoopMsg msgType, void *arg) in LoopP2pStateChanged()
124 static void LoopGroupStateChanged(P2pLoopMsg msgType, void *arg) in LoopGroupStateChanged()
179 static void LoopConnResult(P2pLoopMsg msgType, void *arg) in LoopConnResult()
Dp2plink_manager.c82 void P2pLinkLoopConnectDevice(P2pLoopMsg msgType, void *arg) in P2pLinkLoopConnectDevice()
134 void P2pLinkLoopDisconnectDev(P2pLoopMsg msgType, void *arg) in P2pLinkLoopDisconnectDev()
189 static void LoopOpenP2pAuthSuccess(P2pLoopMsg msgType, void *arg) in LoopOpenP2pAuthSuccess()
252 static void LoopOpenP2pAuthChan(P2pLoopMsg msgType, void *arg) in LoopOpenP2pAuthChan()
/foundation/communication/bluetooth/frameworks/js/napi/include/
Dnapi_bluetooth_ble_central_manager_callback.h35 …void OnNotifyMsgReportFromLpDevice(const UUID &uuid, int msgType, const std::vector<uint8_t> &valu… in OnNotifyMsgReportFromLpDevice()
/foundation/communication/dsoftbus/tests/core/connection/p2p/negotiation/
Dnegotiation_mock.cpp38 void P2pLinkFsmMsgProc(const FsmStateMachine *fsm, int32_t msgType, void *param) in P2pLinkFsmMsgProc()
58 void P2pLinkFsmMsgProcDelayDel(int32_t msgType) in P2pLinkFsmMsgProcDelayDel()
78 void P2pLinkFsmMsgProcDelay(const FsmStateMachine *fsm, int32_t msgType, void *param, in P2pLinkFsmMsgProcDelay()
136 void NegotiationMock::ActionOfP2pLinkFsmMsgProc(const FsmStateMachine *fsm, int32_t msgType, void *… in ActionOfP2pLinkFsmMsgProc()
158 void NegotiationMock::ActionOfP2pLinkFsmMsgProcDelayDel(int32_t msgType) in ActionOfP2pLinkFsmMsgProcDelayDel()
179 void NegotiationMock::ActionOfP2pLinkFsmMsgProcDelay(const FsmStateMachine *fsm, int32_t msgType, v… in ActionOfP2pLinkFsmMsgProcDelay()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
Dlnn_heartbeat_fsm.c165 static void FreeUnhandledHbMessage(int32_t msgType, void *para) in FreeUnhandledHbMessage()
177 NO_SANITIZE("cfi") static bool HbFsmStateProcessFunc(FsmStateMachine *fsm, int32_t msgType, void *p… in HbFsmStateProcessFunc()
494 static int32_t OnProcessSendOnce(FsmStateMachine *fsm, int32_t msgType, void *para) in OnProcessSendOnce()
543 static int32_t OnSendOneHbBegin(FsmStateMachine *fsm, int32_t msgType, void *para) in OnSendOneHbBegin()
568 static int32_t OnSendOneHbEnd(FsmStateMachine *fsm, int32_t msgType, void *para) in OnSendOneHbEnd()
595 static int32_t OnStartHbProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in OnStartHbProcess()
612 static int32_t OnReStartHbProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in OnReStartHbProcess()
627 static int32_t OnStopHbByType(FsmStateMachine *fsm, int32_t msgType, void *para) in OnStopHbByType()
659 static int32_t OnSetMediumParam(FsmStateMachine *fsm, int32_t msgType, void *para) in OnSetMediumParam()
677 static int32_t OnUpdateSendInfo(FsmStateMachine *fsm, int32_t msgType, void *para) in OnUpdateSendInfo()
[all …]
/foundation/communication/dsoftbus/core/bus_center/utils/src/
Dlnn_state_machine.c229 int32_t msgType; in RemoveMessageFunc() local
302 NO_SANITIZE("cfi") int32_t LnnFsmPostMessage(FsmStateMachine *fsm, uint32_t msgType, void *data) in LnnFsmPostMessage()
310 NO_SANITIZE("cfi") int32_t LnnFsmPostMessageDelay(FsmStateMachine *fsm, uint32_t msgType, in LnnFsmPostMessageDelay()
327 NO_SANITIZE("cfi") int32_t LnnFsmRemoveMessage(FsmStateMachine *fsm, int32_t msgType) in LnnFsmRemoveMessage()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/map_mse/
Dmap_mse_event.cpp27 const std::string &oldFolder, MessageType msgType) in MapMseEvent()
37 … std::string &eventType, const std::string &handle, const std::string &folder, MessageType msgType) in MapMseEvent()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
Dtrans_sdk_file_test.cpp160 void DFileMsgReceiverTest(int32_t sessionId, DFileMsgType msgType, const DFileMsg *msg) in DFileMsgReceiverTest()
412 DFileMsgType msgType = DFILE_ON_BIND; variable
438 DFileMsgType msgType = DFILE_ON_CONNECT_SUCCESS; variable
495 DFileMsgType msgType = DFILE_ON_CONNECT_SUCCESS; variable
600 DFileMsgType msgType = DFILE_ON_BIND; variable
/foundation/communication/dsoftbus/core/connection/p2p/interface/
Dp2plink_interface.c121 static void LoopP2pLinkIsRoleConfict(P2pLoopMsg msgType, void *arg) in LoopP2pLinkIsRoleConfict()
202 static void LoopP2pLinkQueryIpByMac(P2pLoopMsg msgType, void *arg) in LoopP2pLinkQueryIpByMac()
301 static void LoopP2pLinkQueryDevOnline(P2pLoopMsg msgType, void *arg) in LoopP2pLinkQueryDevOnline()
/foundation/communication/dsoftbus/core/connection/p2p/message/src/
Dp2plink_message.c80 static void P2pLinkNeoDataProcess(P2pLoopMsg msgType, void *param) in P2pLinkNeoDataProcess()
144 static void P2pLinkAuthChannelCloseProcess(P2pLoopMsg msgType, void *param) in P2pLinkAuthChannelCloseProcess()
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
Dauth_message_processor.cpp91 std::string AuthMessageProcessor::CreateSimpleMessage(int32_t msgType) in CreateSimpleMessage()
178 int32_t msgType = jsonObject[TAG_MSG_TYPE].get<int32_t>(); in ParseMessage() local
/foundation/window/window_manager/wmserver/src/
Dwindow_pair.cpp46 void WindowPair::SendSplitScreenCommonEvent(SplitEventMsgType msgType, int32_t missionId) in SendSplitScreenCommonEvent()
67 auto msgType = (node->GetWindowMode() == WindowMode::WINDOW_MODE_SPLIT_SECONDARY) ? in NotifyShowRecent() local
77 …auto msgType = isDestroy ? SplitEventMsgType::MSG_DESTROY_DIVIDER : SplitEventMsgType::MSG_SHOW_DI… in NotifyCreateOrDestroyDivider() local
/foundation/communication/dsoftbus/core/authentication/src/
Dauth_session_fsm.c117 static AuthFsm *TranslateToAuthFsm(FsmStateMachine *fsm, int32_t msgType, MessagePara *para) in TranslateToAuthFsm()
367 static void HandleCommonMsg(AuthFsm *authFsm, int32_t msgType, MessagePara *msgPara) in HandleCommonMsg()
502 static bool SyncDevIdStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in SyncDevIdStateProcess()
636 static bool DeviceAuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in DeviceAuthStateProcess()
733 static bool SyncDevInfoStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in SyncDevInfoStateProcess()
821 static int32_t PostMessageToAuthFsm(int32_t msgType, int64_t authSeq, const uint8_t *data, uint32_t… in PostMessageToAuthFsm()
847 static int32_t PostMessageToAuthFsmByConnId(int32_t msgType, uint64_t connId, bool isServer, in PostMessageToAuthFsmByConnId()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
Dhi_fsm.h47 int32_t msgType; member
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
Dbluetooth_map_mce_stub.cpp260 int32_t msgType = data.ReadInt32(); in GetUnreadMessagesInner() local
348 int32_t msgType = data.ReadInt32(); in GetMessageInner() local
368 int32_t msgType = data.ReadInt32(); in UpdateInboxInner() local
403 int32_t msgType = data.ReadInt32(); in SetMessageStatusInner() local
Dbluetooth_ble_central_manager_callback_proxy.cpp112 …entralManagerCallBackProxy::OnNotifyMsgReportFromLpDevice(const bluetooth::Uuid &uuid, int msgType, in OnNotifyMsgReportFromLpDevice()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_map_mce_server.cpp402 const BluetoothRawAddress &device, int32_t msgType) in UpdateInbox()
416 int32_t msgType, const std::u16string &msgHandle, int32_t statusIndicator, int32_t statusValue, in SetMessageStatus()
455 const BluetoothRawAddress &device, int32_t msgType, int32_t max) in GetUnreadMessages()
499 int BluetoothMapMceServer::GetMessage(const BluetoothRawAddress &device, int32_t msgType, in GetMessage()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
Dbluetooth_map_mce_proxy.cpp285 int BluetoothMapMceProxy::GetUnreadMessages(const BluetoothRawAddress &device, int32_t msgType, int… in GetUnreadMessages()
433int32_t msgType, const std::u16string &msgHandle, const BluetoothIProfileGetMessageParameters &par… in GetMessage()
470 int BluetoothMapMceProxy::UpdateInbox(const BluetoothRawAddress &device, int32_t msgType) in UpdateInbox()
529 int BluetoothMapMceProxy::SetMessageStatus(const BluetoothRawAddress &device, int32_t msgType, in SetMessageStatus()
Dbluetooth_ble_central_manager_callback_stub.cpp121 int32_t msgType = data.ReadInt32(); in OnNotifyMsgReportFromLpDeviceInner() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
Dlnn_connection_fsm.c157 static void FreeUnhandledMessage(int32_t msgType, void *para) in FreeUnhandledMessage()
673 static bool AuthStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in AuthStateProcess()
771 static bool CleanInvalidConnStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in CleanInvalidConnStateProcess()
850 static bool OnlineStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in OnlineStateProcess()
942 static bool LeavingStateProcess(FsmStateMachine *fsm, int32_t msgType, void *para) in LeavingStateProcess()

1234