Home
last modified time | relevance | path

Searched refs:GoAsyncCommonEvent (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscriber.h118 std::shared_ptr<AsyncCommonEventResult> GoAsyncCommonEvent();
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp122 std::shared_ptr<AsyncCommonEventResult> CommonEventSubscriber::GoAsyncCommonEvent() in GoAsyncCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_freeze_test.cpp117 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestCase1()
172 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTest2Case1()
234 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestLastCase1()
H A Dmock_common_event_subscriber.cpp85 std::shared_ptr<AsyncCommonEventResult> CommonEventSubscriber::GoAsyncCommonEvent() in GoAsyncCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
H A Dcommon_event_dump_test.cpp163 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestCase1()
170 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestCase2()
215 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTest2Case1()
228 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTest2Case2()
274 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestLastCase1()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscriber.cpp85 std::shared_ptr<AsyncCommonEventResult> CommonEventSubscriber::GoAsyncCommonEvent() in GoAsyncCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
/ohos5.0/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp77 subscriber->GoAsyncCommonEvent(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/
H A Dcommon_event_services_publish_ordered_system_test.cpp182 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestCase4()
213 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestCase6()
341 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberAnotherTestCase6()
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event.cpp37 … subscriberImpls[subscriberImpl.first].commonEventResult = subImpl->GoAsyncCommonEvent(); in SetPublishResult()
/ohos5.0/base/notification/common_event_service/services/test/moduletest/common_event_services_publish_ordered_module_test/
H A Dcommon_event_services_publish_ordered_module_test.cpp193 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestCase4()
226 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberTestCase6()
354 std::shared_ptr<AsyncCommonEventResult> result = GoAsyncCommonEvent(); in ProcessSubscriberAnotherTestCase6()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp316 GoAsyncCommonEvent(); in SubscriberFirstTestCase19()
330 GoAsyncCommonEvent(); in SubscriberFirstTestCase20()
344 GoAsyncCommonEvent(); in SubscriberFirstTestCase21()
358 GoAsyncCommonEvent(); in SubscriberFirstTestCase22()
372 GoAsyncCommonEvent(); in SubscriberFirstTestCase23()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp248 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp264 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()