Home
last modified time | relevance | path

Searched refs:AbortCommonEvent (Results 1 - 14 of 14) sorted by relevance

/base/notification/common_event_service/services/test/unittest/
H A Dmock_common_event_subscriber.cpp67 bool CommonEventSubscriber::AbortCommonEvent() in AbortCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
69 GTEST_LOG_(INFO) << "MOCK CommonEventSubscriber AbortCommonEvent"; in AbortCommonEvent()
70 return result_->AbortCommonEvent(); in AbortCommonEvent()
/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp92 bool CommonEventSubscriber::AbortCommonEvent() in AbortCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
99 return result_->AbortCommonEvent(); in AbortCommonEvent()
H A Dasync_common_event_result.cpp84 bool AsyncCommonEventResult::AbortCommonEvent() in AbortCommonEvent() function in OHOS::EventFwk::AsyncCommonEventResult
/base/notification/common_event_service/interfaces/inner_api/
H A Dasync_common_event_result.h83 bool AbortCommonEvent();
H A Dcommon_event_subscriber.h98 bool AbortCommonEvent();
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp42 // test AbortCommonEvent function in DoSomethingInterestingWithMyAPI()
43 result->AbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp74 subscriber->AbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp1128 asyncResult->AbortCommonEvent(); in AbortCommonEventSync()
1616 napi_value AbortCommonEvent(napi_env env, napi_callback_info info) in AbortCommonEvent() function
1659 asyncCallbackInfo->info.errorCode = asyncResult->AbortCommonEvent() ? NO_ERROR : ERR_CES_FAILED; in AbortCommonEvent()
1960 DECLARE_NAPI_FUNCTION("abortCommonEvent", AbortCommonEvent), in CommonEventSubscriberInit()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp471 * @tc.name: AsyncCommonEventResult AbortCommonEvent
472 * @tc.desc: test AbortCommonEvent function
484 bool result = asyncCommonEventResult.AbortCommonEvent(); in HWTEST_F()
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_ffi.cpp208 if (!instance->GetSubscriber()->AbortCommonEvent()) { in CJ_AbortCommonEvent()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp288 EXPECT_TRUE(AbortCommonEvent()); in SubscriberFirstTestCaseEight()
298 EXPECT_FALSE(AbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
493 EXPECT_TRUE(AbortCommonEvent()); in SubscriberFirstTestCaseEight()
503 EXPECT_FALSE(AbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
652 EXPECT_TRUE(AbortCommonEvent()); in SubscriberFirstTestCaseEight()
662 EXPECT_FALSE(AbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
1390 * @tc.name: CommonEventSubscriber : AbortCommonEvent GetAbortCommonEvent ClearAbortCommonEvent and IsOrderedCommonEvent
1392 * 2.Verify the function of CommonEventSubscriber when publish order event: AbortCommonEvent
1450 * @tc.name: CommonEventSubscriber : AbortCommonEvent GetAbortCommonEvent ClearAbortCommonEvent and IsOrderedCommonEvent
1452 * 2.Verify the function of CommonEventSubscriber when publish order event: AbortCommonEvent
[all...]
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp724 napi_value AbortCommonEvent(napi_env env, napi_callback_info info) in AbortCommonEvent() function
770 asyncCallbackInfo->info.errorCode = asyncResult->AbortCommonEvent() ? NO_ERROR : ERR_CES_FAILED; in AbortCommonEvent()
1575 DECLARE_NAPI_FUNCTION("abortCommonEvent", AbortCommonEvent), in CommonEventSubscriberInit()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h374 napi_value AbortCommonEvent(napi_env env, napi_callback_info info);
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h350 napi_value AbortCommonEvent(napi_env env, napi_callback_info info);

Completed in 14 milliseconds