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.cpp89 OHOS::ErrCode NotifyEvent(const CommonEventData& data, bool ordered, bool sticky) override in NotifyEvent()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_listener.cpp37 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/
Dasync_common_event_result.cpp24 const bool &ordered, const bool &sticky, const wptr<IRemoteObject> &token) in AsyncCommonEventResult()
Dcommon_event_publish_info.cpp67 void CommonEventPublishInfo::SetOrdered(bool ordered) in SetOrdered()
/base/notification/common_event_service/frameworks/core/test/unittest/
Devent_receive_stub_test.cpp44 ErrCode NotifyEvent(const CommonEventData& data, bool ordered, bool sticky) override in NotifyEvent()
/base/notification/common_event_service/interfaces/kits/ndk/include/
Doh_commonevent_wrapper.h40 bool ordered = false; member
/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.cpp305 std::shared_ptr<OrderedEventRecord> ordered = eventRecordPtr; in ProcessUnorderedEvent() local
/base/notification/common_event_service/interfaces/kits/ndk/src/
Doh_commonevent.cpp134 CommonEvent_PublishInfo* OH_CommonEvent_CreatePublishInfo(bool ordered) in OH_CommonEvent_CreatePublishInfo()
/base/notification/common_event_service/services/test/unittest/
Dcommon_event_subscribe_unit_test.cpp601 ErrCode NotifyEvent(const CommonEventData& data, bool ordered, bool sticky) override in NotifyEvent()