Home
last modified time | relevance | path

Searched defs:ordered (Results 1 – 11 of 11) sorted by relevance

/base/notification/common_event_service/frameworks/native/test/unittest/
Dmatching_skills_test.cpp400 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
Dcommon_event_subscribe_test.cpp88 …virtual void NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &… in NotifyEvent()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_listener.cpp33 void CommonEventListener::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, … in NotifyEvent()
118 const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in OnReceiveEvent()
Devent_receive_proxy.cpp31 void EventReceiveProxy::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, co… in NotifyEvent()
Devent_receive_stub.cpp43 bool ordered = data.ReadBool(); in OnRemoteRequest() local
/base/notification/common_event_service/frameworks/native/src/
Dasync_common_event_result.cpp24 const bool &ordered, const bool &sticky, const sptr<IRemoteObject> &token) in AsyncCommonEventResult()
Dcommon_event_publish_info.cpp58 void CommonEventPublishInfo::SetOrdered(bool ordered) in SetOrdered()
/base/notification/common_event_service/frameworks/core/test/unittest/
Devent_receive_stub_test.cpp45 void NotifyEvent(const CommonEventData &data, const bool &ordered, const bool &sticky) override in NotifyEvent()
/base/notification/common_event_service/services/include/
Dhistory_event_record.h55 bool ordered; member
/base/notification/common_event_service/services/src/
Dcommon_event_control_manager.cpp272 std::shared_ptr<OrderedEventRecord> ordered = eventRecordPtr; in ProcessUnorderedEvent() local
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_subscribe_unit_test.cpp546 …virtual void NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &… in NotifyEvent()