Searched refs:INSPECTOR_CHILDREN (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.cpp | 31 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 D | inspector.cpp | 36 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 D | js_inspector_manager.cpp | 48 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 D | component_test_component_impl.cpp | 59 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 7 milliseconds