Home
last modified time | relevance | path

Searched defs:isActived (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dmulti_account_manager_test.cpp67 bool isActived = true; variable
84 bool isActived = false; variable
137 bool isActived = false; variable
156 bool isActived = true; variable
H A Ddefault_multi_account_strategy_test.cpp66 bool isActived = true; variable
103 bool isActived = true; variable
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Daccount_priority_info.cpp24 …yInfo::AccountPriorityInfo(int id, std::string name, AccountSA::OsAccountType type, bool isActived) in AccountPriorityInfo()
65 void AccountPriorityInfo::SetIsActived(bool isActived) in SetIsActived()
H A Dmulti_account_manager.cpp86 AccountSA::OsAccountType accountType, bool isActived) in SetAccountPriority()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp308 bool isActived = BOOL_IS_ACTIVED; variable
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account.cpp1089 auto isActived = std::make_unique<IsActivedAsyncContext>(); in InnerIsOsAccountActived() local