Home
last modified time | relevance | path

Searched refs:Properties (Results 1 - 16 of 16) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.h83 IMorphingSystem::Properties properties_;
84 CORE_NS::PropertyApiImpl<IMorphingSystem::Properties> MORPHING_SYSTEM_PROPERTIES;
H A Danimation_system.h84 struct Properties { struct in final
144 Properties systemProperties_ { 128U };
145 CORE_NS::PropertyApiImpl<Properties> systemPropertyApi_;
H A Dmorphing_system.cpp52 BEGIN_PROPERTY(IMorphingSystem::Properties, ComponentMetadata)
53 DECL_PROPERTY2(IMorphingSystem::Properties, dataStoreName, "RenderDataStoreMorph", 0)
114 const auto in = ScopedHandle<IRenderPreprocessorSystem::Properties>(rps->GetProperties()); in Initialize()
171 if (const auto in = ScopedHandle<const IMorphingSystem::Properties>(&data); in) { in SetProperties()
H A Drender_preprocessor_system.h125 IRenderPreprocessorSystem::Properties properties_ {
133 CORE_NS::PropertyApiImpl<IRenderPreprocessorSystem::Properties> RENDER_PREPROCESSOR_SYSTEM_PROPERTIES;
H A Drender_preprocessor_system.cpp60 BEGIN_PROPERTY(IRenderPreprocessorSystem::Properties, ComponentMetadata)
61 DECL_PROPERTY2(IRenderPreprocessorSystem::Properties, dataStoreScene, "dataStoreScene", 0)
62 DECL_PROPERTY2(IRenderPreprocessorSystem::Properties, dataStoreCamera, "dataStoreCamera", 0)
63 DECL_PROPERTY2(IRenderPreprocessorSystem::Properties, dataStoreLight, "dataStoreLight", 0)
64 DECL_PROPERTY2(IRenderPreprocessorSystem::Properties, dataStoreMaterial, "dataStoreMaterial", 0)
65 DECL_PROPERTY2(IRenderPreprocessorSystem::Properties, dataStoreMorph, "dataStoreMorph", 0)
66 DECL_PROPERTY2(IRenderPreprocessorSystem::Properties, dataStorePrefix, "", 0)
206 if (const auto in = ScopedHandle<const IRenderPreprocessorSystem::Properties>(&data); in) { in SetProperties()
H A Drender_system.h221 IRenderSystem::Properties properties_;
281 CORE_NS::PropertyApiImpl<IRenderSystem::Properties> RENDER_SYSTEM_PROPERTIES;
H A Drender_system.cpp770 BEGIN_PROPERTY(IRenderSystem::Properties, ComponentMetadata)
771 DECL_PROPERTY2(IRenderSystem::Properties, dataStoreMaterial, "dataStoreMaterial", 0)
772 DECL_PROPERTY2(IRenderSystem::Properties, dataStoreCamera, "dataStoreCamera", 0)
773 DECL_PROPERTY2(IRenderSystem::Properties, dataStoreLight, "dataStoreLight", 0)
774 DECL_PROPERTY2(IRenderSystem::Properties, dataStoreScene, "dataStoreScene", 0)
775 DECL_PROPERTY2(IRenderSystem::Properties, dataStoreMorph, "dataStoreMorph", 0)
776 DECL_PROPERTY2(IRenderSystem::Properties, dataStorePrefix, "", 0)
1220 if (const auto in = ScopedHandle<const IRenderSystem::Properties>(&data); in) { in SetProperties()
1257 ScopedHandle<IRenderPreprocessorSystem::Properties>(renderPreprocessorSystem_->GetProperties()); in Initialize()
H A Danimation_system.cpp111 BEGIN_PROPERTY(AnimationSystem::Properties, SystemMetadata)
112 DECL_PROPERTY2(AnimationSystem::Properties, minTaskSize, "Task size", PropertyFlags::IS_SLIDER)
632 if (const auto in = ScopedHandle<const AnimationSystem::Properties>(&data); in) { in SetProperties()
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_render_preprocessor_system.h38 struct Properties { struct in IRenderPreprocessorSystem
H A Dintf_morphing_system.h38 /** Properties */
39 struct Properties { struct in IMorphingSystem
H A Dintf_render_system.h37 struct Properties { struct in IRenderSystem
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DObjectApiTest.cpp61 HWTEST_F(ObjectApiTest, Properties, TestSize.Level1) in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dvcard_util.h87 const std::vector<VCardProperty> &Properties() const in Properties() function in stub::VCardVersion::VCard
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfObjectHierarchyObserverTest.cpp374 * @tc.desc: test Properties function
378 HWTEST_F(IntfObjectHierarchyObserverTest, Properties, TestSize.Level1) in HWTEST_F()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp907 CORE3D_NS::IRenderPreprocessorSystem::Properties rsProperties; in LoadSystemGraph()
915 if (auto scopedHandle = CORE_NS::ScopedHandle<CORE3D_NS::IRenderPreprocessorSystem::Properties>( in LoadSystemGraph()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp463 IRenderPreprocessorSystem::Properties props; in CreateDefaultEcs()
471 *ScopedHandle<IRenderPreprocessorSystem::Properties>(renderPreprocessorSystem->GetProperties()) = props; in CreateDefaultEcs()

Completed in 19 milliseconds