Searched defs:AddCredential (Results 1 – 6 of 6) sorted by relevance
177 void UserIDMClient::AddCredential(AddCredInfo& credInfo, const std::shared_ptr<IDMCallback>& napiCa… in AddCredential() function in OHOS::UserIAM::UserIDM::UserIDMClient
150 void UserIDMProxy::AddCredential(AddCredInfo& credInfo, const sptr<IIDMCallback>& callback) in AddCredential() function in OHOS::UserIAM::UserIDM::UserIDMProxy
180 int32_t UserIDMAdapter::AddCredential(std::vector<uint8_t>& enrollToken, uint64_t& credentialId) in AddCredential() function in OHOS::UserIAM::UserIDM::UserIDMAdapter
174 void UserIDMService::AddCredential(AddCredInfo& credInfo, const sptr<IIDMCallback>& callback) in AddCredential() function in OHOS::UserIAM::UserIDM::UserIDMService
77 int32_t AddCredential(std::vector<uint8_t> enrollToken, uint64_t &credentialId) in AddCredential() function
67 napi_value AddCredential(napi_env env, napi_callback_info info) in AddCredential() function