Home
last modified time | relevance | path

Searched refs:FSM_MSG_UNKNOWN (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp79 EXPECT_TRUE(strcmp(FsmMsgTypeToStr(FSM_MSG_UNKNOWN), "UNKNOWN MSG!!") == EOK); in HWTEST_F()
93 authFsm = TranslateToAuthFsm(&authFsm->fsm, FSM_MSG_UNKNOWN, nullptr); in HWTEST_F()
469 msgType = FSM_MSG_UNKNOWN; in HWTEST_F()
H A Dauth_other_test.cpp599 int32_t type = FSM_MSG_UNKNOWN; in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c58 FSM_MSG_UNKNOWN, enumerator
78 {FSM_MSG_UNKNOWN, (char *)"UNKNOWN MSG!!"},
137 if (type < FSM_MSG_RECV_DEVICE_ID || type >= FSM_MSG_UNKNOWN) { in FsmMsgTypeToStr()
138 return g_StateMsgMap[FSM_MSG_UNKNOWN].msg; in FsmMsgTypeToStr()

Completed in 6 milliseconds