Searched refs:UnlockAccount (Results 1 – 2 of 2) sorted by relevance
53 ErrCode UnlockAccount(int32_t accountId, const std::vector<uint8_t> &token,
66 ErrCode AuthCallback::UnlockAccount(int32_t accountId, const std::vector<uint8_t> &token, in UnlockAccount() function in OHOS::AccountSA::AuthCallback114 ErrCode ret = UnlockAccount(accountId, token, secret, isUpdateVerifiedStatus); in HandleAuthResult()