Home
last modified time | relevance | path

Searched refs:FSM_MSG_DEVICE_NOT_TRUSTED (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c54 FSM_MSG_DEVICE_NOT_TRUSTED, enumerator
74 {FSM_MSG_DEVICE_NOT_TRUSTED, (char *)"DEVICE_NOT_TRUSTED"},
159 if ((msgType != FSM_MSG_AUTH_TIMEOUT && msgType != FSM_MSG_DEVICE_NOT_TRUSTED && in TranslateToAuthFsm()
550 case FSM_MSG_DEVICE_NOT_TRUSTED: in HandleCommonMsg()
1708 LnnFsmPostMessage(&item->fsm, FSM_MSG_DEVICE_NOT_TRUSTED, NULL); in AuthSessionHandleDeviceNotTrusted()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_fsm_test.cpp159 HandleCommonMsg(&authFsm, FSM_MSG_DEVICE_NOT_TRUSTED, nullptr);