Searched refs:HandleCommonMsg (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_fsm_test.cpp | 159 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_NOT_TRUSTED, nullptr); in HWTEST_F() 160 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_DISCONNECTED, nullptr); in HWTEST_F() 162 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_DISCONNECTED, nullptr); in HWTEST_F() 164 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_DISCONNECTED, nullptr); in HWTEST_F() 165 HandleCommonMsg(&authFsm, SOFTBUS_AUTH_INNER_ERR, nullptr); in HWTEST_F()
|
/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 1023 HandleCommonMsg(authFsm, msgType, msgPara); in SyncNegotiationStateProcess() 1050 HandleCommonMsg(authFsm, msgType, msgPara); in SyncDevIdStateProcess() 1279 HandleCommonMsg(authFsm, msgType, msgPara); in DeviceAuthStateProcess() 1391 HandleCommonMsg(authFsm, msgType, msgPara); in SyncDevInfoStateProcess()
|
Completed in 4 milliseconds