Home
last modified time | relevance | path

Searched defs:needReset (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_net_manager.h64 uint8_t needReset; member
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_net_manager.h64 uint8_t needReset; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/
H A Dcanvas_test_ng.cpp110 bool needReset; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_result_set.cpp67 bool needReset = false; in GetColumnNames() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_pattern.cpp114 bool needReset = !(config.skipMeasure || dirty->SkipMeasureContent()); in OnDirtyLayoutWrapperSwap() local
127 void CanvasPattern::OnSizeChanged(const DirtySwapConfig& config, bool needReset) in OnSizeChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list.cpp426 bool needReset = obj->GetProperty("strokeWidth")->IsString() && in SetDivider() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4598 const RefPtr<LayoutAlgorithmWrapper>& FrameNode::GetLayoutAlgorithm(bool needReset) in GetLayoutAlgorithm()