/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | proxy_object.cpp | 32 for (auto&& p : Super::GetAllProperties()) { in ~ProxyObject() 40 bool ret = Super::Build(data); in Build() 51 for (auto&& p : Super::GetAllProperties()) { in Build() 151 Super::RemoveProperty(p.second.GetProperty()); in RefreshProperties() 157 Super::RemoveProperty(p.second.GetProperty()); in RefreshProperties() 190 for (auto&& p : Super::GetAllProperties()) { in ReflectHierarchy() 299 auto p = Super::GetPropertyByName(name); in GetPropertyByName() 313 Super::RemoveProperty(p); in RemoveProperty() 320 return Super::GetAllProperties(); in GetAllProperties() 326 return Super::GetAllProperties(); in GetAllProperties() [all …]
|
H A D | content_object.cpp | 33 …using Super = Internal::ObjectFwd<ContentObject, ClassId::ContentObject, IContent, IRequiredInterf… typedef in ContentObject 48 bool ret = Super::Build(data); in Build() 62 Super::Destroy(); in Destroy() 91 Super::SetObjectFlags(flags); in SetObjectFlags() 97 auto flags = Super::GetObjectDefaultFlags(); in GetObjectDefaultFlags()
|
H A D | meta_object.h | 40 using Super = BaseObjectFwd; in META_BEGIN_NAMESPACE() local 45 return Super::GetInterfacesVector(); in META_BEGIN_NAMESPACE() 106 …using Super = ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::MetaObject, Interfaces...>; in META_BEGIN_NAMESPACE() local 116 Super::SetMetadata(meta); in META_BEGIN_NAMESPACE()
|
H A D | object.h | 44 using Super = MetaObjectFwd; in META_BEGIN_NAMESPACE() local 70 using Super = ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::Object, Interfaces...>; in META_BEGIN_NAMESPACE() local 80 Super::SetMetadata(meta); in META_BEGIN_NAMESPACE()
|
H A D | container_observer.h | 52 …using Super = Internal::MetaObjectFwd<ContainerObserver, ClassId::ContainerObserver, IContainerObs… variable 53 using Super::Super;
|
H A D | meta_object.cpp | 38 return Super::Resolve(uri); in Resolve() 44 bool ret = Super::Build(data); in Build() 67 Super::Destroy(); in Destroy() 116 return Super::GetObjectRegistry(); in GetObjectRegistry()
|
H A D | base_object.h | 159 using Super = Internal::BaseObjectFwd<BaseObject, META_NS::ClassId::BaseObject>; variable 162 using Super::Super;
|
H A D | polling_task_queue.cpp | 34 using Super = typedef in PollingTaskQueue 40 bool ret = Super::Build(data); in Build()
|
H A D | threaded_task_queue.cpp | 35 using Super = typedef in ThreadedTaskQueue 49 bool ret = Super::Build(data); in Build()
|
H A D | object.cpp | 38 return Super::Build(data); in Build() 47 Super::Destroy(); in Destroy()
|
H A D | future.h | 72 using Super = MinimalObject<META_NS::ClassId::Promise, IPromise>; variable 94 return Super::GetInterfacesVector(); in GetStaticInterfaces()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | object.h | 65 return Super::GetInterface(uid); in GetInterface() 69 return Super::GetInterface(uid); in GetInterface() 74 return static_cast<Type*>(Super::StaticGetInterface(Type::UID)); in GetInterface() 139 return Super::GetInterfacesVector(); in GetStaticInterfaces() 290 META_FORWARD_READONLY_PROPERTY(Type, Name, Super::template GetBaseAs<Interface>()->Name()) 297 META_FORWARD_PROPERTY(Type, Name, Super::template GetBaseAs<Interface>()->Name()) 303 #define META_EXT_CALL_BASE(Interface, Function) Super::template GetBaseAs<Interface>()->Function 314 using Super = BaseObjectFwd<FinalClass, ClassInfo, SuperClassInfo, IMetadata, IMetadataInternal, variable 335 auto self = Super::GetSelf(); in AddProperty() 470 if (auto context = Super::ObjectContext()->GetValue()) { in GetObjectRegistry() [all …]
|
H A D | content_object.h | 37 …using Super = ObjectFwd<FinalClass, ClassInfo, ClassId::ContentObject, IContent, IRequiredInterfac… in META_BEGIN_NAMESPACE() local 47 Super::SetSuperInstance(aggr, super); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation.h | 40 …using Super = Internal::ObjectFwd<FinalClass, ClassInfo, BaseAnimationInterface, INotifyOnChange, … in META_BEGIN_NAMESPACE() local 56 if (Super::Build(data)) { in META_BEGIN_NAMESPACE() 57 META_ACCESS_PROPERTY(Name)->SetDefaultValue(Super::GetName()); in META_BEGIN_NAMESPACE() 65 Super::Destroy(); in META_BEGIN_NAMESPACE() 167 using Super::GetState; in META_BEGIN_NAMESPACE() 204 …using Super = BaseStartableAnimationFwd<FinalClass, ClassInfo, BaseAnimationInterface, IContainer,… in META_BEGIN_NAMESPACE() local 348 …using Super = BaseAnimationFwd<FinalClass, ClassInfo, BaseAnimationInterface, IPropertyAnimation, … in META_BEGIN_NAMESPACE() local 358 if (Super::Build(data)) { in META_BEGIN_NAMESPACE() 396 SetValue(Super::META_ACCESS_PROPERTY(Valid), p); in META_BEGIN_NAMESPACE() 415 SetValue(Super::META_ACCESS_PROPERTY(Valid), p); in META_BEGIN_NAMESPACE() [all …]
|
H A D | staggered_animation_state.h | 37 using Super = AnimationState; in META_BEGIN_NAMESPACE() local 114 using Super = StaggeredAnimationState; in META_BEGIN_NAMESPACE() local 129 using Super = StaggeredAnimationState; in META_BEGIN_NAMESPACE() local
|
H A D | staggered_animation_state.cpp | 23 if (Super::Initialize(BASE_NS::move(params))) { in Initialize() 58 Super::Uninitialize(); in Uninitialize() 64 Super::UpdateTotalDuration(); in UpdateTotalDuration() 232 Super::ChildrenChanged(); in ChildrenChanged() 285 Super::ChildrenChanged(); in ChildrenChanged()
|
H A D | property_animation.cpp | 27 return Super::Build(meta); in Build() 32 Super::Step(clock); in Step()
|
/ohos5.0/docs/en/readme/ |
H A D | distributed-hardware.md | 7 Super Device allows multiple devices to collaborate with each other to provide optimal user experie… 9 The distributed hardware subsystem shares peripheral capabilities between devices in a Super Device… 11 …tion component to implement hardware resource pooling of all devices in a Super Device. Each devic… 31 …anagement. The discovered and authenticated devices can form a Super Device. In the Super Device, … 39 Distributed camera implements collaboration of cameras of multiple devices that form a Super Device… 43 …tem projection, screen mirroring, and screen splitting across the devices that form a Super Device.
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | resource_container.cpp | 28 …using Super = META_NS::AttachmentFwd<ResourceContainer, ClassId::ResourceContainer, IResourceConta… typedef in __anond62f24d90110::ResourceContainer 29 using Super::Super;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | bit_field.h | 253 using Super = EnumBitField<EnumType, typename TopEnumBitField::BaseValueType, Offset, Count>; variable 259 using Super::Super; 260 constexpr SubEnumBitField(Super s) : Super(s) {} in SubEnumBitField() 261 constexpr SubEnumBitField(TopEnumBitField e) : Super(e.GetValue()) {} in SubEnumBitField()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | property.h | 82 using Super = IntroduceInterfaces<PropertyBase, IPropertyInternalAny>; in META_BEGIN_NAMESPACE() local 85 using Super::Super; in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | object_container.cpp | 29 bool ret = Super::Build(data); in META_BEGIN_NAMESPACE() 40 Super::Destroy(); in Destroy()
|
H A D | object_flat_container.cpp | 26 bool ret = Super::Build(data); in META_BEGIN_NAMESPACE() 38 Super::Destroy(); in Destroy()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 258 using Super = PropertyBaseType<Type>; variable 259 using Super::p_; 263 using PropertyType = typename Super::PropertyType; 265 explicit PropertyInterface(PropertyType p) : Super(p) {} in PropertyInterface()
|
H A D | any.h | 182 using Super = BaseTypedAny<Type>; variable 330 using Super = BaseTypedArrayAny<Type>; variable 331 using ArrayType = typename Super::ArrayType; 332 using ItemType = typename Super::ItemType; 333 using Super::ITEM_TYPE_ID; 430 return data && ITEM_SIZE == size && uid == Super::ITEM_TYPE_ID; in IsValidItemArgs()
|