/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/ |
H A D | default_multi_account_priority.cpp | 34 if (accountInfo->GetIsActived()) { in SetAccountPriority()
|
H A D | account_priority_info.cpp | 60 bool AccountPriorityInfo::GetIsActived() in GetIsActived() function in OHOS::Memory::AccountPriorityInfo
|
H A D | multi_account_manager.cpp | 204 osAccountInfo.GetIsActived())) { in UpdateAccountPriorityInfo()
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/reclaim_priority_manager/ |
H A D | account_priority_info.h | 33 bool GetIsActived();
|
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | multi_account_manager_test.cpp | 75 EXPECT_EQ(info->GetIsActived(), isActived); 165 EXPECT_EQ(accountInfo->GetIsActived(), isActived);
|
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/ |
H A D | os_account_info.h | 123 bool GetIsActived() const;
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
H A D | os_account_control_file_manager_test.cpp | 466 EXPECT_EQ(osAccountList[i].GetIsActived(), osAccountListByDefault[i].GetIsActived());
|
H A D | os_account_inner_account_mgr_mock.cpp | 185 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 D | inner_os_account_manager.cpp | 252 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 D | os_account_manager_service.cpp | 952 (osAccountInfo.GetIsActived() ? "active" : "inactive")); in DumpStateByAccounts()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/ |
H A D | os_account_info.cpp | 202 bool OsAccountInfo::GetIsActived() const in GetIsActived() function in OHOS::AccountSA::OsAccountInfo
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
H A D | os_account_manager_module_test.cpp | 2735 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 D | os_account_info_test.cpp | 311 EXPECT_EQ(isActived, osAccountInfo.GetIsActived());
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/account_manager/src/ |
H A D | account_manager_addon.cpp | 296 NAPI_CALL(env, napi_get_boolean(env, info.GetIsActived(), &isActivedToJs)); in ConvertOsAccountInfoToJs()
|
/ohos5.0/base/account/os_account/frameworks/osaccount/native/ |
H A D | libos_account_innerkits.map | 177 "OHOS::AccountSA::OsAccountInfo::GetIsActived() const";
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
H A D | os_account_manager_service_module_test.cpp | 1080 EXPECT_EQ(queryAccountInfo.GetIsActived(), true);
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/ |
H A D | napi_os_account_common.cpp | 277 napi_get_boolean(env, info.GetIsActived(), &isActivedToJs); in GetOACBInfoToJs()
|