Searched refs:GetToBeRemoved (Results 1 – 7 of 7) sorted by relevance
917 return osAccountInfo.GetToBeRemoved(); in RetryToGetAccount()1230 if (osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()1267 if (targetOsAccountInfo.GetToBeRemoved() || enforcerOsAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()1301 if (osAccountInfo.GetIsCreateCompleted() && !osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()1349 if (!osAccountInfo.GetToBeRemoved() && osAccountInfo.GetIsCreateCompleted()) { in RetryToGetAccount()1494 if (osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()1532 if (osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()1573 if (osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()1959 if (osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()2000 if (osAccountInfo.GetToBeRemoved()) { in RetryToGetAccount()[all …]
969 (osAccountInfo.GetToBeRemoved() ? "true" : "false")); in DumpStateByAccounts()
135 bool GetToBeRemoved() const;
187 EXPECT_FALSE(accountInfo.GetToBeRemoved());244 EXPECT_FALSE(accountInfo.GetToBeRemoved());307 EXPECT_FALSE(accountInfo.GetToBeRemoved());376 EXPECT_FALSE(accountInfo.GetToBeRemoved());
397 bool OsAccountInfo::GetToBeRemoved() const in GetToBeRemoved() function in OHOS::AccountSA::OsAccountInfo
3171 EXPECT_EQ(account.GetToBeRemoved(), false);3176 EXPECT_EQ(account.GetToBeRemoved(), true);
181 "OHOS::AccountSA::OsAccountInfo::GetToBeRemoved() const";