Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c262 UserAuthContext *contextRet = NULL; in GetContext() local
268 contextRet = (UserAuthContext *)tempNode->data; in GetContext()
269 if (contextRet != NULL && contextRet->contextId == contextId) { in GetContext()
270 return contextRet; in GetContext()