Home
last modified time | relevance | path

Searched refs:INSPECTOR_CHILDREN (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp31 const char INSPECTOR_CHILDREN[] = "$children"; member
120 json->Put(INSPECTOR_CHILDREN, jsonNodeArray); in ToJsonValue()
191 jsonRoot->Put(INSPECTOR_CHILDREN, jsonNodeArray); in GetInspectorTree()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp36 const char INSPECTOR_CHILDREN[] = "$children"; member
225 jsonNode->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetInspectorChildren()
365 jsonNodeNew->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetInspectorChildren()
416 jsonRoot->PutRef(INSPECTOR_CHILDREN, std::move(jsonNodeArray)); in GetInspectorInfo()
725 jsonNode->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetSimplifiedInspectorChildren()
770 jsonRoot->PutRef(INSPECTOR_CHILDREN, std::move(jsonNodeArray)); in GetSimplifiedInspector()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp48 constexpr char INSPECTOR_CHILDREN[] = "$children"; member
131 jsonNode->Put(INSPECTOR_CHILDREN, GetChildrenJson(node)); in AssembleJSONTree()
170 jsonNode->Put(INSPECTOR_CHILDREN, GetChildrenJson(node)); in GetChildJson()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp59 constexpr char INSPECTOR_CHILDREN[] = "$children"; member
662 jsonNode->PutRef(INSPECTOR_CHILDREN, std::move(jsonNodeArray)); in GetChildrenInspectorInfo()
730 jsonNode->Put(INSPECTOR_CHILDREN, jsonChildrenArray); in GetInspectorChildren()

Completed in 6 milliseconds