Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_metadata.h142 ArrayProperty<ValueType> GetArrayPropertyByName(BASE_NS::string_view name) in GetArrayPropertyByName() function
147 ArrayProperty<const ValueType> GetArrayPropertyByName(BASE_NS::string_view name) const in GetArrayPropertyByName() function
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp363 auto duh = params->GetArrayPropertyByName<IntfWeakPtr>("Scenes"); in Load()
474 auto duh = params->GetArrayPropertyByName<IntfWeakPtr>("Scenes"); in SceneJS()
505 auto duh = params->GetArrayPropertyByName<IntfWeakPtr>("Scenes"); in ~SceneJS()
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp397 doc->GetArrayPropertyByName<IntfWeakPtr>("Scenes")->Reset(); in DeinitRenderThread()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dbind_templates.inl445 if (auto prop = meta->GetArrayPropertyByName<valueType>(name)) {
H A Dmaterial_impl.cpp1034 …meta->GetArrayPropertyByName<CORE3D_NS::MaterialComponent::TextureInfo>("MaterialComponent.texture… in SynchronizeInputsFromMetadata()