Home
last modified time | relevance | path

Searched refs:GetAbortCommonEvent (Results 1 - 13 of 13) sorted by relevance

/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
81 GTEST_LOG_(INFO) << "MOCK CommonEventSubscriber GetAbortCommonEvent"; in GetAbortCommonEvent()
82 return result_->GetAbortCommonEvent(); in GetAbortCommonEvent()
/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
/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;
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp46 // test GetAbortCommonEvent function in DoSomethingInterestingWithMyAPI()
47 result->GetAbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp76 subscriber->GetAbortCommonEvent(); in DoSomethingInterestingWithMyAPI()
/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...]
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp1174 abortEvent = asyncResult->GetAbortCommonEvent(); in GetAbortCommonEventSync()
1766 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info) in GetAbortCommonEvent() function
1810 asyncCallbackInfo->abortEvent = asyncResult->GetAbortCommonEvent(); in GetAbortCommonEvent()
1964 DECLARE_NAPI_FUNCTION("getAbortCommonEvent", GetAbortCommonEvent), in CommonEventSubscriberInit()
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event_manager_ffi.cpp236 ret.data = instance->GetSubscriber()->GetAbortCommonEvent(); in CJ_GetAbortCommonEvent()
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp877 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info) in GetAbortCommonEvent() function
924 asyncCallbackInfo->abortEvent = asyncResult->GetAbortCommonEvent(); in GetAbortCommonEvent()
1577 DECLARE_NAPI_FUNCTION("getAbortCommonEvent", GetAbortCommonEvent), in CommonEventSubscriberInit()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h389 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info);
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h365 napi_value GetAbortCommonEvent(napi_env env, napi_callback_info info);

Completed in 13 milliseconds