Home
last modified time | relevance | path

Searched defs:GetInterface (Results 1 – 25 of 37) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeEngine/src/
Dengine_factory.cpp47 const IInterface* EngineFactory::GetInterface(const Uid& uid) const in GetInterface() function in EngineFactory
58 IInterface* EngineFactory::GetInterface(const Uid& uid) in GetInterface() function in EngineFactory
Dengine.cpp259 const IInterface* Engine::GetInterface(const Uid& uid) const in GetInterface() function in Engine
271 IInterface* Engine::GetInterface(const Uid& uid) in GetInterface() function in Engine
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
Dfrustum_util.cpp87 const IInterface* FrustumUtil::GetInterface(const Uid& uid) const in GetInterface() function in FrustumUtil
95 IInterface* FrustumUtil::GetInterface(const Uid& uid) in GetInterface() function in FrustumUtil
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dfilesystem_api.cpp80 const IInterface* GetInterface(const Uid& uid) const override in GetInterface() function in __anon51513e270111::FilesystemApi
84 IInterface* GetInterface(const Uid& uid) override in GetInterface() function in __anon51513e270111::FilesystemApi
204 const IInterface* FileMonitorImpl::GetInterface(const Uid& uid) const in GetInterface() function in FileMonitorImpl
212 IInterface* FileMonitorImpl::GetInterface(const Uid& uid) in GetInterface() function in FileMonitorImpl
Dfile_manager.cpp100 const IInterface* FileManager::GetInterface(const Uid& uid) const in GetInterface() function in FileManager
105 IInterface* FileManager::GetInterface(const Uid& uid) in GetInterface() function in FileManager
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
Dperformance_data_manager.cpp204 const IInterface* PerformanceDataManager::GetInterface(const Uid& uid) const in GetInterface() function in PerformanceDataManager
212 IInterface* PerformanceDataManager::GetInterface(const Uid& uid) in GetInterface() function in PerformanceDataManager
254 const IInterface* PerformanceDataManagerFactory::GetInterface(const Uid& uid) const in GetInterface() function in PerformanceDataManagerFactory
262 IInterface* PerformanceDataManagerFactory::GetInterface(const Uid& uid) in GetInterface() function in PerformanceDataManagerFactory
/foundation/graphic/graphic_3d/lume/metaobject/src/
Dmeta_object_lib.cpp93 const CORE_NS::IInterface* MetaObjectLib::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in MetaObjectLib
104 CORE_NS::IInterface* MetaObjectLib::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in MetaObjectLib
Dcall_context.cpp72 const CORE_NS::IInterface* DefaultCallContext::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in DefaultCallContext
83 CORE_NS::IInterface* DefaultCallContext::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in DefaultCallContext
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_node_context_manager.cpp166 const CORE_NS::IInterface* RenderNodeContextManager::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in RenderNodeContextManager
174 CORE_NS::IInterface* RenderNodeContextManager::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in RenderNodeContextManager
Drender_node_parser_util.cpp574 const CORE_NS::IInterface* RenderNodeParserUtil::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in RenderNodeParserUtil
582 CORE_NS::IInterface* RenderNodeParserUtil::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in RenderNodeParserUtil
Drender_node_graph_share_manager.cpp433 const CORE_NS::IInterface* RenderNodeGraphShareManager::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in RenderNodeGraphShareManager
441 CORE_NS::IInterface* RenderNodeGraphShareManager::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in RenderNodeGraphShareManager
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
Drender_data_configuration_loader.cpp231 const IInterface* RenderDataConfigurationLoaderImpl::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in RenderDataConfigurationLoaderImpl
239 IInterface* RenderDataConfigurationLoaderImpl::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in RenderDataConfigurationLoaderImpl
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
Dtask_queue_factory.cpp192 const IInterface* GetInterface(const BASE_NS::Uid& uid) const override in GetInterface() function in __anon9b9153150111::ThreadPool
200 IInterface* GetInterface(const BASE_NS::Uid& uid) override in GetInterface() function in __anon9b9153150111::ThreadPool
427 const IInterface* TaskQueueFactory::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in TaskQueueFactory
435 IInterface* TaskQueueFactory::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in TaskQueueFactory
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
Dgltf2.cpp140 const IInterface* Gltf2::GetInterface(const Uid& uid) const in GetInterface() function in Gltf2
151 IInterface* Gltf2::GetInterface(const Uid& uid) in GetInterface() function in Gltf2
/foundation/ability/idl_tool/ast/
Dast_namespace.cpp70 AutoPtr<ASTInterfaceType> ASTNamespace::GetInterface(size_t index) in GetInterface() function in OHOS::Idl::ASTNamespace
Dast_module.cpp123 AutoPtr<ASTInterfaceType> ASTModule::GetInterface(size_t index) in GetInterface() function in OHOS::Idl::ASTModule
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
Dobject.h63 CORE_NS::IInterface* GetInterface(const BASE_NS::Uid& uid) override in GetInterface() function
67 const CORE_NS::IInterface* GetInterface(const BASE_NS::Uid& uid) const override in GetInterface() function
72 constexpr Type* GetInterface() noexcept in GetInterface() function
77 constexpr const Type* GetInterface() const noexcept in GetInterface() function
/foundation/ability/idl_tool/idl_tool_2/ast/
Dast_namespace.cpp68 AutoPtr<ASTInterfaceType> ASTNamespace::GetInterface(size_t index) in GetInterface() function in OHOS::Idl::ASTNamespace
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
Dlogger.cpp224 const IInterface* Logger::GetInterface(const Uid& uid) const in GetInterface() function in Logger
232 IInterface* Logger::GetInterface(const Uid& uid) in GetInterface() function in Logger
/foundation/graphic/graphic_3d/kits/js/src/
DBaseObjectJS.cpp41 const CORE_NS::IInterface* JSWrapperState::GetInterface(const BASE_NS::Uid& uid) const in GetInterface() function in JSWrapperState
51 CORE_NS::IInterface* JSWrapperState::GetInterface(const BASE_NS::Uid& uid) in GetInterface() function in JSWrapperState
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
Dsystem_graph_loader.cpp420 const IInterface* SystemGraphLoaderFactory::GetInterface(const Uid& uid) const in GetInterface() function in SystemGraphLoaderFactory
428 IInterface* SystemGraphLoaderFactory::GetInterface(const Uid& uid) in GetInterface() function in SystemGraphLoaderFactory
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/itf/
Dobject_itf.cpp48 static SLresult GetInterface(SLObjectItf self, const SLInterfaceID iid, void *interface) in GetInterface() function
/foundation/graphic/graphic_3d/lume/LumeRender/src/
Drender_context.cpp568 const IInterface* RenderContext::GetInterface(const Uid& uid) const in GetInterface() function in RenderContext
579 IInterface* RenderContext::GetInterface(const Uid& uid) in GetInterface() function in RenderContext
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/
Drender_node_scene_util.cpp464 const IInterface* RenderNodeSceneUtilImpl::GetInterface(const Uid& uid) const in GetInterface() function in RenderNodeSceneUtilImpl
472 IInterface* RenderNodeSceneUtilImpl::GetInterface(const Uid& uid) in GetInterface() function in RenderNodeSceneUtilImpl
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
Dgraphics_context.cpp358 const IInterface* GraphicsContext::GetInterface(const Uid& uid) const in GetInterface() function in GraphicsContext
372 IInterface* GraphicsContext::GetInterface(const Uid& uid) in GetInterface() function in GraphicsContext

12