Searched refs:GetIsActived (Results 1 – 10 of 10) sorted by relevance
99 bool GetIsActived() const;
289 EXPECT_EQ(isActived, osAccountInfo.GetIsActived());
482 EXPECT_EQ(osAccountList[i].GetIsActived(), osAccountListByDefault[i].GetIsActived());
1116 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.1122 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.1180 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.1186 EXPECT_EQ(account1.GetIsActived(), true); // this interface has nothing to judge.
170 bool OsAccountInfo::GetIsActived() const in GetIsActived() function in OHOS::AccountSA::OsAccountInfo
712 (osAccountInfo.GetIsActived() ? "active" : "inactive")); in DumpStateByAccounts()
152 if (osAccountInfo.GetIsActived() && id != Constants::START_USER_ID) { in RestartActiveAccount()
149 "OHOS::AccountSA::OsAccountInfo::GetIsActived() const";
1134 EXPECT_EQ(queryAccountInfo.GetIsActived(), true);
234 napi_get_boolean(env, info.GetIsActived(), &isActivedToJs); in GetOACBInfoToJs()