Home
last modified time | relevance | path

Searched refs:GetIsActived (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Ddefault_multi_account_priority.cpp34 if (accountInfo->GetIsActived()) { in SetAccountPriority()
H A Daccount_priority_info.cpp60 bool AccountPriorityInfo::GetIsActived() in GetIsActived() function in OHOS::Memory::AccountPriorityInfo
H A Dmulti_account_manager.cpp204 osAccountInfo.GetIsActived())) { in UpdateAccountPriorityInfo()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/
H A Daccount_priority_info.h33 bool GetIsActived();
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dmulti_account_manager_test.cpp75 EXPECT_EQ(info->GetIsActived(), isActived);
165 EXPECT_EQ(accountInfo->GetIsActived(), isActived);
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_info.h123 bool GetIsActived() const;
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_control_file_manager_test.cpp466 EXPECT_EQ(osAccountList[i].GetIsActived(), osAccountListByDefault[i].GetIsActived());
H A Dos_account_inner_account_mgr_mock.cpp185 EXPECT_FALSE(accountInfo.GetIsActived());
242 EXPECT_FALSE(accountInfo.GetIsActived());
305 EXPECT_FALSE(accountInfo.GetIsActived());
374 EXPECT_FALSE(accountInfo.GetIsActived());
1754 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.
1760 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp252 if (osAccountInfo.GetIsActived() && id != Constants::START_USER_ID) { in RetryToGetAccount()
1039 isOsAccountActived = osAccountInfo.GetIsActived(); in RetryToGetAccount()
1669 if (!osAccountInfo.GetIsActived() && in RetryToGetAccount()
1709 if ((!osAccountInfo.GetIsActived()) && (!osAccountInfo.GetIsVerified())) { in RetryToGetAccount()
1770 bool preActivated = osAccountInfo.GetIsActived(); in RetryToGetAccount()
H A Dos_account_manager_service.cpp952 (osAccountInfo.GetIsActived() ? "active" : "inactive")); in DumpStateByAccounts()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_info.cpp202 bool OsAccountInfo::GetIsActived() const in GetIsActived() function in OHOS::AccountSA::OsAccountInfo
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2735 EXPECT_EQ(osAccountInfo.GetIsActived(), true);
2740 EXPECT_EQ(osAccountInfo.GetIsActived(), true);
2751 EXPECT_EQ(osAccountInfo.GetIsActived(), true);
2756 EXPECT_EQ(osAccountInfo.GetIsActived(), false);
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp311 EXPECT_EQ(isActived, osAccountInfo.GetIsActived());
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/
H A Daccount_manager_addon.cpp296 NAPI_CALL(env, napi_get_boolean(env, info.GetIsActived(), &isActivedToJs)); in ConvertOsAccountInfoToJs()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/
H A Dlibos_account_innerkits.map177 "OHOS::AccountSA::OsAccountInfo::GetIsActived() const";
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_manager_service_module_test.cpp1080 EXPECT_EQ(queryAccountInfo.GetIsActived(), true);
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp277 napi_get_boolean(env, info.GetIsActived(), &isActivedToJs); in GetOACBInfoToJs()