Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_fsm.c511 … AuthFsm *stopFsm = GetAuthFsmByConnInfo(&authFsm->info.connInfo, !authFsm->info.isConnectServer); in CompleteAuthSession() local
512 if (stopFsm != NULL) { in CompleteAuthSession()
513 AuthNotifyAuthPassed(stopFsm->authSeq, &stopFsm->info); in CompleteAuthSession()
514 LnnFsmPostMessage(&stopFsm->fsm, FSM_MSG_STOP_AUTH_FSM, NULL); in CompleteAuthSession()