Home
last modified time | relevance | path

Searched defs:sticky (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/
H A Dmatching_skills_test.cpp401 bool sticky = true; variable
419 bool sticky = true; variable
439 bool sticky = true; variable
459 bool sticky = true; variable
480 bool sticky = true; variable
499 bool sticky = true; variable
518 bool sticky = true; variable
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/
H A DactsCESCESpublishInfoTest.cpp85 bool sticky = false; variable
118 bool sticky = true; variable
150 bool sticky = false; variable
182 bool sticky = true; variable
244 bool sticky = true; variable
280 bool sticky = false; variable
316 bool sticky = false; variable
352 bool sticky = true; variable
987 bool sticky = true; variable
1021 bool sticky = false; variable
[all …]
/ohos5.0/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_listener.cpp35 …tener::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in NotifyEvent()
129 const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in OnReceiveEvent()
H A Devent_receive_proxy.cpp31 …Proxy::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in NotifyEvent()
H A Devent_receive_stub.cpp44 bool sticky = data.ReadBool(); in OnRemoteRequest() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_layout_property.cpp42 auto sticky = propStickyMode_.value_or(V2::StickyMode::NONE); in ToJsonValue() local
H A Dlist_layout_property.cpp74 auto sticky = propStickyStyle_.value_or(V2::StickyStyle::NONE); in ToJsonValue() local
H A Dlist_item_group_layout_algorithm.cpp541 V2::StickyStyle sticky = listLayoutProperty_->GetStickyStyle().value_or(V2::StickyStyle::NONE); in GetItemGroupPosition() local
767 V2::StickyStyle sticky = listLayoutProperty_->GetStickyStyle().value_or(V2::StickyStyle::NONE); in MeasureStart() local
796 V2::StickyStyle sticky = listLayoutProperty_->GetStickyStyle().value_or(V2::StickyStyle::NONE); in MeasureEnd() local
1121 V2::StickyStyle sticky = listLayoutProperty_->GetStickyStyle().value_or(V2::StickyStyle::NONE); in LayoutHeaderFooterRTL() local
1167 V2::StickyStyle sticky = listLayoutProperty_->GetStickyStyle().value_or(V2::StickyStyle::NONE); in LayoutHeaderFooterLTR() local
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dcompleted_dispatcher.cpp28 const AAFwk::WantParams &extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/
H A Dwant_receiver_stub_mock.h44 bool serialized, bool sticky, int sendingUser) {} in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwant_receiver_proxy.cpp52 const WantParams &extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
H A Dwant_receiver_stub.cpp72 bool sticky = data.ReadBool(); in PerformReceiveInner() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/
H A Dwant_receiver_stub_impl_mock.h53 bool serialized, bool sticky, int sendingUser) {}; in PerformReceive()
H A Dwant_receiver_stub_test.cpp190 bool sticky = true; variable
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dasync_common_event_result.cpp24 const bool &ordered, const bool &sticky, const wptr<IRemoteObject> &token) in AsyncCommonEventResult()
H A Dcommon_event_publish_info.cpp46 void CommonEventPublishInfo::SetSticky(bool sticky) in SetSticky()
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Devent_receive_stub_test.cpp45 void NotifyEvent(const CommonEventData &data, const bool &ordered, const bool &sticky) override in NotifyEvent()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H A Dwants_info_test.cpp56 const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/sender_info_test/
H A Dsender_info_test.cpp53 const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp57 …const std::string& data, const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendin… in PerformReceive()
/ohos5.0/base/notification/common_event_service/services/include/
H A Dhistory_event_record.h54 bool sticky; member
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_control_manager_test.cpp65 bool sticky = commonEventControlManager.PublishStickyCommonEvent(eventRecord, subscriberRecord); in HWTEST_F() local
80 bool sticky = commonEventControlManager.NotifyUnorderedEvent(eventRecord); in HWTEST_F() local
95 bool sticky = commonEventControlManager.EnqueueUnorderedRecord(eventRecordPtr); in HWTEST_F() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.h40 StickyStyle sticky; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_element.cpp214 auto sticky = stickyElement_->GetRenderNode()->GetParent().Upgrade(); in ResetStickyItem() local
236 RefPtr<Element> sticky; in BuildStickyItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list_item.cpp136 void JSListItem::SetSticky(int32_t sticky) in SetSticky()

12