/ohos5.0/base/notification/common_event_service/interfaces/inner_api/ |
H A D | common_event_subscriber.h | 118 std::shared_ptr<AsyncCommonEventResult> GoAsyncCommonEvent();
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_subscriber.cpp | 122 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 D | common_event_freeze_test.cpp | 117 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 D | mock_common_event_subscriber.cpp | 85 std::shared_ptr<AsyncCommonEventResult> CommonEventSubscriber::GoAsyncCommonEvent() in GoAsyncCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
|
H A D | common_event_dump_test.cpp | 163 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 D | mock_common_event_subscriber.cpp | 85 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 D | commonevent_fuzzer.cpp | 77 subscriber->GoAsyncCommonEvent(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_publish_ordered_system_test/ |
H A D | common_event_services_publish_ordered_system_test.cpp | 182 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 D | common_event.cpp | 37 … 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 D | common_event_services_publish_ordered_module_test.cpp | 193 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 D | actsCESDataTest.cpp | 316 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 D | common_event.cpp | 248 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
|
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/ |
H A D | napi_common_event.cpp | 264 … subscriberInstances[subscriberInstance.first].commonEventResult = GoAsyncCommonEvent(); in OnReceiveEvent()
|