Home
last modified time | relevance | path

Searched refs:typeInfos (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp168 … IPluginRegister::ITypeInfoListener::EventType type, array_view<const ITypeInfo* const> typeInfos) in Notify() argument
172 listener->OnTypeInfoEvent(type, typeInfos); in Notify()
441 if (const auto typeInfos = typeInfos_.find(type.typeUid); typeInfos != typeInfos_.cend()) { in UnregisterTypeInfo() local
442 auto& infos = typeInfos->second; in UnregisterTypeInfo()
454 if (const auto typeInfos = typeInfos_.find(typeUid); typeInfos != typeInfos_.cend()) { in GetTypeInfos() local
455 return typeInfos->second; in GetTypeInfos()
H A Dengine.cpp339 void Engine::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument
342 for (const auto* info : typeInfos) { in OnTypeInfoEvent()
355 for (const auto* info : typeInfos) { in OnTypeInfoEvent()
H A Dengine.h87 …void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const ITypeInfo* const> typeInfos) overri…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp239 …d ImageLoaderManager::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument
241 for (const auto* typeInfo : typeInfos) { in OnTypeInfoEvent()
H A Dimage_loader_manager.h63 …void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const ITypeInfo* const> typeInfos) overri…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin_register.h90 …al void OnTypeInfoEvent(EventType type, BASE_NS::array_view<const ITypeInfo* const> typeInfos) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.cpp454 void GraphicsContext::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument
457 for (const auto* info : typeInfos) { in OnTypeInfoEvent()
470 for (const auto* info : typeInfos) { in OnTypeInfoEvent()
H A Dgraphics_context.h93 …InfoEvent(EventType type, BASE_NS::array_view<const CORE_NS::ITypeInfo* const> typeInfos) override;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp659 void RenderContext::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument
663 for (const auto* info : typeInfos) { in OnTypeInfoEvent()
680 for (const auto* info : typeInfos) { in OnTypeInfoEvent()
H A Drender_context.h106 …InfoEvent(EventType type, BASE_NS::array_view<const CORE_NS::ITypeInfo* const> typeInfos) override;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp105 void OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) override;
595 void Ecs::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument
601 for (const auto* info : typeInfos) { in OnTypeInfoEvent()