Home
last modified time | relevance | path

Searched refs:CheckSynchronous (Results 1 - 8 of 8) sorted by relevance

/base/notification/common_event_service/frameworks/native/src/
H A Dcommon_event_subscriber.cpp44 if (!CheckSynchronous()) { in SetCode()
45 EVENT_LOGE("failed to CheckSynchronous"); in SetCode()
54 if (!CheckSynchronous()) { in GetCode()
55 EVENT_LOGE("failed to CheckSynchronous"); in GetCode()
64 if (!CheckSynchronous()) { in SetData()
65 EVENT_LOGE("failed to CheckSynchronous"); in SetData()
74 if (!CheckSynchronous()) { in GetData()
75 EVENT_LOGE("failed to CheckSynchronous"); in GetData()
84 if (!CheckSynchronous()) { in SetCodeAndData()
85 EVENT_LOGE("failed to CheckSynchronous"); in SetCodeAndData()
151 bool CommonEventSubscriber::CheckSynchronous() const CheckSynchronous() function in OHOS::EventFwk::CommonEventSubscriber
[all...]
H A Dasync_common_event_result.cpp39 if (!CheckSynchronous()) { in SetCode()
40 EVENT_LOGE("failed to CheckSynchronous"); in SetCode()
56 if (!CheckSynchronous()) { in SetData()
57 EVENT_LOGE("failed to CheckSynchronous"); in SetData()
73 if (!CheckSynchronous()) { in SetCodeAndData()
74 EVENT_LOGE("failed to CheckSynchronous"); in SetCodeAndData()
86 if (!CheckSynchronous()) { in AbortCommonEvent()
87 EVENT_LOGE("failed to CheckSynchronous"); in AbortCommonEvent()
98 if (!CheckSynchronous()) { in ClearAbortCommonEvent()
99 EVENT_LOGE("failed to CheckSynchronous"); in ClearAbortCommonEvent()
141 bool AsyncCommonEventResult::CheckSynchronous() const CheckSynchronous() function in OHOS::EventFwk::AsyncCommonEventResult
[all...]
/base/notification/common_event_service/interfaces/inner_api/
H A Dasync_common_event_result.h125 bool CheckSynchronous() const;
H A Dcommon_event_subscriber.h154 bool CheckSynchronous() const;
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/
H A Dasynccommoneventresult_fuzzer.cpp50 // test CheckSynchronous function in DoSomethingInterestingWithMyAPI()
51 result->CheckSynchronous(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp410 * @tc.name: AsyncCommonEventResult CheckSynchronous
422 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); in HWTEST_F()
442 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); in HWTEST_F()
462 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); in HWTEST_F()
483 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); in HWTEST_F()
502 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); in HWTEST_F()
521 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); in HWTEST_F()
H A Dcommon_event_subscribe_test.cpp644 EXPECT_EQ(subscriber->CheckSynchronous(), false); in HWTEST_F()
664 EXPECT_EQ(subscriber->CheckSynchronous(), false); in HWTEST_F()
683 EXPECT_EQ(subscriber->CheckSynchronous(), false); in HWTEST_F()
703 EXPECT_EQ(subscriber->CheckSynchronous(), false); in HWTEST_F()
723 EXPECT_EQ(subscriber->CheckSynchronous(), false); in HWTEST_F()
/base/notification/common_event_service/services/test/unittest/
H A Dmock_common_event_subscriber.cpp118 bool CommonEventSubscriber::CheckSynchronous() const in CheckSynchronous() function in OHOS::EventFwk::CommonEventSubscriber
120 GTEST_LOG_(INFO) << "MOCK CommonEventSubscriber CheckSynchronous"; in CheckSynchronous()

Completed in 4 milliseconds