Home
last modified time | relevance | path

Searched refs:CanLoop (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h47 bool CanLoop() const;
56 static bool CanLoop(int loop);
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp68 bool DumpCfg::CanLoop() const in CanLoop() function in OHOS::HiviewDFX::DumpCfg
70 return CanLoop(loop_); in CanLoop()
108 bool DumpCfg::CanLoop(int loop) in CanLoop() function in OHOS::HiviewDFX::DumpCfg
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_property.h151 ACE_DEFINE_PROPERTY_ITEM_WITHOUT_GROUP(CanLoop, bool, PROPERTY_UPDATE_MEASURE);
H A Dtextpicker_model_ng.cpp139 ACE_UPDATE_LAYOUT_PROPERTY(TextPickerLayoutProperty, CanLoop, true); in SetDefaultAttributes()
279 ACE_UPDATE_LAYOUT_PROPERTY(TextPickerLayoutProperty, CanLoop, value); in SetCanLoop()
695 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextPickerLayoutProperty, CanLoop, value, frameNode); in SetCanLoop()
1094 ACE_UPDATE_NODE_LAYOUT_PROPERTY(TextPickerLayoutProperty, CanLoop, true, frameNode); in SetDefaultAttributes()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp628 if (dumpCfg->IsDumper() && dumpCfg->CanLoop() && (ret == DumpStatus::DUMP_MORE_DATA)) { in DumpDatas()