Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dlayout_inspector.h38 static void CreateLayoutInfo(int32_t containerId);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dlayout_inspector.cpp230 [](int32_t containerId) { return CreateLayoutInfo(containerId); }, in SetCallback()
239 [](int32_t containerId) { return CreateLayoutInfo(containerId); }, in SetCallback()
248 void LayoutInspector::CreateLayoutInfo(int32_t containerId) in CreateLayoutInfo() function in OHOS::Ace::LayoutInspector