Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp464 auto tokenInfoIt = oauthTokens_.find(authType); in CheckOAuthTokenVisibility() local
465 if (tokenInfoIt == oauthTokens_.end()) { in CheckOAuthTokenVisibility()
472 std::set<std::string> authList = tokenInfoIt->second.authList; in CheckOAuthTokenVisibility()