Searched defs:ordered (Results 1 – 11 of 11) sorted by relevance
| /base/notification/common_event_service/frameworks/native/test/unittest/ |
| D | matching_skills_test.cpp | 400 bool ordered = true; variable 418 bool ordered = false; variable 438 bool ordered = false; variable 458 bool ordered = false; variable 479 bool ordered = false; variable 498 bool ordered = false; variable 517 bool ordered = false; variable
|
| D | common_event_subscribe_test.cpp | 89 OHOS::ErrCode NotifyEvent(const CommonEventData& data, bool ordered, bool sticky) override in NotifyEvent()
|
| /base/notification/common_event_service/frameworks/core/src/ |
| D | common_event_listener.cpp | 37 ErrCode CommonEventListener::NotifyEvent(const CommonEventData &commonEventData, bool ordered, bool… in NotifyEvent() 131 const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in OnReceiveEvent()
|
| /base/notification/common_event_service/frameworks/native/src/ |
| D | async_common_event_result.cpp | 24 const bool &ordered, const bool &sticky, const wptr<IRemoteObject> &token) in AsyncCommonEventResult()
|
| D | common_event_publish_info.cpp | 67 void CommonEventPublishInfo::SetOrdered(bool ordered) in SetOrdered()
|
| /base/notification/common_event_service/frameworks/core/test/unittest/ |
| D | event_receive_stub_test.cpp | 44 ErrCode NotifyEvent(const CommonEventData& data, bool ordered, bool sticky) override in NotifyEvent()
|
| /base/notification/common_event_service/interfaces/kits/ndk/include/ |
| D | oh_commonevent_wrapper.h | 40 bool ordered = false; member
|
| /base/notification/common_event_service/services/include/ |
| D | history_event_record.h | 55 bool ordered; member
|
| /base/notification/common_event_service/services/src/ |
| D | common_event_control_manager.cpp | 305 std::shared_ptr<OrderedEventRecord> ordered = eventRecordPtr; in ProcessUnorderedEvent() local
|
| /base/notification/common_event_service/interfaces/kits/ndk/src/ |
| D | oh_commonevent.cpp | 134 CommonEvent_PublishInfo* OH_CommonEvent_CreatePublishInfo(bool ordered) in OH_CommonEvent_CreatePublishInfo()
|
| /base/notification/common_event_service/services/test/unittest/ |
| D | common_event_subscribe_unit_test.cpp | 601 ErrCode NotifyEvent(const CommonEventData& data, bool ordered, bool sticky) override in NotifyEvent()
|