Home
last modified time | relevance | path

Searched refs:OS_ACCOUNT_SWITCH_MOD (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_constants.h124 const OS_ACCOUNT_SWITCH_MOD NOW_OS_ACCOUNT_SWITCH_MOD = OS_ACCOUNT_SWITCH_MOD::HOT_SWITCH;
H A Dos_account_info.h189 } OS_ACCOUNT_SWITCH_MOD; typedef
H A Dos_account_manager.h433 static OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod();
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dmulti_account_manager_test.cpp228 …AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod1 = AccountSA::OsAccountManager::GetOsAccountSwitchMod();
229 AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod2 = AccountSA::COLD_SWITCH;
230 AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod3 = AccountSA::HOT_SWITCH;
H A Dreclaim_priority_manager_test.cpp653 … AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod = AccountSA::OsAccountManager::GetOsAccountSwitchMod();
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Dreclaim_priority_manager.h144 bool OsAccountChanged(int accountId, AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod);
194 bool OsAccountChangedInner(int accountId, AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod);
195 … bool UpdateAllPrioForOsAccountChanged(int accountId, AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod);
H A Dmulti_account_manager.h44 bool HandleOsAccountsChanged(int accountId, AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod,
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Daccount_observer.cpp38 … AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod = AccountSA::OsAccountManager::GetOsAccountSwitchMod(); in OnAccountsChanged()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_proxy.cpp916 OS_ACCOUNT_SWITCH_MOD OsAccountProxy::GetOsAccountSwitchMod() in GetOsAccountSwitchMod()
923 return OS_ACCOUNT_SWITCH_MOD::ERROR_MOD; in GetOsAccountSwitchMod()
929 return OS_ACCOUNT_SWITCH_MOD::ERROR_MOD; in GetOsAccountSwitchMod()
932OS_ACCOUNT_SWITCH_MOD osAccountSwitchMod = static_cast<OS_ACCOUNT_SWITCH_MOD>(reply.ReadInt32()); in GetOsAccountSwitchMod()
H A Dos_account.cpp637 OS_ACCOUNT_SWITCH_MOD OsAccount::GetOsAccountSwitchMod() in GetOsAccountSwitchMod()
641 return OS_ACCOUNT_SWITCH_MOD::ERROR_MOD; in GetOsAccountSwitchMod()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/include/
H A Dios_account.h80 virtual OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() = 0;
H A Dos_account.h69 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod();
H A Dos_account_proxy.h74 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() override;
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account.h72 virtual OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() = 0;
H A Dos_account_manager_service.h95 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() override;
H A Diinner_os_account_manager.h77 OS_ACCOUNT_SWITCH_MOD GetOsAccountSwitchMod() override;
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dmulti_account_manager.cpp284 bool MultiAccountManager::HandleOsAccountsChanged(int accountId, AccountSA::OS_ACCOUNT_SWITCH_MOD s… in HandleOsAccountsChanged()
H A Dreclaim_priority_manager.cpp1188 bool ReclaimPriorityManager::OsAccountChanged(int accountId, AccountSA::OS_ACCOUNT_SWITCH_MOD switc… in OsAccountChanged()
1203 bool ReclaimPriorityManager::OsAccountChangedInner(int accountId, AccountSA::OS_ACCOUNT_SWITCH_MOD in OsAccountChangedInner()
1209 AccountSA::OS_ACCOUNT_SWITCH_MOD switchMod) in UpdateAllPrioForOsAccountChanged()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/test/unittest/
H A Dos_account_mock_test.cpp459 EXPECT_EQ(OS_ACCOUNT_SWITCH_MOD::ERROR_MOD, g_osAccount->GetOsAccountSwitchMod());
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_osaccount_proxy_mock_test.cpp480 ASSERT_EQ(OS_ACCOUNT_SWITCH_MOD::ERROR_MOD, OsAccountManager::GetOsAccountSwitchMod());
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp251 OS_ACCOUNT_SWITCH_MOD OsAccountManager::GetOsAccountSwitchMod() in GetOsAccountSwitchMod()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp781 OS_ACCOUNT_SWITCH_MOD OsAccountManagerService::GetOsAccountSwitchMod() in GetOsAccountSwitchMod()
H A Dos_account_stub.cpp1348 OS_ACCOUNT_SWITCH_MOD osAccountSwitchMod = GetOsAccountSwitchMod(); in ProcGetOsAccountSwitchMod()
H A Dinner_os_account_manager.cpp1932 OS_ACCOUNT_SWITCH_MOD IInnerOsAccountManager::GetOsAccountSwitchMod() in RetryToGetAccount()