Searched refs:CheckSynchronous (Results 1 - 8 of 8) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_subscriber.cpp | 44 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 D | async_common_event_result.cpp | 39 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 D | async_common_event_result.h | 125 bool CheckSynchronous() const;
|
H A D | common_event_subscriber.h | 154 bool CheckSynchronous() const;
|
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/ |
H A D | asynccommoneventresult_fuzzer.cpp | 50 // test CheckSynchronous function
in DoSomethingInterestingWithMyAPI() 51 result->CheckSynchronous();
in DoSomethingInterestingWithMyAPI()
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | matching_skills_test.cpp | 410 * @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 D | common_event_subscribe_test.cpp | 644 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 D | mock_common_event_subscriber.cpp | 118 bool CommonEventSubscriber::CheckSynchronous() const in CheckSynchronous() function in OHOS::EventFwk::CommonEventSubscriber 120 GTEST_LOG_(INFO) << "MOCK CommonEventSubscriber CheckSynchronous"; in CheckSynchronous()
|
Completed in 4 milliseconds