Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp78 EXPECT_TRUE(strcmp(FsmMsgTypeToStr(-1), "UNKNOWN MSG!!") == EOK);
79 EXPECT_TRUE(strcmp(FsmMsgTypeToStr(FSM_MSG_UNKNOWN), "UNKNOWN MSG!!") == EOK);
80 EXPECT_TRUE(strcmp(FsmMsgTypeToStr(FSM_MSG_AUTH_FINISH), "AUTH_FINISH") == EOK);
H A Dauth_other_test.cpp619 char *ret = FsmMsgTypeToStr(type);
622 ret = FsmMsgTypeToStr(type);
625 ret = FsmMsgTypeToStr(type);
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c135 static char *FsmMsgTypeToStr(int32_t type) in FsmMsgTypeToStr() function
1011 authFsm->authSeq, FsmMsgTypeToStr(msgType)); in SyncNegotiationStateProcess()
1038 authFsm->authSeq, FsmMsgTypeToStr(msgType)); in SyncDevIdStateProcess()
1255 authFsm->authSeq, FsmMsgTypeToStr(msgType)); in DeviceAuthStateProcess()
1373 authFsm->authSeq, FsmMsgTypeToStr(msgType)); in SyncDevInfoStateProcess()