Searched refs:oauthTokens_ (Results 1 – 4 of 4) sorted by relevance
86 oauthTokens_.clear(); in AppAccountInfo()100 oauthTokens_.clear(); in AppAccountInfo()347 auto it = oauthTokens_.find(authType); in GetOAuthToken()366 if (it != oauthTokens_.end()) { in SetOAuthToken()406 if (it == oauthTokens_.end()) { in DeleteAuthToken()413 oauthTokens_.erase(it); in DeleteAuthToken()426 if (it == oauthTokens_.end()) { in SetOAuthTokenVisibility()483 for (auto it = oauthTokens_.begin(); it != oauthTokens_.end(); ++it) { in GetAllOAuthTokens()494 if (it == oauthTokens_.end()) { in GetOAuthList()565 for (auto it = oauthTokens_.begin(); it != oauthTokens_.end(); ++it) { in ToJson()[all …]
108 for (auto it = oauthTokens_.begin(); it != oauthTokens_.end(); ++it) { in ToJson()167 oauthTokens_.emplace(authType, tokenInfo); in SetOAuthToken()181 std::map<std::string, OAuthTokenInfo> oauthTokens_; member in OHOS::AccountSA::AccountInfoMOCK
118 std::map<std::string, OAuthTokenInfo> oauthTokens_; variable
886 appAccountInfo.oauthTokens_[STRING_AUTH_TYPE] = oauthTokenInfo;889 ASSERT_EQ(appAccountInfo.oauthTokens_[STRING_AUTH_TYPE].token, token);904 appAccountInfo.oauthTokens_[key] = oauthTokenInfo;