/ohos5.0/base/notification/common_event_service/frameworks/native/test/unittest/ |
H A D | matching_skills_test.cpp | 401 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 D | actsCESCESpublishInfoTest.cpp | 85 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 D | common_event_listener.cpp | 35 …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 D | event_receive_proxy.cpp | 31 …Proxy::NotifyEvent(const CommonEventData &commonEventData, const bool &ordered, const bool &sticky) in NotifyEvent()
|
H A D | event_receive_stub.cpp | 44 bool sticky = data.ReadBool(); in OnRemoteRequest() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_layout_property.cpp | 42 auto sticky = propStickyMode_.value_or(V2::StickyMode::NONE); in ToJsonValue() local
|
H A D | list_layout_property.cpp | 74 auto sticky = propStickyStyle_.value_or(V2::StickyStyle::NONE); in ToJsonValue() local
|
H A D | list_item_group_layout_algorithm.cpp | 541 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 D | completed_dispatcher.cpp | 28 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 D | want_receiver_stub_mock.h | 44 bool serialized, bool sticky, int sendingUser) {} in PerformReceive()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | want_receiver_proxy.cpp | 52 const WantParams &extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
|
H A D | want_receiver_stub.cpp | 72 bool sticky = data.ReadBool(); in PerformReceiveInner() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/ |
H A D | want_receiver_stub_impl_mock.h | 53 bool serialized, bool sticky, int sendingUser) {}; in PerformReceive()
|
H A D | want_receiver_stub_test.cpp | 190 bool sticky = true; variable
|
/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 | 46 void CommonEventPublishInfo::SetSticky(bool sticky) in SetSticky()
|
/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/foundation/ability/ability_runtime/test/unittest/wants_info_test/ |
H A D | wants_info_test.cpp | 56 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 D | sender_info_test.cpp | 53 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 D | want_sender_info_test.cpp | 57 …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 D | history_event_record.h | 54 bool sticky; member
|
/ohos5.0/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_control_manager_test.cpp | 65 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 D | render_list_item_group.h | 40 StickyStyle sticky; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_element.cpp | 214 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 D | js_list_item.cpp | 136 void JSListItem::SetSticky(int32_t sticky) in SetSticky()
|