Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dos_account_manager_helper_test.cpp98 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));
/ohos5.0/base/notification/common_event_service/services/include/
H A Dos_account_manager_helper.h34 static bool IsSystemAccount(int32_t userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dos_account_manager_helper.h39 static bool IsSystemAccount(int32_t userId);
/ohos5.0/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
/ohos5.0/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.cpp586 if (!OsAccountManagerHelper::IsSystemAccount(userId)) { in GetUserTableName()
620 if (OsAccountManagerHelper::IsSystemAccount(userId)) { in GenerateOperatedTables()