Searched refs:CAuthCallback (Results 1 - 5 of 5) sorted by relevance
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_impl.h | 65 std::string name, std::string owner, CAuthCallback callbackId, CVerifyCredentialOptions cOptions); 66 int32_t setAuthenticatorProperties(std::string owner, CAuthCallback callbackId, CSetPropertiesOptions cOptions); 75 void ParseContextForVerifyCredential(CAuthCallback callbackId, CVerifyCredentialOptions cOptions, 77 void ParseContextForSetAuthenticatorProperties(CAuthCallback callbackId, CSetPropertiesOptions cOptions,
|
H A D | appaccount_ffi.h | 79 int id, char *name, char *owner, CAuthCallback callbackId, CVerifyCredentialOptions cOptions); 81 int id, char *owner, CAuthCallback callbackId, CSetPropertiesOptions cOptions);
|
H A D | appaccount_defination.h | 124 } CAuthCallback; typedef
|
/base/account/os_account/frameworks/appaccount/cj/src/ |
H A D | appaccount_ffi.cpp | 284 int id, char *name, char *owner, CAuthCallback callbackId, CVerifyCredentialOptions cOptions) in FfiAppAccountAppAccountManagerVerifyCredential() 294 int id, char *owner, CAuthCallback callbackId, CSetPropertiesOptions cOptions) in FfiAppAccountAppAccountManagerSetAuthenticatorProperties()
|
H A D | appaccount_impl.cpp | 507 CAuthCallback callbackId, in ParseContextForVerifyCredential() 525 std::string name, std::string owner, CAuthCallback callbackId, CVerifyCredentialOptions cOptions) in verifyCredential() 560 CAuthCallback callbackId, CSetPropertiesOptions cOptions, JSAuthCallback &callback, SetPropertiesOptions &options) in ParseContextForSetAuthenticatorProperties() 576 std::string owner, CAuthCallback callbackId, CSetPropertiesOptions cOptions) in setAuthenticatorProperties()
|
Completed in 4 milliseconds