Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp33 const char INSPECTOR_CHILDREN[] = "$children"; variable
122 json->Put(INSPECTOR_CHILDREN, jsonNodeArray); in ToJsonValue()
193 jsonRoot->Put(INSPECTOR_CHILDREN, jsonNodeArray); in GetInspectorTree()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp50 const char INSPECTOR_CHILDREN[] = "$children"; variable
233 jsonNode->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetInspectorChildren()
366 jsonNodeNew->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetInspectorChildren()
407 jsonRoot->PutRef(INSPECTOR_CHILDREN, std::move(jsonNodeArray)); in GetInspectorInfo()
714 jsonNode->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetSimplifiedInspectorChildren()
759 jsonRoot->PutRef(INSPECTOR_CHILDREN, std::move(jsonNodeArray)); in GetSimplifiedInspector()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp48 constexpr char INSPECTOR_CHILDREN[] = "$children"; variable
131 jsonNode->Put(INSPECTOR_CHILDREN, GetChildrenJson(node)); in AssembleJSONTree()
170 jsonNode->Put(INSPECTOR_CHILDREN, GetChildrenJson(node)); in GetChildJson()