Home
last modified time | relevance | path

Searched refs:SetIsActived (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Daccount_priority_info.h34 void SetIsActived(bool isActived);
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Daccount_priority_info.cpp65 void AccountPriorityInfo::SetIsActived(bool isActived) in SetIsActived() function in OHOS::Memory::AccountPriorityInfo
H A Dmulti_account_manager.cpp96 accountInfo->SetIsActived(isActived); in SetAccountPriority()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h125 void SetIsActived(const bool isActivated);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp207 void OsAccountInfo::SetIsActived(const bool isActivated) in SetIsActived() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp121 osAccountInfo.SetIsActived(true); // admin local account is always active in CreateBaseAdminAccount()
204 osAccountInfo.SetIsActived(isActivated); in RetryToGetAccount()
1608 osAccountInfo.SetIsActived(false); in RetryToGetAccount()
2294 osAccountInfo.SetIsActived(true); in RetryToGetAccount()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp1720 account1.SetIsActived(true);
1743 account1.SetIsActived(true);
1820 account1.SetIsActived(true);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp323 osAccountInfo.SetIsActived(BOOL_IS_ACTIVED);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map171 "OHOS::AccountSA::OsAccountInfo::SetIsActived(bool)";