Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp79 EXPECT_TRUE(strcmp(FsmMsgTypeToStr(FSM_MSG_UNKNOWN), "UNKNOWN MSG!!") == EOK);
93 authFsm = TranslateToAuthFsm(&authFsm->fsm, FSM_MSG_UNKNOWN, nullptr);
468 msgType = FSM_MSG_UNKNOWN;
H A Dauth_other_test.cpp617 int32_t type = FSM_MSG_UNKNOWN;
/ohos5.0/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()