Home
last modified time | relevance | path

Searched refs:FinishReceiverAction (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/common_event_service/services/include/
H A Dcommon_event_control_manager.h73 bool FinishReceiverAction(std::shared_ptr<OrderedEventRecord> recordPtr, const int32_t &code,
/ohos5.0/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp379 controlPtr_->FinishReceiverAction(sp, code, data, sp->resultAbort); in UnsubscribeCommonEvent()
449 controlPtr_->FinishReceiverAction(sp, code, receiverData, abortEvent); in FinishReceiver()
H A Dcommon_event_control_manager.cpp747 bool CommonEventControlManager::FinishReceiverAction(std::shared_ptr<OrderedEventRecord> recordPtr,… in FinishReceiverAction() function in OHOS::EventFwk::CommonEventControlManager
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_control_manager_test.cpp189 …EXPECT_EQ(false, commonEventControlManager.FinishReceiverAction(recordPtr, code, receiverData, abo… in HWTEST_F()
/ohos5.0/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp237 …EXPECT_EQ(true, commonEventControlManager.FinishReceiverAction(recordPtr, code, receiverData, abor… in HWTEST_F()