Searched refs:IsSystemAccount (Results 1 – 6 of 6) sorted by relevance
98 ASSERT_EQ(true, OsAccountManagerHelper::IsSystemAccount(userId));109 ASSERT_EQ(false, OsAccountManagerHelper::IsSystemAccount(userId));120 ASSERT_EQ(false, OsAccountManagerHelper::IsSystemAccount(userId));131 ASSERT_EQ(true, OsAccountManagerHelper::IsSystemAccount(userId));
34 static bool IsSystemAccount(int32_t userId);
39 static bool IsSystemAccount(int32_t userId);
63 bool OsAccountManagerHelper::IsSystemAccount(int32_t userId) in IsSystemAccount() function in OHOS::EventFwk::OsAccountManagerHelper
119 bool OsAccountManagerHelper::IsSystemAccount(int32_t userId) in IsSystemAccount() function in OHOS::Notification::OsAccountManagerHelper
586 if (!OsAccountManagerHelper::IsSystemAccount(userId)) { in GetUserTableName()620 if (OsAccountManagerHelper::IsSystemAccount(userId)) { in GenerateOperatedTables()