Home
last modified time | relevance | path

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

/base/notification/common_event_service/services/test/unittest/
H A Dmock_common_event_subscriber.cpp73 bool CommonEventSubscriber::ClearAbortCommonEvent() in ClearAbortCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
75 GTEST_LOG_(INFO) << "MOCK CommonEventSubscriber ClearAbortCommonEvent"; in ClearAbortCommonEvent()
76 return result_->ClearAbortCommonEvent(); in ClearAbortCommonEvent()
/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp102 bool CommonEventSubscriber::ClearAbortCommonEvent() in ClearAbortCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
109 return result_->ClearAbortCommonEvent(); in ClearAbortCommonEvent()
H A Dasync_common_event_result.cpp96 bool AsyncCommonEventResult::ClearAbortCommonEvent() in ClearAbortCommonEvent() function in OHOS::EventFwk::AsyncCommonEventResult
/base/notification/common_event_service/interfaces/inner_api/
H A Dasync_common_event_result.h90 bool ClearAbortCommonEvent();
H A Dcommon_event_subscriber.h105 bool ClearAbortCommonEvent();
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp44 // test ClearAbortCommonEvent function in DoSomethingInterestingWithMyAPI()
45 result->ClearAbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp75 subscriber->ClearAbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp1150 asyncResult->ClearAbortCommonEvent(); in ClearAbortCommonEventSync()
1690 napi_value ClearAbortCommonEvent(napi_env env, napi_callback_info info) in ClearAbortCommonEvent() function
1735 asyncResult->ClearAbortCommonEvent() ? NO_ERROR : ERR_CES_FAILED; in ClearAbortCommonEvent()
1962 DECLARE_NAPI_FUNCTION("clearAbortCommonEvent", ClearAbortCommonEvent), in CommonEventSubscriberInit()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp490 * @tc.name: AsyncCommonEventResult ClearAbortCommonEvent
491 * @tc.desc: test ClearAbortCommonEvent function
503 bool result = asyncCommonEventResult.ClearAbortCommonEvent(); in HWTEST_F()
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_ffi.cpp221 if (!instance->GetSubscriber()->ClearAbortCommonEvent()) { in CJ_ClearAbortCommonEvent()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp290 EXPECT_TRUE(ClearAbortCommonEvent()); in SubscriberFirstTestCaseEight()
300 EXPECT_FALSE(ClearAbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
495 EXPECT_TRUE(ClearAbortCommonEvent()); in SubscriberFirstTestCaseEight()
505 EXPECT_FALSE(ClearAbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
654 EXPECT_TRUE(ClearAbortCommonEvent()); in SubscriberFirstTestCaseEight()
664 EXPECT_FALSE(ClearAbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
1390 * @tc.name: CommonEventSubscriber : AbortCommonEvent GetAbortCommonEvent ClearAbortCommonEvent and IsOrderedCommonEvent
1393 * GetAbortCommonEvent ClearAbortCommonEvent and IsOrderedCommonEvent
1450 * @tc.name: CommonEventSubscriber : AbortCommonEvent GetAbortCommonEvent ClearAbortCommonEvent and IsOrderedCommonEvent
1453 * GetAbortCommonEvent ClearAbortCommonEvent an
[all...]
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp800 napi_value ClearAbortCommonEvent(napi_env env, napi_callback_info info) in ClearAbortCommonEvent() function
847 asyncCallbackInfo->info.errorCode = asyncResult->ClearAbortCommonEvent() ? NO_ERROR : ERR_CES_FAILED; in ClearAbortCommonEvent()
1576 DECLARE_NAPI_FUNCTION("clearAbortCommonEvent", ClearAbortCommonEvent), in CommonEventSubscriberInit()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h382 napi_value ClearAbortCommonEvent(napi_env env, napi_callback_info info);
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h358 napi_value ClearAbortCommonEvent(napi_env env, napi_callback_info info);

Completed in 14 milliseconds