Searched refs:osAccountsInfoMap (Results 1 - 1 of 1) sorted by relevance
/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | multi_account_manager_test.cpp | 104 std::map<int, std::shared_ptr<AccountBundleInfo>> osAccountsInfoMap; in HWTEST_F() local 110 osAccountsInfoMap.insert(std::make_pair(account->id_, account)); in HWTEST_F() 113 MultiAccountManager::GetInstance().HandleAccountColdSwitch(switchedIds, osAccountsInfoMap); in HWTEST_F() 127 std::map<int, std::shared_ptr<AccountBundleInfo>> osAccountsInfoMap; in HWTEST_F() local 133 osAccountsInfoMap.insert(std::make_pair(account->id_, account)); in HWTEST_F() 141 MultiAccountManager::GetInstance().HandleAccountHotSwitch(switchedIds, osAccountsInfoMap); in HWTEST_F() 231 std::map<int, std::shared_ptr<AccountBundleInfo>> osAccountsInfoMap; in HWTEST_F() local 234 bool ret = mulAcc.HandleOsAccountsChanged(accountId, switchMod1, osAccountsInfoMap); in HWTEST_F() 238 ret = mulAcc.HandleOsAccountsChanged(accountId, switchMod1, osAccountsInfoMap); in HWTEST_F() 242 ret = MultiAccountManager::GetInstance().HandleOsAccountsChanged(accountId, switchMod2, osAccountsInfoMap); in HWTEST_F() [all...] |
Completed in 1 milliseconds