Searched refs:authorizedApps (Results 1 – 2 of 2) sorted by relevance
925 std::set<std::string> authorizedApps; variable926 authorizedApps.emplace(STRING_OWNER);937 appAccountInfo.authorizedApps_ = authorizedApps;954 EXPECT_EQ(authorizedApps.size(), infoPtr->authorizedApps_.size());955 EXPECT_EQ(*(authorizedApps.begin()), *(infoPtr->authorizedApps_.begin()));
288 std::set<std::string> authorizedApps; in DeleteAccount() local289 appAccountInfo.GetAuthorizedApps(authorizedApps); in DeleteAccount()290 for (auto authorizedApp : authorizedApps) { in DeleteAccount()1096 std::set<std::string> authorizedApps; in RemoveAppAccountData() local1097 appAccountInfo.GetAuthorizedApps(authorizedApps); in RemoveAppAccountData()1099 for (auto authorizedApp : authorizedApps) { in RemoveAppAccountData()