Searched refs:CheckSubscriberPermission (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_control_manager_test.cpp | 210 …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 D | common_event_control_manager.h | 163 bool CheckSubscriberPermission(const EventSubscriberRecord &subscriberRecord,
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/ |
H A D | common_event_control_manager_branch_test.cpp | 108 …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 D | common_event_control_manager.cpp | 776 ret = CheckSubscriberPermission(subscriberRecord, eventRecord); in CheckPermission() 796 bool CommonEventControlManager::CheckSubscriberPermission( in CheckSubscriberPermission() function in OHOS::EventFwk::CommonEventControlManager
|