Home
last modified time | relevance | path

Searched refs:ReadComponents (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h88 …virtual bool ReadComponents(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, bool setId)… in SCENE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.h56 …bool ReadComponents(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, bool setId) const o… in SCENE_BEGIN_NAMESPACE()
H A Decs_serializer.cpp938 ReadComponents(ec, ecJson->array_.at(i), !idSet); in ReadEntityCollection()
951 bool EcsSerializer::ReadComponents(IEntityCollection& ec, const json::value& jsonIn, bool setId) co… in ReadComponents() function in EcsSerializer
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.h160 int32_t ReadComponents(size_t &parsedLen,
H A Dpkg_upgradefile.cpp468 ret = ReadComponents(parsedLen, algorithm, fileNames); in LoadPackage()
630 int32_t UpgradePkgFile::ReadComponents(size_t &parsedLen, in ReadComponents() function in Hpackage::UpgradePkgFile