Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c57 FSM_MSG_STOP_AUTH_FSM, enumerator
77 {FSM_MSG_STOP_AUTH_FSM, (char *)"STOP_AUTH_FSM"},
160 … msgType != FSM_MSG_DEVICE_DISCONNECTED && msgType != FSM_MSG_STOP_AUTH_FSM) && para == NULL) { in TranslateToAuthFsm()
514 LnnFsmPostMessage(&stopFsm->fsm, FSM_MSG_STOP_AUTH_FSM, NULL); in CompleteAuthSession()
569 case FSM_MSG_STOP_AUTH_FSM: in HandleCommonMsg()