Searched refs:FinishReceiverAction (Results 1 - 5 of 5) sorted by relevance
/base/notification/common_event_service/services/include/ |
H A D | common_event_control_manager.h | 73 bool FinishReceiverAction(std::shared_ptr<OrderedEventRecord> recordPtr, const int32_t &code,
|
/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 388 controlPtr_->FinishReceiverAction(sp, code, data, sp->resultAbort); in UnsubscribeCommonEvent() 458 controlPtr_->FinishReceiverAction(sp, code, receiverData, abortEvent); in FinishReceiver()
|
H A D | common_event_control_manager.cpp | 747 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 D | common_event_control_manager_test.cpp | 178 * @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 D | common_event_control_manager_branch_test.cpp | 223 * @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