Home
last modified time | relevance | path

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

/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,
/base/notification/common_event_service/services/src/
H A Dinner_common_event_manager.cpp388 controlPtr_->FinishReceiverAction(sp, code, data, sp->resultAbort); in UnsubscribeCommonEvent()
458 controlPtr_->FinishReceiverAction(sp, code, receiverData, abortEvent); in FinishReceiver()
H A Dcommon_event_control_manager.cpp747 bool CommonEventControlManager::FinishReceiverAction(std::shared_ptr<OrderedEventRecord> recordPtr, const int32_t &code, in FinishReceiverAction() function in OHOS::EventFwk::CommonEventControlManager
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_control_manager_test.cpp178 * @tc.desc: test FinishReceiverAction function and recordPtr is nullptr.
189 EXPECT_EQ(false, commonEventControlManager.FinishReceiverAction(recordPtr, code, receiverData, abortEvent)); in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/
H A Dcommon_event_control_manager_branch_test.cpp223 * @tc.desc: test FinishReceiverAction and doNext is false.
237 EXPECT_EQ(true, commonEventControlManager.FinishReceiverAction(recordPtr, code, receiverData, abortEvent)); in HWTEST_F()

Completed in 8 milliseconds