Searched refs:FinishReceiverAction (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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,
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | inner_common_event_manager.cpp | 379 controlPtr_->FinishReceiverAction(sp, code, data, sp->resultAbort); in UnsubscribeCommonEvent() 449 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,… in FinishReceiverAction() function in OHOS::EventFwk::CommonEventControlManager
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_control_manager_test.cpp | 189 …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 D | common_event_control_manager_branch_test.cpp | 237 …EXPECT_EQ(true, commonEventControlManager.FinishReceiverAction(recordPtr, code, receiverData, abor… in HWTEST_F()
|