Searched refs:isPIN (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/ |
H A D | account_iam_callback.h | 172 …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 D | account_iam_callback.cpp | 495 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 D | inner_account_iam_manager.cpp | 152 bool isPIN = (pinCredentialId != 0) && (credentialId == pinCredentialId); in DelCred() local 154 auto idmCallback = std::make_shared<DelCredCallback>(userId, isPIN, authToken, callback); in DelCred()
|