Home
last modified time | relevance | path

Searched refs:CheckSubscriberByUserId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_subscriber_manager_test.cpp286 …EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp… in HWTEST_F()
302 …EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp… in HWTEST_F()
318 …EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp… in HWTEST_F()
334 …EXPECT_EQ(false, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemAp… in HWTEST_F()
350 …EXPECT_EQ(true, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemApp… in HWTEST_F()
366 …EXPECT_EQ(false, commonEventSubscriberManager.CheckSubscriberByUserId(subscriberUserId, isSystemAp… in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_subscriber_manager.h215 …bool CheckSubscriberByUserId(const int32_t &subscriberUserId, const bool &isSystemApp, const int32…
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_subscriber_manager.cpp368 bool CommonEventSubscriberManager::CheckSubscriberByUserId( in CheckSubscriberByUserId() function in OHOS::EventFwk::CommonEventSubscriberManager
458 …if (CheckSubscriberByUserId((*it)->eventSubscribeInfo->GetUserId(), isSystemApp, eventRecord.userI… in GetSubscriberRecordsByWantLocked()
486 … if (CheckSubscriberByUserId(recordPtr->eventSubscribeInfo->GetUserId(), true, userId)) { in GetSubscriberRecordsByEvent()