Home
last modified time | relevance | path

Searched refs:PutRef (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp145 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 Dui_node.cpp974 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 Dframe_node.cpp984 json->PutRef("RenderContext", std::move(renderContextJson)); in DumpSimplifyInfo()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_manager_ng.cpp247 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 Djson_util.h101 bool PutRef(const char* key, std::unique_ptr<JsonValue>&& value);
102 bool PutRef(std::unique_ptr<JsonValue>&& value);
H A Djson_util.cpp372 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 Djson_util_test.cpp1185 * @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 Dcanvas_modifier.cpp95 array->PutRef(std::move(info)); in GetSimplifyDumpInfo()
H A Dcanvas_pattern.cpp1276 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 Dlayout_inspector.cpp336 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 Dcomponent_test_component_impl.cpp662 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 Ddialog_pattern.cpp1922 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 Dweb_pattern.cpp6732 jsonNodeArray->PutRef(nodeTag.c_str(), std::move(jsonNode)); in WebNodeInfoToJsonValue()

Completed in 36 milliseconds