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