Home
last modified time | relevance | path

Searched refs:Interfaces (Results 1 – 25 of 86) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dinterface_helpers.h156 template<typename... Interfaces>
173 template<typename Me, typename... Interfaces>
178 (FillArrayDepth<Interfaces, Interfaces>(index), ...);
247 template<typename Me, typename... Interfaces>
250 GetInterfacesImpl<Me, Interfaces...> gi;
254 template<typename... Interfaces>
257 auto arr = GetInterfaces<Interfaces...>();
270 template<typename... Interfaces>
285 template<typename... Interfaces>
286 class IntroduceInterfaces : public Interfaces... {
[all …]
H A Dintf_object_factory.h28 using Interfaces = BASE_NS::vector<BASE_NS::Uid>; variable
50 virtual const Interfaces& GetClassInterfaces() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/attachment/
H A Dattachment.h36 class BaseInterface, class... Interfaces> in META_BEGIN_NAMESPACE()
38 … : public META_NS::ObjectFwd<FinalClass, ClassInfo, SuperClassInfo, BaseInterface, Interfaces...> { in META_BEGIN_NAMESPACE()
40 …using Fwd = META_NS::ObjectFwd<FinalClass, ClassInfo, SuperClassInfo, BaseInterface, Interfaces...… in META_BEGIN_NAMESPACE()
82 template<class FinalClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces>
84 …mentBaseFwd<FinalClass, ClassInfo, META_NS::ClassId::Object, META_NS::IAttachment, Interfaces...> {
86 Interfaces...>;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h35 …FinalClass, const META_NS::ClassInfo& ClassInfo, class BaseAnimationInterface, class... Interfaces> in META_BEGIN_NAMESPACE()
37 … IAttachment, IContainable, IMutableContainable, IAnimationInternal, Interfaces...> { in META_BEGIN_NAMESPACE()
41 IContainable, IMutableContainable, IAnimationInternal, Interfaces...>; in META_BEGIN_NAMESPACE()
163 …FinalClass, const META_NS::ClassInfo& ClassInfo, class BaseAnimationInterface, class... Interfaces> in META_BEGIN_NAMESPACE()
165 …seAnimationFwd<FinalClass, ClassInfo, BaseAnimationInterface, IStartableAnimation, Interfaces...> { in META_BEGIN_NAMESPACE()
201 … IContainer, ILockable, IIterable, IImportFinalize, Interfaces...> { in META_BEGIN_NAMESPACE()
205 IIterable, IImportFinalize, Interfaces...>; in META_BEGIN_NAMESPACE()
345 … IPropertyAnimation, IModifier, IImportFinalize, Interfaces...> { in META_BEGIN_NAMESPACE()
349 IImportFinalize, Interfaces...>; in META_BEGIN_NAMESPACE()
437 … : public BasePropertyAnimationFwd<FinalClass, ClassInfo, BaseAnimationInterface, Interfaces...> { in META_BEGIN_NAMESPACE()
[all …]
H A Danimation_modifier.h26 template<class FinalClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces> in META_BEGIN_NAMESPACE()
28 …: public META_NS::AttachmentFwd<FinalClass, ClassInfo, META_NS::IAnimationModifier, Interfaces...>… in META_BEGIN_NAMESPACE()
30 … Super = META_NS::AttachmentFwd<FinalClass, ClassInfo, META_NS::IAnimationModifier, Interfaces...>; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_container.h31 class... Interfaces> in META_BEGIN_NAMESPACE()
33 … IContainerProxyParent, IRequiredInterfaces, ILockable, IIterable, Interfaces...> { in META_BEGIN_NAMESPACE()
36 IRequiredInterfaces, ILockable, IIterable, Interfaces...>; in META_BEGIN_NAMESPACE()
165 template<class FinalClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces>
167 …: public CommonObjectContainerFwd<FinalClass, ClassInfo, ClassId::ObjectContainer, Interfaces...> …
173 template<class FinalClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces>
175 …ic CommonObjectContainerFwd<FinalClass, ClassInfo, ClassId::ObjectFlatContainer, Interfaces...> {};
H A Dminimal_object.h29 template<const META_NS::ClassInfo& ClassInfo, typename... Interfaces> in META_BEGIN_NAMESPACE()
30 class MinimalObject : public IntroduceInterfaces<IObject, IObjectFlags, Interfaces...> { in META_BEGIN_NAMESPACE()
52 return IntroduceInterfaces<IObject, IObjectFlags, Interfaces...>::GetInterfacesVector(); in META_BEGIN_NAMESPACE()
H A Dconcrete_base_object.h32 …lass FinalClass, class ConcreteBaseClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces> in META_BEGIN_NAMESPACE()
33 class ConcreteBaseMetaObjectFwd : public META_NS::IntroduceInterfaces<Interfaces...>, public Concre… in META_BEGIN_NAMESPACE()
35 using IntroducedInterfaces = META_NS::IntroduceInterfaces<Interfaces...>; in META_BEGIN_NAMESPACE()
H A Dobject.h55 class... Interfaces>
56 …d : public IntroduceInterfaces<IObjectInstance, IObjectFlags, IDerived, ILifecycle, Interfaces...>,
59 …ng Super = IntroduceInterfaces<IObjectInstance, IObjectFlags, IDerived, ILifecycle, Interfaces...>;
311 class... Interfaces>
313 IObjectContextProvider, Interfaces...> {
315 IObjectContextProvider, Interfaces...>;
463 class... Interfaces>
464 …lic MetaObjectFwd<FinalClass, ClassInfo, SuperClassInfo, IAttach, IContainerQuery, Interfaces...> {
465 …er = MetaObjectFwd<FinalClass, ClassInfo, SuperClassInfo, IAttach, IContainerQuery, Interfaces...>;
H A Dcontent_object.h34 template<class FinalClass, const ClassInfo& ClassInfo, class... Interfaces> in META_BEGIN_NAMESPACE()
36 IIterable, Interfaces...> { in META_BEGIN_NAMESPACE()
38 Interfaces...>; in META_BEGIN_NAMESPACE()
H A Dtask_queue.h62 template<class FinalClass, const ClassInfo& Info, const ClassInfo& SuperInfo, class... Interfaces>
63 class TaskQueueFwd : public BaseObjectFwd<FinalClass, Info, SuperInfo, ITaskQueueExtend, Interfaces
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dbase_object.h93 …lass FinalClass, const META_NS::ClassInfo& ClassInfo, class ConcreteBaseClass, class... Interfaces> in META_BEGIN_NAMESPACE()
94 class ConcreteBaseFwd : public IntroduceInterfaces<Interfaces...>, public ConcreteBaseClass { in META_BEGIN_NAMESPACE()
96 STATIC_INTERFACES_WITH_CONCRETE_BASE(IntroduceInterfaces<Interfaces...>, ConcreteBaseClass) in META_BEGIN_NAMESPACE()
125 ret = IntroduceInterfaces<Interfaces...>::GetInterface(uid); in META_BEGIN_NAMESPACE()
141 template<class FinalClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces> in META_BEGIN_NAMESPACE()
142 …Fwd : public ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::BaseObject, Interfaces...> { in META_BEGIN_NAMESPACE()
H A Dobject.h68 template<class FinalClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces> in META_BEGIN_NAMESPACE()
69 …jectFwd : public ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::Object, Interfaces...> { in META_BEGIN_NAMESPACE()
70 using Super = ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::Object, Interfaces...>; in META_BEGIN_NAMESPACE()
H A Dmeta_object.h104 template<class FinalClass, const META_NS::ClassInfo& ClassInfo, class... Interfaces> in META_BEGIN_NAMESPACE()
105 …Fwd : public ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::MetaObject, Interfaces...> { in META_BEGIN_NAMESPACE()
106 …using Super = ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::MetaObject, Interfaces...>; in META_BEGIN_NAMESPACE()
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/
H A D_usb_ddk_config_descriptor.md25 | [interface](#interface) | Interfaces contained in the configuration.|
78 Interfaces contained in the configuration.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.8.1/
H A Dchangelogs-distributeddatamgr.md37 …# cl.distributeddatamgr.2 Changed Some Predicate Interfaces in dataSharePredicates to Public Inter…
/ohos5.0/docs/en/readme/
H A Dcustomization.md44 │ ├── interfaces # Interfaces of the Config Policy Kit
45 │ │ ├── inner_api # Interfaces between Config Policy Kit subsystems
/ohos5.0/docs/zh-cn/application-dev/media/drm/
H A Ddrm-overview.md52 …和设备证书申请与设置,其次进行会话实例创建和许可证申请与设置,等加密码流到达,通过底层的设备硬件接口(HDI,Hardware Device Interfaces)送到具体的DRM解决方案中进行解…
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-overview.md31 …。在实现基本操作过程中,相机服务会控制相机设备采集和输出数据,采集的图像数据在相机底层的设备硬件接口(HDI,Hardware Device Interfaces),直接通过BufferQueue…
/ohos5.0/docs/en/application-dev/napi/
H A Dhw-guide.md7 This section describes the OpenHarmony Application Binary Interfaces (ABIs). It defines the [ABI st…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-account_os_account.md3 ## cl.account_os_account.1 Deletion of App Account Authorization Interfaces
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.5/
H A Dchangelogs-cert.md3 ## cl.cert.1 Change of X509Crl Interfaces
/ohos5.0/drivers/interface/camera/v1_1/
H A DICameraHost.idl19 …* @brief Management class of the camera service that provides Hardware Driver Interfaces (HDIs) fo…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/
H A DICameraHost.idl19 …* @brief Management class of the camera service that provides Hardware Driver Interfaces (HDIs) fo…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_1/
H A DICameraHost.idl19 …* @brief Management class of the camera service that provides Hardware Driver Interfaces (HDIs) fo…

1234