Searched refs:CheckSynchronous (Results 1 – 7 of 7) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/ |
D | common_event_subscriber.cpp | 44 if (!CheckSynchronous()) { in SetCode() 54 if (!CheckSynchronous()) { in GetCode() 64 if (!CheckSynchronous()) { in SetData() 74 if (!CheckSynchronous()) { in GetData() 84 if (!CheckSynchronous()) { in SetCodeAndData() 94 if (!CheckSynchronous()) { in AbortCommonEvent() 104 if (!CheckSynchronous()) { in ClearAbortCommonEvent() 114 if (!CheckSynchronous()) { in GetAbortCommonEvent() 151 bool CommonEventSubscriber::CheckSynchronous() const in CheckSynchronous() function in OHOS::EventFwk::CommonEventSubscriber 157 if (!result_->CheckSynchronous()) { in CheckSynchronous()
|
D | async_common_event_result.cpp | 39 if (!CheckSynchronous()) { in SetCode() 56 if (!CheckSynchronous()) { in SetData() 73 if (!CheckSynchronous()) { in SetCodeAndData() 86 if (!CheckSynchronous()) { in AbortCommonEvent() 98 if (!CheckSynchronous()) { in ClearAbortCommonEvent() 117 if (!CheckSynchronous()) { in FinishCommonEvent() 141 bool AsyncCommonEventResult::CheckSynchronous() const in CheckSynchronous() function in OHOS::EventFwk::AsyncCommonEventResult
|
/base/notification/common_event_service/frameworks/native/test/unittest/ |
D | matching_skills_test.cpp | 422 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); 442 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); 462 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); 483 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); 502 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false); 521 EXPECT_EQ(asyncCommonEventResult.CheckSynchronous(), false);
|
D | common_event_subscribe_test.cpp | 629 EXPECT_EQ(subscriber->CheckSynchronous(), false); 648 EXPECT_EQ(subscriber->CheckSynchronous(), false); 667 EXPECT_EQ(subscriber->CheckSynchronous(), false); 687 EXPECT_EQ(subscriber->CheckSynchronous(), false); 707 EXPECT_EQ(subscriber->CheckSynchronous(), false);
|
/base/notification/common_event_service/interfaces/inner_api/ |
D | async_common_event_result.h | 125 bool CheckSynchronous() const;
|
D | common_event_subscriber.h | 153 bool CheckSynchronous() const;
|
/base/notification/common_event_service/test/fuzztest/asynccommoneventresult_fuzzer/ |
D | asynccommoneventresult_fuzzer.cpp | 52 result->CheckSynchronous(); in DoSomethingInterestingWithMyAPI()
|