Home
last modified time | relevance | path

Searched refs:FSM_MSG_RECV_DEVICE_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c46 FSM_MSG_RECV_DEVICE_ID, enumerator
66 {FSM_MSG_RECV_DEVICE_ID, (char *)"RECV_DEVICE_ID"},
137 if (type < FSM_MSG_RECV_DEVICE_ID || type >= FSM_MSG_UNKNOWN) { in FsmMsgTypeToStr()
1013 case FSM_MSG_RECV_DEVICE_ID: in SyncNegotiationStateProcess()
1040 case FSM_MSG_RECV_DEVICE_ID: in SyncDevIdStateProcess()
1257 case FSM_MSG_RECV_DEVICE_ID: in DeviceAuthStateProcess()
1581 return PostMessageToAuthFsm(FSM_MSG_RECV_DEVICE_ID, authSeq, data, len); in AuthSessionProcessDevIdData()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp91 authFsm = TranslateToAuthFsm(&authFsm->fsm, FSM_MSG_RECV_DEVICE_ID, nullptr);
424 int32_t msgType = FSM_MSG_RECV_DEVICE_ID;
H A Dauth_other_test.cpp624 type = FSM_MSG_RECV_DEVICE_ID;