Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/cred_manager/src/
H A Dcred_manager.c35 return (*pluginPtr)->procCred(osAccountId, cmdId, in, out); in ProcCred()
71 plugin->destroy == NULL || plugin->procCred == NULL) { in AddCredPlugin()
/ohos5.0/base/security/device_auth/services/cred_manager/inc/
H A Dcred_plugin_def.h25 int32_t (*procCred)(int32_t osAccountId, int32_t cmdId, CJson *in, CJson *out); member
/ohos5.0/base/security/device_auth/services/cred_manager/src/account_related/
H A Daccount_related_cred_plugin.c123 .procCred = ProcessAccountCredentials
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp430 plugin.procCred = ProcessCredTest;