Searched refs:HandleCommonMsg (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_fsm_test.cpp | 159 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_NOT_TRUSTED, nullptr); 160 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_DISCONNECTED, nullptr); 162 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_DISCONNECTED, nullptr); 164 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_DISCONNECTED, nullptr); 165 HandleCommonMsg(&authFsm, SOFTBUS_AUTH_INNER_ERR, nullptr);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_fsm.c | 541 static void HandleCommonMsg(AuthFsm *authFsm, int32_t msgType, MessagePara *msgPara) in HandleCommonMsg() function 1020 HandleCommonMsg(authFsm, msgType, msgPara); in SyncNegotiationStateProcess() 1047 HandleCommonMsg(authFsm, msgType, msgPara); in SyncDevIdStateProcess() 1276 HandleCommonMsg(authFsm, msgType, msgPara); in DeviceAuthStateProcess() 1388 HandleCommonMsg(authFsm, msgType, msgPara); in SyncDevInfoStateProcess()
|