Home
last modified time | relevance | path

Searched refs:isPIN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h172 …DelCredCallback(int32_t userId, bool isPIN, std::vector<uint8_t> token, const sptr<IIDMCallback> &…
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp495 DelCredCallback::DelCredCallback(int32_t userId, bool isPIN, std::vector<uint8_t> token, in DelCredCallback() argument
497 : userId_(userId), isPIN_(isPIN), token_(token), innerCallback_(callback) in DelCredCallback()
H A Dinner_account_iam_manager.cpp152 bool isPIN = (pinCredentialId != 0) && (credentialId == pinCredentialId); in DelCred() local
154 auto idmCallback = std::make_shared<DelCredCallback>(userId, isPIN, authToken, callback); in DelCred()