Searched refs:typeInfos (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | plugin_registry.cpp | 168 … 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 D | engine.cpp | 339 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 D | engine.h | 87 …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 D | image_loader_manager.cpp | 239 …d ImageLoaderManager::OnTypeInfoEvent(EventType type, array_view<const ITypeInfo* const> typeInfos) in OnTypeInfoEvent() argument 241 for (const auto* typeInfo : typeInfos) { in OnTypeInfoEvent()
|
H A D | image_loader_manager.h | 63 …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 D | intf_plugin_register.h | 90 …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 D | graphics_context.cpp | 454 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 D | graphics_context.h | 93 …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 D | render_context.cpp | 659 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 D | render_context.h | 106 …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 D | ecs.cpp | 105 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()
|