Home
last modified time | relevance | path

Searched refs:WriteEntityCollection (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_manager.cpp107 auto result = ecsSerializer_.WriteEntityCollection(ec, jsonOut); in SaveJsonEntityCollection()
204 if (!ecsSerializer_.WriteEntityCollection(ec, json)) { in RefreshAsset()
H A Decs_serializer.h43 …bool WriteEntityCollection(const IEntityCollection& ec, CORE_NS::json::standalone_value& jsonOut) … in SCENE_BEGIN_NAMESPACE()
H A Decs_serializer.cpp547 bool EcsSerializer::WriteEntityCollection(const IEntityCollection& ec, json::standalone_value& json… in WriteEntityCollection() function in EcsSerializer
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h74 …virtual bool WriteEntityCollection(const IEntityCollection& ec, CORE_NS::json::standalone_value& j… in SCENE_BEGIN_NAMESPACE()