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 | 88 …virtual void NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &… in NotifyEvent()
|
/base/notification/common_event_service/frameworks/core/src/ |
D | common_event_listener.cpp | 33 void CommonEventListener::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, … in NotifyEvent() 118 const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in OnReceiveEvent()
|
D | event_receive_proxy.cpp | 31 void EventReceiveProxy::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, co… in NotifyEvent()
|
D | event_receive_stub.cpp | 43 bool ordered = data.ReadBool(); in OnRemoteRequest() local
|
/base/notification/common_event_service/frameworks/native/src/ |
D | async_common_event_result.cpp | 24 const bool &ordered, const bool &sticky, const sptr<IRemoteObject> &token) in AsyncCommonEventResult()
|
D | common_event_publish_info.cpp | 58 void CommonEventPublishInfo::SetOrdered(bool ordered) in SetOrdered()
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
D | event_receive_stub_test.cpp | 45 void NotifyEvent(const CommonEventData &data, const bool &ordered, const bool &sticky) override in NotifyEvent()
|
/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 | 272 std::shared_ptr<OrderedEventRecord> ordered = eventRecordPtr; in ProcessUnorderedEvent() local
|
/base/notification/common_event_service/services/test/unittest/ |
D | common_event_subscribe_unit_test.cpp | 546 …virtual void NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &… in NotifyEvent()
|