/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | morphing_system.h | 83 IMorphingSystem::Properties properties_; 84 CORE_NS::PropertyApiImpl<IMorphingSystem::Properties> MORPHING_SYSTEM_PROPERTIES;
|
H A D | animation_system.h | 84 struct Properties { struct in final 144 Properties systemProperties_ { 128U }; 145 CORE_NS::PropertyApiImpl<Properties> systemPropertyApi_;
|
H A D | morphing_system.cpp | 52 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 D | render_preprocessor_system.h | 125 IRenderPreprocessorSystem::Properties properties_ { 133 CORE_NS::PropertyApiImpl<IRenderPreprocessorSystem::Properties> RENDER_PREPROCESSOR_SYSTEM_PROPERTIES;
|
H A D | render_preprocessor_system.cpp | 60 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 D | render_system.h | 221 IRenderSystem::Properties properties_; 281 CORE_NS::PropertyApiImpl<IRenderSystem::Properties> RENDER_SYSTEM_PROPERTIES;
|
H A D | render_system.cpp | 770 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 D | animation_system.cpp | 111 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 D | intf_render_preprocessor_system.h | 38 struct Properties { struct in IRenderPreprocessorSystem
|
H A D | intf_morphing_system.h | 38 /** Properties */ 39 struct Properties { struct in IMorphingSystem
|
H A D | intf_render_system.h | 37 struct Properties { struct in IRenderSystem
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/ |
H A D | ObjectApiTest.cpp | 61 HWTEST_F(ObjectApiTest, Properties, TestSize.Level1) in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | vcard_util.h | 87 const std::vector<VCardProperty> &Properties() const in Properties() function in stub::VCardVersion::VCard
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/ |
H A D | IntfObjectHierarchyObserverTest.cpp | 374 * @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 D | lume_common.cpp | 907 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 D | scene_holder.cpp | 463 IRenderPreprocessorSystem::Properties props; in CreateDefaultEcs() 471 *ScopedHandle<IRenderPreprocessorSystem::Properties>(renderPreprocessorSystem->GetProperties()) = props; in CreateDefaultEcs()
|