Home
last modified time | relevance | path

Searched refs:INSPECTOR_ATTRS (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector.cpp35 const char INSPECTOR_ATTRS[] = "$attrs"; member
107 json->Put(INSPECTOR_ATTRS, jsonObject); in ToJsonValue()
156 jsonNode->Put(INSPECTOR_ATTRS, jsonObject); in GetInspectorNodeByKey()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp29 const char INSPECTOR_ATTRS[] = "$attrs"; member
145 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in GetSpanInspector()
190 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in PutNodeInfoToJsonNode()
275 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in GetSpanInspector()
344 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in GetInspectorChildren()
485 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonAttrs)); in GetInspectorNodeByKey()
673 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in FillSimplifiedInspectorAttrs()
/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp52 constexpr char INSPECTOR_ATTRS[] = "$attrs"; member
408 jsonNode->Put(INSPECTOR_ATTRS, attrJsonNode); in GetAttrsAndStyles()
435 jsonNode->Put(INSPECTOR_ATTRS, jsonObject); in GetAttrsAndStylesV2()
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp90 const char INSPECTOR_ATTRS[] = "$attrs"; member
340 auto attrJsonNode = jsonNode->GetObject(INSPECTOR_ATTRS); in GetInspectorNodeById()
763 inspectNode->SetAllAttr(jsonDefaultAttrs, INSPECTOR_ATTRS); in GetDefaultAttrsByType()
/foundation/arkui/ace_engine/frameworks/component_test/core/
H A Dcomponent_test_component_impl.cpp55 constexpr char INSPECTOR_ATTRS[] = "$attrs"; member
558 jsonNode->Put(INSPECTOR_ATTRS, jsonAttrs); in GetInspectorInfoImpl()
712 jsonNode->Put(INSPECTOR_ATTRS, jsonObject); in GetInspectorChildren()
752 jsonNode->Put(INSPECTOR_ATTRS, jsonObject); in GetSpanInspector()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_inspector_test.cpp77 constexpr char INSPECTOR_ATTRS[] = "$attrs"; member
2003 inspectNode.SetAllAttr(rootJsonValue, INSPECTOR_ATTRS); in HWTEST_F()
2004 EXPECT_EQ(rootJsonValue->GetObject(INSPECTOR_ATTRS)->ToString(), attrsJsonValue->ToString()); in HWTEST_F()

Completed in 12 milliseconds