Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Duser_idm_funcs.h47 } UpdateCredentialOutput; typedef
57 …UpdateCredentialFunc(int32_t userId, const Buffer *scheduleResult, UpdateCredentialOutput *output);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c470 const CredentialInfoHal *credentialInfo, UpdateCredentialOutput *output) in GetUpdateCredentialOutput()
507 … UpdateCredentialFunc(int32_t userId, const Buffer *scheduleResult, UpdateCredentialOutput *output) in UpdateCredentialFunc()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Duser_idm_funcs_test.cpp288 UpdateCredentialOutput output = {};
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp929 UpdateCredentialOutput output = {}; in GetUpdateResult()