Home
last modified time | relevance | path

Searched refs:CheckUserExists (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dos_account_manager_helper_test.cpp76 ASSERT_EQ(true, OsAccountManagerHelper::GetInstance().CheckUserExists(userId));
87 ASSERT_EQ(false, OsAccountManagerHelper::GetInstance().CheckUserExists(userId));
/ohos5.0/base/notification/common_event_service/services/include/
H A Dos_account_manager_helper.h59 bool CheckUserExists(const int32_t &userId);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dos_account_manager_helper.h72 bool CheckUserExists(const int32_t &userId);
/ohos5.0/base/notification/common_event_service/services/src/
H A Dos_account_manager_helper.cpp53 bool OsAccountManagerHelper::CheckUserExists(const int32_t &userId) in CheckUserExists() function in OHOS::EventFwk::OsAccountManagerHelper
H A Dcommon_event_manager_service.cpp584 && !OsAccountManagerHelper::GetInstance()->CheckUserExists(userId)) { in CheckUserIdParams()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_inline.cpp56 …if (userId != SUBSCRIBE_USER_INIT && !OsAccountManagerHelper::GetInstance().CheckUserExists(userId… in CheckUserIdParams()
H A Dos_account_manager_helper.cpp99 bool OsAccountManagerHelper::CheckUserExists(const int32_t &userId) in CheckUserExists() function in OHOS::Notification::OsAccountManagerHelper