Home
last modified time | relevance | path

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

/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_subscriber.h139 bool SetAsyncCommonEventResult(const std::shared_ptr<AsyncCommonEventResult> &result);
/base/notification/common_event_service/frameworks/native/test/unittest/
Dcommon_event_subscribe_test.cpp628 subscriber->SetAsyncCommonEventResult(nullptr);
647 subscriber->SetAsyncCommonEventResult(nullptr);
666 subscriber->SetAsyncCommonEventResult(nullptr);
686 subscriber->SetAsyncCommonEventResult(nullptr);
706 subscriber->SetAsyncCommonEventResult(nullptr);
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_subscriber.cpp139 bool CommonEventSubscriber::SetAsyncCommonEventResult(const std::shared_ptr<AsyncCommonEventResult>… in SetAsyncCommonEventResult() function in OHOS::EventFwk::CommonEventSubscriber
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_listener.cpp139 commonEventSubscriber_->SetAsyncCommonEventResult(result); in OnReceiveEvent()