Home
last modified time | relevance | path

Searched refs:GoAsyncCommonEvent (Results 1 - 12 of 12) sorted by relevance

/base/notification/common_event_service/interfaces/inner_api/
H A Dcommon_event_subscriber.h118 std::shared_ptr<AsyncCommonEventResult> GoAsyncCommonEvent();
/base/notification/common_event_service/services/test/unittest/
H A Dmock_common_event_subscriber.cpp85 std::shared_ptr<AsyncCommonEventResult> CommonEventSubscriber::GoAsyncCommonEvent() in GoAsyncCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
87 GTEST_LOG_(INFO) << "MOCK CommonEventSubscriber GoAsyncCommonEvent"; in GoAsyncCommonEvent()
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 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()
/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
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp77 subscriber->GoAsyncCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event.cpp37 subscriberImpls[subscriberImpl.first].commonEventResult = subImpl->GoAsyncCommonEvent(); in SetPublishResult()
/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()
/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()
/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()
2056 * @tc.name: CommonEventSubscriber : SetCode SetData GetCode GetData and GoAsyncCommonEvent
2059 * SetData GetCode GetData and GoAsyncCommonEvent
2116 * @tc.name: CommonEventSubscriber : SetCode SetData GetCode GetData and GoAsyncCommonEvent
2119 * SetData GetCode GetData and GoAsyncCommonEvent
2176 * @tc.name: CommonEventSubscriber : SetCode SetData GetCode GetData and GoAsyncCommonEvent
[all...]
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp242 subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp258 subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()

Completed in 18 milliseconds