Home
last modified time | relevance | path

Searched refs:GetAbortCommonEvent (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp112 bool CommonEventSubscriber::GetAbortCommonEvent() const in GetAbortCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
119 return result_->GetAbortCommonEvent(); in GetAbortCommonEvent()
H A Dasync_common_event_result.cpp108 bool AsyncCommonEventResult::GetAbortCommonEvent() const in GetAbortCommonEvent() function in OHOS::EventFwk::AsyncCommonEventResult
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_common_event_subscriber.cpp79 bool CommonEventSubscriber::GetAbortCommonEvent() const in GetAbortCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
82 return result_->GetAbortCommonEvent(); in GetAbortCommonEvent()
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dmock_common_event_subscriber.cpp79 bool CommonEventSubscriber::GetAbortCommonEvent() const in GetAbortCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
82 return result_->GetAbortCommonEvent(); in GetAbortCommonEvent()
/ohos5.0/base/notification/common_event_service/interfaces/inner_api/
H A Dasync_common_event_result.h97 bool GetAbortCommonEvent() const;
H A Dcommon_event_subscriber.h112 bool GetAbortCommonEvent() const;
/ohos5.0/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp47 result->GetAbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp76 subscriber->GetAbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp289 EXPECT_TRUE(GetAbortCommonEvent()); in SubscriberFirstTestCaseEight()
291 EXPECT_FALSE(GetAbortCommonEvent()); in SubscriberFirstTestCaseEight()
299 EXPECT_FALSE(GetAbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
301 EXPECT_FALSE(GetAbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
494 EXPECT_TRUE(GetAbortCommonEvent()); in SubscriberFirstTestCaseEight()
496 EXPECT_FALSE(GetAbortCommonEvent()); in SubscriberFirstTestCaseEight()
504 EXPECT_FALSE(GetAbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
506 EXPECT_FALSE(GetAbortCommonEvent()); in SubscriberFirstTestCaseThirteen()
653 EXPECT_TRUE(GetAbortCommonEvent()); in SubscriberFirstTestCaseEight()
655 EXPECT_FALSE(GetAbortCommonEvent()); in SubscriberFirstTestCaseEight()
[all …]
/ohos5.0/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_ffi.cpp236 ret.data = instance->GetSubscriber()->GetAbortCommonEvent(); in CJ_GetAbortCommonEvent()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp1177 abortEvent = asyncResult->GetAbortCommonEvent(); in GetAbortCommonEventSync()
1769 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info) in GetAbortCommonEvent() function
1813 asyncCallbackInfo->abortEvent = asyncResult->GetAbortCommonEvent(); in GetAbortCommonEvent()
1967 DECLARE_NAPI_FUNCTION("getAbortCommonEvent", GetAbortCommonEvent), in CommonEventSubscriberInit()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp872 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info) in GetAbortCommonEvent() function
919 asyncCallbackInfo->abortEvent = asyncResult->GetAbortCommonEvent(); in GetAbortCommonEvent()
1580 DECLARE_NAPI_FUNCTION("getAbortCommonEvent", GetAbortCommonEvent), in CommonEventSubscriberInit()
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h363 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info);
/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h387 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info);