Home
last modified time | relevance | path

Searched refs:UnlockAccount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_callback.h53 ErrCode UnlockAccount(int32_t accountId, const std::vector<uint8_t> &token,
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_callback.cpp66 ErrCode AuthCallback::UnlockAccount(int32_t accountId, const std::vector<uint8_t> &token, in UnlockAccount() function in OHOS::AccountSA::AuthCallback
114 ErrCode ret = UnlockAccount(accountId, token, secret, isUpdateVerifiedStatus); in HandleAuthResult()