Home
last modified time | relevance | path

Searched defs:creds (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_level.c129 LinkedList *creds = QueryCredentialLimit(&condition); in GetCredMaxAcl() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c381 ResultCode QueryCredentialFunc(int32_t userId, uint32_t authType, LinkedList **creds) in QueryCredentialFunc()
562 ResultCode QueryCredentialByIdFunc(uint64_t credentialId, LinkedList **creds) in QueryCredentialByIdFunc()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Duser_idm_funcs_test.cpp223 LinkedList *creds = nullptr; variable
/ohos5.0/base/hiviewdfx/faultloggerd/services/
H A Dfault_logger_daemon.cpp817 struct ucred creds = {}; in CheckRequestCredential() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/database/src/
H A Didm_database.c183 ResultCode DeleteUserInfo(int32_t userId, LinkedList **creds) in DeleteUserInfo()