/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 145 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in GetSpanInspector() 163 jsonNodeArray->PutRef(std::move(jsonNode)); in GetSpanInspector() 190 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in PutNodeInfoToJsonNode() 225 jsonNode->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetInspectorChildren() 228 jsonNodeArray->PutRef(std::move(jsonNode)); in GetInspectorChildren() 275 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in GetSpanInspector() 281 jsonNodeArray->PutRef(std::move(jsonNode)); in GetSpanInspector() 344 jsonNode->PutRef(INSPECTOR_ATTRS, std::move(jsonObject)); in GetInspectorChildren() 365 jsonNodeNew->PutRef(INSPECTOR_CHILDREN, std::move(jsonChildrenArray)); in GetInspectorChildren() 368 jsonNodeArray->PutRef(st in GetInspectorChildren() [all...] |
H A D | ui_node.cpp | 974 array->PutRef(std::move(child)); in DumpSimplifyTree() 981 array->PutRef(std::move(child)); in DumpSimplifyTree() 984 current->PutRef("Children", std::move(array)); in DumpSimplifyTree() 990 current->PutRef("Overlay", std::move(overlay)); in DumpSimplifyTree()
|
H A D | frame_node.cpp | 984 json->PutRef("RenderContext", std::move(renderContextJson)); in DumpSimplifyInfo()
|
/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_manager_ng.cpp | 247 detaiSelectionInfo->PutRef(std::move(detailNodeSelection)); in HoverTestDebug() 249 summaryJson->PutRef("path", std::move(summaryPath)); in HoverTestDebug() 250 summaryJson->PutRef("nodesSelected", std::move(summarySelected)); in HoverTestDebug() 257 detailJson->PutRef("detailSearch", std::move(detailSearchInfo)); in HoverTestDebug() 258 detailJson->PutRef("detailSelection", std::move(detaiSelectionInfo)); in HoverTestDebug()
|
/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | json_util.h | 101 bool PutRef(const char* key, std::unique_ptr<JsonValue>&& value); 102 bool PutRef(std::unique_ptr<JsonValue>&& value);
|
H A D | json_util.cpp | 372 bool JsonValue::PutRef(const char* key, std::unique_ptr<JsonValue>&& value) in PutRef() function in OHOS::Ace::JsonValue 390 bool JsonValue::PutRef(std::unique_ptr<JsonValue>&& value) in PutRef() function in OHOS::Ace::JsonValue
|
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | json_util_test.cpp | 1185 * @tc.desc: Check json util bool bool PutRef(const char* key, std::unique_ptr<JsonValue>&& value) 1200 bool ret = jsonValue.PutRef(key, std::move(value)); in HWTEST_F() 1213 bool ret2 = jsonValue.PutRef(key2, std::move(value2)); in HWTEST_F() 1214 bool ret3 = jsonValue.PutRef(std::move(value2)); in HWTEST_F() 1277 // PutRef() isRoot_ true in HWTEST_F() 1281 bool ret2 = jsonValue.PutRef(keyPtr, std::move(value2)); in HWTEST_F() 1283 bool ret3 = jsonValue.PutRef(std::move(value2)); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_modifier.cpp | 95 array->PutRef(std::move(info)); in GetSimplifyDumpInfo()
|
H A D | canvas_pattern.cpp | 1276 json->PutRef("CanvasPaint", std::move(jsonMethod)); in DumpSimplifyInfo() 1280 json->PutRef("CanvasModifier", std::move(arrayModifier)); in DumpSimplifyInfo()
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | layout_inspector.cpp | 336 jsonNodeArray->PutRef(std::move(jsonNode)); in HandleStopRecord() 342 jsonRoot->PutRef(RECNODE_CHILDREN, std::move(jsonNodeArray)); in HandleStopRecord()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_component_impl.cpp | 662 jsonNode->PutRef(INSPECTOR_CHILDREN, std::move(jsonNodeArray)); in GetChildrenInspectorInfo() 732 jsonNodeArray->PutRef(std::move(jsonNode)); in GetInspectorChildren() 759 jsonNodeArray->PutRef(std::move(jsonNode)); in GetSpanInspector()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_pattern.cpp | 1922 buttons->PutRef(key.c_str(), std::move(child)); in DumpSimplifyObjectProperty() 1924 json->PutRef("Buttons", std::move(buttons)); in DumpSimplifyObjectProperty() 1935 json->PutRef("Shadow", std::move(child)); in DumpSimplifyObjectProperty()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6732 jsonNodeArray->PutRef(nodeTag.c_str(), std::move(jsonNode)); in WebNodeInfoToJsonValue()
|