Home
last modified time | relevance | path

Searched refs:componentJson (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp201 auto componentJson = JsonUtil::Create(true); in RecordPageNodeCountAndDepth() local
202 componentJson->Put("name", iter.nodeTag.c_str()); in RecordPageNodeCountAndDepth()
203 componentJson->Put("items", iter.childrenSize); in RecordPageNodeCountAndDepth()
204 componentJson->Put("sourceLine", GetCodeInfo(iter.codeRow, iter.codeCol).row); in RecordPageNodeCountAndDepth()
208 componentsJson->Put(componentJson); in RecordPageNodeCountAndDepth()
211 componentsJson->Put(componentJson); in RecordPageNodeCountAndDepth()
259 auto componentJson = JsonUtil::Create(true); in RecordVsyncTimeout() local
260 componentJson->Put("name", node.second.nodeTag.c_str()); in RecordVsyncTimeout()
261 componentJson->Put("costTime", layoutTime); in RecordVsyncTimeout()
262 componentJson in RecordVsyncTimeout()
290 auto componentJson = JsonUtil::Create(true); RecordForEachItemsCount() local
320 auto componentJson = JsonUtil::Create(true); RecordFlexLayoutsCount() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp560 json::standalone_value componentJson = json::standalone_value::object(); in WriteEntityCollection() local
561 if (WriteComponents(ec, entity, componentJson["components"])) { in WriteEntityCollection()
564 componentJson["entity"] = move(entityRefJson); in WriteEntityCollection()
566 entityComponentsJson.array_.emplace_back(move(componentJson)); in WriteEntityCollection()
594 json::standalone_value componentJson = json::standalone_value::object(); in WriteComponents() local
595 if (WriteComponent(ec, entity, *cm, componentId, componentJson)) { in WriteComponents()
596 jsonOut[uidString] = move(componentJson); in WriteComponents()
849 auto& componentJson = component.value; in ReadComponents() local
852 ReadComponent(ec, componentJson, entity, *cm); in ReadComponents()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp622 json::standalone_value componentJson = json::standalone_value::object(); in WriteEntityCollection() local
623 if (WriteComponents(ec, entity, componentJson["components"])) { in WriteEntityCollection()
626 componentJson["entity"] = move(entityRefJson); in WriteEntityCollection()
628 entityComponentsJson.array_.emplace_back(move(componentJson)); in WriteEntityCollection()
656 json::standalone_value componentJson = json::standalone_value::object(); in WriteComponents() local
657 if (WriteComponent(ec, entity, *cm, componentId, componentJson)) { in WriteComponents()
658 jsonOut[uidString] = move(componentJson); in WriteComponents()
974 auto& componentJson = component.value; in ReadComponents() local
977 ReadComponent(ec, componentJson, entity, *cm); in ReadComponents()

Completed in 5 milliseconds