Home
last modified time | relevance | path

Searched refs:IsOrdered (Results 1 – 10 of 10) sorted by relevance

/base/notification/common_event_service/interfaces/inner_api/
Dcommon_event_publish_info.h81 bool IsOrdered() const;
/base/notification/common_event_service/test/fuzztest/commoneventpublishinfo_fuzzer/
Dcommoneventpublishinfo_fuzzer.cpp36 commonEventPublishInfo.IsOrdered(); in DoSomethingInterestingWithMyAPI()
/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/
DactsCESCESpublishInfoTest.cpp805 if (publishInfo.IsOrdered()) {
837 if (!publishInfo.IsOrdered()) {
867 if (publishInfo.IsOrdered()) {
899 if (publishInfo.IsOrdered()) {
931 if (!publishInfo.IsOrdered()) {
961 if (publishInfo.IsOrdered()) {
995 if (!publishInfo.IsOrdered()) {
1029 if (!publishInfo.IsOrdered()) {
1063 if (publishInfo.IsOrdered()) {
1097 if (publishInfo.IsOrdered()) {
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_publish_info.cpp63 bool CommonEventPublishInfo::IsOrdered() const in IsOrdered() function in OHOS::EventFwk::CommonEventPublishInfo
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_freeze_test.cpp309 if (commonEventListener == nullptr && publishInfo.IsOrdered()) { in PublishCommonEvent()
315 } else if (!publishInfo.IsOrdered()) { in PublishCommonEvent()
Dcommon_event_dump_test.cpp358 if (commonEventListener == nullptr && publishInfo.IsOrdered()) { in PublishCommonEvent()
364 } else if (!publishInfo.IsOrdered()) { in PublishCommonEvent()
/base/notification/common_event_service/services/src/
Dcommon_event_sticky_manager.cpp129 if (record->publishInfo->IsOrdered()) { in DumpState()
Dcommon_event_control_manager.cpp55 if (!eventRecord.publishInfo->IsOrdered()) { in PublishCommonEvent()
392 record.ordered = eventRecordPtr->publishInfo->IsOrdered(); in EnqueueHistoryEventRecord()
991 if (record->publishInfo->IsOrdered()) { in DumpStateByCommonEventRecord()
Dinner_common_event_manager.cpp78 if ((!publishInfo.IsOrdered()) && (commonEventListener != nullptr)) { in PublishCommonEvent()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event.cpp102 if (!publishInfo.IsOrdered() && (subscriber != nullptr)) { in PublishParameterCheck()