Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp742 auto rulesToString = flexItemProperties->AlignRulesToString(); in DumpAlignRulesInfo() local
743 CHECK_NULL_VOID(!rulesToString.empty()); in DumpAlignRulesInfo()
744 DumpLog::GetInstance().AddDesc(std::string("AlignRules: ").append(rulesToString)); in DumpAlignRulesInfo()