Home
last modified time | relevance | path

Searched refs:SetAsyncCommonEventResult (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dcommon_event_subscribe_test.cpp643 subscriber->SetAsyncCommonEventResult(nullptr);
663 subscriber->SetAsyncCommonEventResult(nullptr);
682 subscriber->SetAsyncCommonEventResult(nullptr);
702 subscriber->SetAsyncCommonEventResult(nullptr);
722 subscriber->SetAsyncCommonEventResult(nullptr);
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscriber.h140 bool SetAsyncCommonEventResult(const std::shared_ptr<AsyncCommonEventResult> &result);
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp139 bool CommonEventSubscriber::SetAsyncCommonEventResult(const std::shared_ptr<AsyncCommonEventResult>… in SetAsyncCommonEventResult() function in OHOS::EventFwk::CommonEventSubscriber
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscriber.cpp105 bool CommonEventSubscriber::SetAsyncCommonEventResult(const std::shared_ptr<AsyncCommonEventResult>… in SetAsyncCommonEventResult() function in OHOS::EventFwk::CommonEventSubscriber
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dmock_common_event_subscriber.cpp105 bool CommonEventSubscriber::SetAsyncCommonEventResult(const std::shared_ptr<AsyncCommonEventResult>… in SetAsyncCommonEventResult() function in OHOS::EventFwk::CommonEventSubscriber
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp148 commonEventSubscriber_->SetAsyncCommonEventResult(result); in OnReceiveEvent()