Searched refs:CheckUserExists (Results 1 – 7 of 7) sorted by relevance
76 ASSERT_EQ(true, OsAccountManagerHelper::GetInstance().CheckUserExists(userId));87 ASSERT_EQ(false, OsAccountManagerHelper::GetInstance().CheckUserExists(userId));
59 bool CheckUserExists(const int32_t &userId);
72 bool CheckUserExists(const int32_t &userId);
53 bool OsAccountManagerHelper::CheckUserExists(const int32_t &userId) in CheckUserExists() function in OHOS::EventFwk::OsAccountManagerHelper
584 && !OsAccountManagerHelper::GetInstance()->CheckUserExists(userId)) { in CheckUserIdParams()
56 …if (userId != SUBSCRIBE_USER_INIT && !OsAccountManagerHelper::GetInstance().CheckUserExists(userId… in CheckUserIdParams()
99 bool OsAccountManagerHelper::CheckUserExists(const int32_t &userId) in CheckUserExists() function in OHOS::Notification::OsAccountManagerHelper