Home
last modified time | relevance | path

Searched refs:IsMatchingHandle (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp189 bool IsMatchingHandle(const IPropertyHandle& handle);
496 if (!IsMatchingHandle(dataHandle)) { in SetData()
534 if (!IsMatchingHandle(dataHandle)) { in SetData()
642 bool PostProcessConfigurationComponentManager::IsMatchingHandle(const IPropertyHandle& dataHandle) in IsMatchingHandle() function in PostProcessConfigurationComponentManager
H A Dmaterial_component_manager.cpp353 bool IsMatchingHandle(const IPropertyHandle& handle);
720 if (!IsMatchingHandle(dataHandle)) { in SetData()
756 if (!IsMatchingHandle(dataHandle)) { in SetData()
861 bool MaterialComponentManager::IsMatchingHandle(const IPropertyHandle& dataHandle) in IsMatchingHandle() function in MaterialComponentManager
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.h106 bool IsMatchingHandle(const IPropertyHandle& handle);
H A Dbase_manager.inl248 if (!IsMatchingHandle(dataHandle)) {
289 if (!IsMatchingHandle(dataHandle)) {
425 bool BaseManager<ComponentType, BaseClass>::IsMatchingHandle(const IPropertyHandle& dataHandle) function in BaseManager