Searched defs:ordered (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A 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
|
H A D | common_event_subscribe_test.cpp | 88 …virtual void NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &… in NotifyEvent()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/src/ |
H A D | common_event_listener.cpp | 35 void CommonEventListener::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, … in NotifyEvent() 129 const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in OnReceiveEvent()
|
H A D | event_receive_proxy.cpp | 31 void EventReceiveProxy::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, co… in NotifyEvent()
|
H A D | event_receive_stub.cpp | 43 bool ordered = data.ReadBool(); in OnRemoteRequest() local
|
/ohos5.0/foundation/communication/netmanager_base/services/common/include/ |
H A D | broadcast_manager.h | 29 bool ordered; member
|
/ohos5.0/base/notification/common_event_service/frameworks/native/src/ |
H A D | async_common_event_result.cpp | 24 const bool &ordered, const bool &sticky, const wptr<IRemoteObject> &token) in AsyncCommonEventResult()
|
H A D | common_event_publish_info.cpp | 66 void CommonEventPublishInfo::SetOrdered(bool ordered) in SetOrdered()
|
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/ |
H A D | event_receive_stub_test.cpp | 45 void NotifyEvent(const CommonEventData &data, const bool &ordered, const bool &sticky) override in NotifyEvent()
|
/ohos5.0/base/notification/common_event_service/services/include/ |
H A D | history_event_record.h | 55 bool ordered; member
|
/ohos5.0/base/notification/common_event_service/services/src/ |
H A D | common_event_control_manager.cpp | 316 std::shared_ptr<OrderedEventRecord> ordered = eventRecordPtr; in ProcessUnorderedEvent() local
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_subscribe_unit_test.cpp | 600 …virtual void NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &… in NotifyEvent()
|