Home
last modified time | relevance | path

Searched refs:ReadProperty (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.h43 static std::map<std::string, ConfigItem> ReadProperty(const xmlNodePtr& currNode);
H A Drs_graphic_config.cpp119 std::map<std::string, ConfigItem> property = ReadProperty(curNodePtr); in ReadConfig()
200 std::map<std::string, RSBaseXmlConfig::ConfigItem> RSGraphicConfig::ReadProperty(const xmlNodePtr& currNode) in ReadProperty() function in OHOS::Rosen::RSGraphicConfig
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dwindow_scene_config.h44 static std::map<std::string, ConfigItem> ReadProperty(const xmlNodePtr& currNode);
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_config.h43 static std::map<std::string, ConfigItem> ReadProperty(const xmlNodePtr& currNode);
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_serializer.cpp76 bool ReadProperty(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, const CORE_NS::Property& property,
952 if (ReadProperty(ec, propertyValueJson, *propertyOffset.property, propertyOffset.offset)) { in ReadComponent()
965 bool EcsSerializer::ReadProperty( in ReadProperty() function in EcsSerializer
1025 ReadProperty(ec, jsonIn.array_.at(i), property.metaData.containerMethods->property, ptr); in ReadProperty()
1039 ReadProperty(ec, element.value, property.metaData.containerMethods->property, ptr); in ReadProperty()
1052 ReadProperty(ec, jsonIn.array_.at(i), property.metaData.containerMethods->property, ptr); in ReadProperty()
1071 ReadProperty(ec, element.value, property.metaData.containerMethods->property, ptr); in ReadProperty()
1086 ReadProperty(ec, *subJson, subProperty, offset + subProperty.offset); in ReadProperty()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_serializer.cpp1050 if (ReadProperty(ec, propertyValueJson, *propertyOffset.property, propertyOffset.offset)) { in ReadComponent()
1063 bool EcsSerializer::ReadProperty( in ReadProperty() function in EcsSerializer
1123 ReadProperty(ec, jsonIn.array_.at(i), property.metaData.containerMethods->property, ptr); in ReadProperty()
1137 ReadProperty(ec, element.value, property.metaData.containerMethods->property, ptr); in ReadProperty()
1150 ReadProperty(ec, jsonIn.array_.at(i), property.metaData.containerMethods->property, ptr); in ReadProperty()
1169 ReadProperty(ec, element.value, property.metaData.containerMethods->property, ptr); in ReadProperty()
1184 ReadProperty(ec, *subJson, subProperty, offset + subProperty.offset); in ReadProperty()
H A Decs_serializer.h59 bool ReadProperty(IEntityCollection& ec, const CORE_NS::json::value& jsonIn, const CORE_NS::Property& property,
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/
H A Dintf_ecs_serializer.h91 virtual bool ReadProperty(IEntityCollection& ec, const json::value& jsonIn,
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_ecs_serializer.h91 virtual bool ReadProperty(IEntityCollection& ec, const CORE_NS::json::value& jsonIn,
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp138 std::map<std::string, ConfigItem> p = ReadProperty(curNodePtr); in ReadConfig()
219 std::map<std::string, XmlConfigBase::ConfigItem> WindowSceneConfig::ReadProperty(const xmlNodePtr& currNode) in ReadProperty() function in OHOS::Rosen::WindowSceneConfig
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp118 std::map<std::string, ConfigItem> property = ReadProperty(curNodePtr); in ReadConfig()
199 std::map<std::string, XmlConfigBase::ConfigItem> WindowManagerConfig::ReadProperty(const xmlNodePtr& currNode) in ReadProperty() function in OHOS::Rosen::WindowManagerConfig
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_graphic_config_test.cpp248 * @tc.name: ReadProperty
249 * @tc.desc: test ReadProperty name and enable.
252 HWTEST_F(RSGraphicConfigTest, ReadProperty, TestSize.Level2) in HWTEST_F()

Completed in 9 milliseconds