Home
last modified time | relevance | path

Searched refs:IsSystemAccount (Results 1 - 6 of 6) sorted by relevance

/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dos_account_manager_helper_test.cpp93 * @tc.desc : test IsSystemAccount function, 100 is true(100 <= userId <= 10736)
98 ASSERT_EQ(true, OsAccountManagerHelper::IsSystemAccount(userId)); in HWTEST_F()
104 * @tc.desc : test IsSystemAccount function, 1100 is false(100 <= userId <= 10736)
109 ASSERT_EQ(false, OsAccountManagerHelper::IsSystemAccount(userId)); in HWTEST_F()
115 * @tc.desc : test IsSystemAccount function, 0 is false(100 <= userId <= 10736)
120 ASSERT_EQ(false, OsAccountManagerHelper::IsSystemAccount(userId)); in HWTEST_F()
126 * @tc.desc : test IsSystemAccount function, 1099 is true(100 <= userId <= 10736)
131 ASSERT_EQ(true, OsAccountManagerHelper::IsSystemAccount(userId)); in HWTEST_F()
/base/notification/common_event_service/services/include/
H A Dos_account_manager_helper.h34 static bool IsSystemAccount(int32_t userId);
/base/notification/distributed_notification_service/services/ans/include/
H A Dos_account_manager_helper.h39 static bool IsSystemAccount(int32_t userId);
/base/notification/common_event_service/services/src/
H A Dos_account_manager_helper.cpp63 bool OsAccountManagerHelper::IsSystemAccount(int32_t userId) in IsSystemAccount() function in OHOS::EventFwk::OsAccountManagerHelper
/base/notification/distributed_notification_service/services/ans/src/
H A Dos_account_manager_helper.cpp119 bool OsAccountManagerHelper::IsSystemAccount(int32_t userId) in IsSystemAccount() function in OHOS::Notification::OsAccountManagerHelper
H A Dnotification_rdb_data_mgr.cpp584 if (!OsAccountManagerHelper::IsSystemAccount(userId)) { in GetUserTableName()
618 if (OsAccountManagerHelper::IsSystemAccount(userId)) { in GenerateOperatedTables()

Completed in 5 milliseconds