Home
last modified time | relevance | path

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

/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_info_test.cpp925 std::set<std::string> authorizedApps; variable
926 authorizedApps.emplace(STRING_OWNER);
937 appAccountInfo.authorizedApps_ = authorizedApps;
954 EXPECT_EQ(authorizedApps.size(), infoPtr->authorizedApps_.size());
955 EXPECT_EQ(*(authorizedApps.begin()), *(infoPtr->authorizedApps_.begin()));
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_control_manager.cpp288 std::set<std::string> authorizedApps; in DeleteAccount() local
289 appAccountInfo.GetAuthorizedApps(authorizedApps); in DeleteAccount()
290 for (auto authorizedApp : authorizedApps) { in DeleteAccount()
1096 std::set<std::string> authorizedApps; in RemoveAppAccountData() local
1097 appAccountInfo.GetAuthorizedApps(authorizedApps); in RemoveAppAccountData()
1099 for (auto authorizedApp : authorizedApps) { in RemoveAppAccountData()