Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_event.h89 using InterfaceType = IEventCallable<EventType, Ret, Args...>; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dproperty.h305 using InterfaceType = BASE_NS::conditional_t<BASE_NS::is_const_v<Type>, const IT*, IT*>; variable
331 using InterfaceType = PropertyBaseType<Property>*; variable
H A Darray_property.h204 using InterfaceType = BASE_NS::conditional_t<BASE_NS::is_const_v<Type>, const IT*, IT*>; variable
230 using InterfaceType = ArrayPropertyBaseType<Property>*; variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_display_v10.md504 ### InterfaceType subsection
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dcommon.h60 enum class InterfaceType { enum
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinterface_info.h61 enum InterfaceType { enum
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dmipi_csi_test.c18 enum InterfaceType { enum
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_interface_type.h23 enum InterfaceType { enum
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h104 #define META_API_CACHE_INTERFACE(InterfaceType, Name) \ in META_BEGIN_NAMESPACE() argument
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_entity.cpp31 using InterfaceType = InterfaceInfo::InterfaceType; typedef
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h441 } InterfaceType; typedef
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_service.cpp1298 const std::unordered_map<InterfaceType, std::vector<int32_t>> &map, bool isDev) in ExecuteManageDeviceType()