Home
last modified time | relevance | path

Searched refs:CheckSubscriberPermission (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_control_manager_test.cpp210 …EXPECT_EQ(true, commonEventControlManager.CheckSubscriberPermission(subscriberRecord, eventRecord)… in HWTEST_F()
232 …EXPECT_EQ(true, commonEventControlManager.CheckSubscriberPermission(subscriberRecord, eventRecord)… in HWTEST_F()
257 …EXPECT_EQ(false, commonEventControlManager.CheckSubscriberPermission(subscriberRecord, eventRecord… in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h163 bool CheckSubscriberPermission(const EventSubscriberRecord &subscriberRecord,
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp108 …EXPECT_EQ(false, commonEventControlManager.CheckSubscriberPermission(subscriberRecord, eventRecord… in HWTEST_F()
134 …EXPECT_EQ(true, commonEventControlManager.CheckSubscriberPermission(subscriberRecord, eventRecord)… in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp776 ret = CheckSubscriberPermission(subscriberRecord, eventRecord); in CheckPermission()
796 bool CommonEventControlManager::CheckSubscriberPermission( in CheckSubscriberPermission() function in OHOS::EventFwk::CommonEventControlManager