Home
last modified time | relevance | path

Searched defs:InterfaceType (Results 1 – 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/interface/
Dintf_event.h99 using InterfaceType = IEventCallable<EventType, Ret, Args...>; variable
/foundation/ability/idl_tool/idl_tool_2/util/
Dcommon.h60 enum class InterfaceType { enum
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/interface/detail/
Dproperty.h319 using InterfaceType = BASE_NS::conditional_t<BASE_NS::is_const_v<Type>, const IT*, IT*>; variable
360 using InterfaceType = PropertyBaseType<Property>*; variable
Darray_property.h210 using InterfaceType = BASE_NS::conditional_t<BASE_NS::is_const_v<Type>, const IT*, IT*>; variable
252 using InterfaceType = ArrayPropertyBaseType<Property>*; variable
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
Dinterface_info.h61 enum InterfaceType { enum
/foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/internal/
Dobject_api.h104 #define META_API_CACHE_INTERFACE(InterfaceType, Name) \ in META_BEGIN_NAMESPACE() argument
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
Dp2p_entity.cpp22 using InterfaceType = InterfaceInfo::InterfaceType; typedef