Home
last modified time | relevance | path

Searched refs:NotifyUnorderedEvent (Results 1 - 4 of 4) sorted by relevance

/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h137 bool NotifyUnorderedEvent(std::shared_ptr<OrderedEventRecord> &eventRecord);
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_unit_test.cpp244 * @tc.name: test CommonEventControlManager NotifyUnorderedEvent with frozen subscriber.
277 // NotifyUnorderedEvent in HWTEST_F()
279 controlManager.NotifyUnorderedEvent(eventRecord); in HWTEST_F()
287 * @tc.name: test CommonEventControlManager NotifyUnorderedEvent without frozen subscriber.
320 // NotifyUnorderedEvent in HWTEST_F()
322 controlManager.NotifyUnorderedEvent(eventRecord); in HWTEST_F()
H A Dcommon_event_control_manager_test.cpp72 * @tc.desc: test NotifyUnorderedEvent function and eventRecord is nullptr.
80 bool sticky = commonEventControlManager.NotifyUnorderedEvent(eventRecord); in HWTEST_F()
/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp220 EVENT_LOGE("NotifyUnorderedEvent = %{public}s freeze, suscriberID = %{public}s", in NotifyUnorderedEventLocked()
244 EVENT_LOGE("NotifyUnorderedEvent = %{public}s fail, suscriberID = %{public}s", in NotifyUnorderedEventLocked()
249 EVENT_LOGI("NotifyUnorderedEvent = %{public}s end, subscriberCnt = %{public}zu, succCnt = %{public}d," in NotifyUnorderedEventLocked()
254 bool CommonEventControlManager::NotifyUnorderedEvent(std::shared_ptr<OrderedEventRecord> &eventRecord) in NotifyUnorderedEvent() function in OHOS::EventFwk::CommonEventControlManager
317 manager->NotifyUnorderedEvent(ordered); in ProcessUnorderedEvent()

Completed in 6 milliseconds