Home
last modified time | relevance | path

Searched refs:IsOrderedCommonEvent (Results 1 - 16 of 16) sorted by relevance

/base/notification/common_event_service/services/test/unittest/
H A Dmock_common_event_subscriber.cpp93 bool CommonEventSubscriber::IsOrderedCommonEvent() const in IsOrderedCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
95 GTEST_LOG_(INFO) << "MOCK CommonEventSubscriber IsOrderedCommonEvent"; in IsOrderedCommonEvent()
96 return (result_ != nullptr) ? result_->IsOrderedCommonEvent() : false; in IsOrderedCommonEvent()
H A Dcommon_event_freeze_test.cpp112 if (!IsOrderedCommonEvent()) { in ProcessSubscriberTestCase1()
162 if (!IsOrderedCommonEvent()) { in ProcessSubscriberTest2Case1()
/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp129 bool CommonEventSubscriber::IsOrderedCommonEvent() const in IsOrderedCommonEvent() function in OHOS::EventFwk::CommonEventSubscriber
131 return (result_ != nullptr) ? result_->IsOrderedCommonEvent() : false; in IsOrderedCommonEvent()
H A Dasync_common_event_result.cpp131 bool AsyncCommonEventResult::IsOrderedCommonEvent() const in IsOrderedCommonEvent() function in OHOS::EventFwk::AsyncCommonEventResult
/base/notification/common_event_service/interfaces/inner_api/
H A Dasync_common_event_result.h111 bool IsOrderedCommonEvent() const;
H A Dcommon_event_subscriber.h125 bool IsOrderedCommonEvent() const;
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp48 // test IsOrderedCommonEvent function in DoSomethingInterestingWithMyAPI()
49 result->IsOrderedCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/fuzztest/subscribecommonevent_fuzzer/
H A Dsubscribecommonevent_fuzzer.cpp76 subscriber->IsOrderedCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/kits/cj/src/
H A Dcommon_event.cpp176 data = result->IsOrderedCommonEvent(); in IsCommonEventOrdered()
178 data = subscriber->IsOrderedCommonEvent(); in IsCommonEventOrdered()
H A Dsubscriber.cpp67 if (this->IsOrderedCommonEvent()) { in OnReceiveEvent()
68 LOGI("IsOrderedCommonEvent is true"); in OnReceiveEvent()
/base/notification/common_event_service/test/fuzztest/commonevent_fuzzer/
H A Dcommonevent_fuzzer.cpp79 subscriber->IsOrderedCommonEvent(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dnapi_common_event.cpp254 if (this->IsOrderedCommonEvent()) { in OnReceiveEvent()
951 isOrdered = asyncResult->IsOrderedCommonEvent(); in IsOrderedCommonEventSync()
953 isOrdered = subscriber->IsOrderedCommonEvent(); in IsOrderedCommonEventSync()
1289 napi_value IsOrderedCommonEvent(napi_env env, napi_callback_info info) in IsOrderedCommonEvent() function
1291 EVENT_LOGD("IsOrderedCommonEvent excute"); in IsOrderedCommonEvent()
1327 EVENT_LOGD("IsOrderedCommonEvent napi_create_async_work start"); in IsOrderedCommonEvent()
1334 asyncCallbackInfo->isOrdered = asyncResult->IsOrderedCommonEvent(); in IsOrderedCommonEvent()
1336 asyncCallbackInfo->isOrdered = asyncCallbackInfo->subscriber->IsOrderedCommonEvent(); in IsOrderedCommonEvent()
1341 EVENT_LOGD("IsOrderedCommonEvent napi_create_async_work end"); in IsOrderedCommonEvent()
1946 DECLARE_NAPI_FUNCTION("isOrderedCommonEvent", IsOrderedCommonEvent), in CommonEventSubscriberInit()
[all...]
/base/notification/common_event_service/interfaces/kits/napi/common_event/src/
H A Dcommon_event.cpp236 if (this->IsOrderedCommonEvent()) { in OnReceiveEvent()
237 EVENT_LOGD("IsOrderedCommonEvent is true"); in OnReceiveEvent()
389 napi_value IsOrderedCommonEvent(napi_env env, napi_callback_info info) in IsOrderedCommonEvent() function
391 EVENT_LOGD("IsOrderedCommonEvent start"); in IsOrderedCommonEvent()
428 EVENT_LOGD("IsOrderedCommonEvent work excute."); in IsOrderedCommonEvent()
437 asyncCallbackInfo->isOrdered = asyncResult->IsOrderedCommonEvent(); in IsOrderedCommonEvent()
439 asyncCallbackInfo->isOrdered = asyncCallbackInfo->subscriber->IsOrderedCommonEvent(); in IsOrderedCommonEvent()
443 EVENT_LOGD("IsOrderedCommonEvent napi_create_async_work end"); in IsOrderedCommonEvent()
467 EVENT_LOGD("Delete IsOrderedCommonEvent callback reference."); in IsOrderedCommonEvent()
1568 DECLARE_NAPI_FUNCTION("isOrderedCommonEvent", IsOrderedCommonEvent), in CommonEventSubscriberInit()
[all...]
/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp292 EXPECT_TRUE(IsOrderedCommonEvent()); in SubscriberFirstTestCaseEight()
302 EXPECT_FALSE(IsOrderedCommonEvent()); in SubscriberFirstTestCaseThirteen()
497 EXPECT_TRUE(IsOrderedCommonEvent()); in SubscriberFirstTestCaseEight()
507 EXPECT_FALSE(IsOrderedCommonEvent()); in SubscriberFirstTestCaseThirteen()
656 EXPECT_TRUE(IsOrderedCommonEvent()); in SubscriberFirstTestCaseEight()
666 EXPECT_FALSE(IsOrderedCommonEvent()); 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 and IsOrderedCommonEvent
[all...]
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h319 napi_value IsOrderedCommonEvent(napi_env env, napi_callback_info info);
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h295 napi_value IsOrderedCommonEvent(napi_env env, napi_callback_info info);

Completed in 17 milliseconds