/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | static_object_metadata.h | 28 namespace Internal { in META_BEGIN_NAMESPACE() 43 Internal::PCtor* create {}; 45 Internal::PMemberInit* init {}; 48 namespace Internal { 61 Internal::ECtor* create {}; 63 Internal::EMemberInit* init {}; 66 namespace Internal { 78 Internal::FCtor* create {}; 79 Internal::FContext* context {};
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/ |
H A D | iteration.h | 25 using Internal::MakeIterationCallable; 28 using Internal::MakeIterationConstCallable; 42 return Internal::Iterate( 44 [f = BASE_NS::forward<Func>(func)](Internal::IterationArgType<Func>& arg) { 63 return Internal::ConstIterate( 65 [f = BASE_NS::forward<Func>(func)](const Internal::IterationArgType<Func>& arg) { 85 …return Internal::Iterate(c, BASE_NS::forward<Func>(func), IterateStrategy { traversal, LockType::U… 102 …return Internal::ConstIterate(c, BASE_NS::forward<Func>(func), IterateStrategy { traversal, LockTy… 118 return Internal::Iterate(c, BASE_NS::forward<Func>(func), is).value == IterationResult::STOP; in Iterate() 133 … return Internal::ConstIterate(c, BASE_NS::forward<Func>(func), is).value == IterationResult::STOP; in ConstIterate()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object_lib.cpp | 82 namespace Internal { namespace 123 Internal::RegisterAnys(*registry_); in Initialize() 124 Internal::RegisterEntities(*registry_); in Initialize() 125 Internal::RegisterValueSerializers(*registry_); in Initialize() 126 Internal::RegisterEngineTypes(*registry_); in Initialize() 131 Internal::UnRegisterEngineTypes(*registry_); in Uninitialize() 132 Internal::UnRegisterValueSerializers(*registry_); in Uninitialize() 133 Internal::UnRegisterEntities(*registry_); in Uninitialize() 134 Internal::UnRegisterAnys(*registry_); in Uninitialize()
|
H A D | register_entities.cpp | 20 namespace Internal { namespace 31 Internal::RegisterBuiltInObjects(registry); in RegisterEntities() 32 Internal::RegisterBuiltInAnimations(registry); in RegisterEntities() 37 Internal::UnRegisterBuiltInAnimations(registry); in UnRegisterEntities() 38 Internal::UnRegisterBuiltInObjects(registry); in UnRegisterEntities()
|
H A D | base_object.h | 36 namespace Internal { in META_BEGIN_NAMESPACE() 142 class BaseObjectFwd : public ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::BaseObject, … in META_BEGIN_NAMESPACE() 143 using Impl = META_NS::Internal::BaseObject; in META_BEGIN_NAMESPACE() 158 class BaseObject : public Internal::BaseObjectFwd<BaseObject, META_NS::ClassId::BaseObject> { 159 using Super = Internal::BaseObjectFwd<BaseObject, META_NS::ClassId::BaseObject>;
|
H A D | meta_object.h | 36 namespace Internal { in META_BEGIN_NAMESPACE() 105 class MetaObjectFwd : public ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::MetaObject, … in META_BEGIN_NAMESPACE() 106 …using Super = ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::MetaObject, Interfaces...>; in META_BEGIN_NAMESPACE() 129 class MetaObject : public Internal::MetaObjectFwd<MetaObject, ClassId::MetaObject> {};
|
H A D | object.h | 41 namespace Internal { in META_BEGIN_NAMESPACE() 69 class ObjectFwd : public ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::Object, Interfac… in META_BEGIN_NAMESPACE() 70 using Super = ConcreteBaseFwd<FinalClass, ClassInfo, META_NS::Internal::Object, Interfaces...>; in META_BEGIN_NAMESPACE()
|
H A D | polling_task_queue.cpp | 32 …: public Internal::MetaObjectFwd<PollingTaskQueue, ClassId::PollingTaskQueue, IPollingTaskQueue, T… 35 …Internal::MetaObjectFwd<PollingTaskQueue, ClassId::PollingTaskQueue, IPollingTaskQueue, TaskQueueI… 97 namespace Internal { namespace
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | postprocess.h | 25 class Bloom final : public META_NS::Internal::ObjectInterfaceAPI<Bloom, ClassId::Bloom> { in SCENE_BEGIN_NAMESPACE() 43 class Blur final : public META_NS::Internal::ObjectInterfaceAPI<Blur, ClassId::Blur> { 68 class ColorFringe final : public META_NS::Internal::ObjectInterfaceAPI<ColorFringe, ClassId::ColorF… 80 class DepthOfField final : public META_NS::Internal::ObjectInterfaceAPI<DepthOfField, ClassId::Dept… 98 class Dither final : public META_NS::Internal::ObjectInterfaceAPI<Dither, ClassId::Dither> { 110 class Fxaa final : public META_NS::Internal::ObjectInterfaceAPI<Fxaa, ClassId::Fxaa> { 122 class MotionBlur final : public META_NS::Internal::ObjectInterfaceAPI<MotionBlur, ClassId::MotionBl… 136 class Taa final : public META_NS::Internal::ObjectInterfaceAPI<Taa, ClassId::Taa> { 148 class Tonemap final : public META_NS::Internal::ObjectInterfaceAPI<Tonemap, ClassId::Tonemap> { 160 class Vignette final : public META_NS::Internal::ObjectInterfaceAPI<Vignette, ClassId::Vignette> { [all …]
|
H A D | material.h | 28 class TextureInfo final : public META_NS::Internal::ObjectInterfaceAPI<TextureInfo, ClassId::Textur… in SCENE_BEGIN_NAMESPACE() 38 …: public META_NS::Internal::ObjectInterfaceAPI<CustomPropertiesHolder, ClassId::CustomPropertiesHo… 46 class Shader final : public META_NS::Internal::ObjectInterfaceAPI<Shader, ClassId::Shader> { 56 class GraphicsState final : public META_NS::Internal::ObjectInterfaceAPI<GraphicsState, ClassId::Gr… 68 class Material final : public META_NS::Internal::ObjectInterfaceAPI<Material, ClassId::Material> {
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | deviceconfig-structure.md | 6 ## Internal Structure of the deviceConfig Tag 8 **Table 1** Internal structure of the deviceConfig tag 19 For details about the attributes of the **deviceConfig** tag, see [Internal Structure of the device… 21 ## Internal Structure of the deviceConfig Attributes 23 **Table 2** Internal structure of the deviceConfig attributes 33 ## Internal Structure of the network Attribute 35 **Table 3** Internal structure of the network attribute 42 ## Internal Structure of the securityConfig Attribute 44 **Table 4** Internal structure of the securityConfig attribute 50 ## Internal Structure of the domainSettings Attribute [all …]
|
H A D | module-structure.md | 6 **Table 1** Internal structure of the module tag 94 ## Internal Structure of the distro Attribute 117 ## Internal Structure of the metadata Attribute 137 ## Internal Structure of the results Attribute 364 ## Internal Structure of the skills Attribute 374 ## Internal Structure of the uris Attribute 432 ## Internal Structure of the js Attribute 444 ## Internal Structure of the window Attribute 453 ## Internal Structure of the mode Attribute 497 ## Internal Structure of the intents Attribute [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | metadata_helpers.h | 121 …META_NS::ObjectFlagBitsValue flags, META_NS::Internal::PCtor* ctor, META_NS::Internal::PMemberInit… 131 …META_NS::Internal::ECtor* ctor, META_NS::Internal::EMemberInit* init) … 139 …META_NS::Internal::FCtor* ctor, META_NS::Internal::FContext* context) …
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-notificationManager.md | 170 | 1600001 | Internal error. | 219 | 1600001 | Internal error. | 258 | 1600001 | Internal error. | 300 | 1600001 | Internal error. | 341 | 1600001 | Internal error. | 379 | 1600001 | Internal error. | 427 | 1600001 | Internal error. | 466 | 1600001 | Internal error. | 514 | 1600001 | Internal error. | 553 | 1600001 | Internal error. | [all …]
|
H A D | js-apis-notificationManager-sys.md | 193 | 1600001 | Internal error. | 251 | 1600001 | Internal error. | 300 | 1600001 | Internal error. | 362 | 1600001 | Internal error. | 520 | 1600001 | Internal error. | 674 | 1600001 | Internal error. | 1430 | 1600001 | Internal error. | 1477 | 1600001 | Internal error. | 1746 | 1600001 | Internal error. | 1807 | 1600001 | Internal error. | [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/ |
H A D | animation.h | 28 …: public Internal::StaggeredAnimationInterfaceAPI<SequentialAnimation, META_NS::ClassId::Sequentia… in META_BEGIN_NAMESPACE() 36 …: public Internal::StaggeredAnimationInterfaceAPI<ParallelAnimation, META_NS::ClassId::ParallelAni… 44 …: public Internal::PropertyAnimationInterfaceAPI<PropertyAnimation, META_NS::ClassId::PropertyAnim… 53 class KeyframeAnimation final : public Internal::StartablePropertyAnimationInterfaceAPI<KeyframeAni… 99 …: public Internal::StartablePropertyAnimationInterfaceAPI<TrackAnimation<Type>, META_NS::ClassId::…
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | parallel_animation.h | 24 namespace Internal { in META_BEGIN_NAMESPACE() 49 Internal::ParallelAnimationState& GetState() noexcept override in META_BEGIN_NAMESPACE() 53 Internal::ParallelAnimationState state_; in META_BEGIN_NAMESPACE()
|
H A D | sequential_animation.h | 24 namespace Internal { in META_BEGIN_NAMESPACE() 50 Internal::SequentialAnimationState& GetState() noexcept override in META_BEGIN_NAMESPACE() 54 Internal::SequentialAnimationState state_; in META_BEGIN_NAMESPACE()
|
H A D | animation.h | 30 namespace Internal { in META_BEGIN_NAMESPACE() 36 class BaseAnimationFwd : public Internal::ObjectFwd<FinalClass, ClassInfo, BaseAnimationInterface, … in META_BEGIN_NAMESPACE() 40 …using Super = Internal::ObjectFwd<FinalClass, ClassInfo, BaseAnimationInterface, INotifyOnChange, … in META_BEGIN_NAMESPACE() 157 virtual Internal::AnimationState& GetState() noexcept = 0; in META_BEGIN_NAMESPACE() 235 Internal::StaggeredAnimationState& GetState() noexcept override = 0; in META_BEGIN_NAMESPACE() 388 Internal::PropertyAnimationState& GetState() noexcept override = 0; in META_BEGIN_NAMESPACE() 446 Internal::PropertyAnimationState& GetState() noexcept override in META_BEGIN_NAMESPACE() 452 Internal::PropertyAnimationState state_; in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | ser_nodes.h | 34 class NilNode : public Internal::BaseObjectFwd<NilNode, ClassId::NilNode, INilNode> { in META_BEGIN_NAMESPACE() 43 class MapNode : public Internal::BaseObjectFwd<MapNode, ClassId::MapNode, IMapNode> { in META_BEGIN_NAMESPACE() 77 class ArrayNode : public Internal::BaseObjectFwd<ArrayNode, ClassId::ArrayNode, IArrayNode> { in META_BEGIN_NAMESPACE() 101 class ObjectNode : public Internal::BaseObjectFwd<ObjectNode, ClassId::ObjectNode, IObjectNode> { in META_BEGIN_NAMESPACE() 165 class RootNode : public Internal::BaseObjectFwd<RootNode, ClassId::RootNode, IRootNode> { in META_BEGIN_NAMESPACE() 191 …: public Internal::BaseObjectFwd<BuiltinValueNode<Type, ClassInfo>, ClassInfo, IBuiltinValueNode<T… in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | bind.h | 24 namespace Internal { in META_BEGIN_NAMESPACE() 26 class Bind : public Internal::BaseObjectFwd<Bind, META_NS::ClassId::Bind, IValue, IBind, INotifyOnC… in META_BEGIN_NAMESPACE() 28 …using Super = Internal::BaseObjectFwd<Bind, META_NS::ClassId::Bind, IValue, IBind, INotifyOnChange… in META_BEGIN_NAMESPACE()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-abilityManager-sys.md | 58 | 16000050 | Internal error. | 123 | 16000050 | Internal error. | 179 | 16000050 | Internal error. | 229 | 16000050 | Internal error. | 286 | 16000050 | Internal error. | 333 | 16000050 | Internal error. | 373 | 16000050 | Internal error. | 413 | 16000050 | Internal error. | 466 | 16000050 | Internal error. | 516 | 16000050 | Internal error. | [all …]
|
H A D | js-apis-app-ability-appManager.md | 54 | 16000050 | Internal error. | 93 | 16000050 | Internal error. | 131 | 16000050 | Internal error. | 169 | 16000050 | Internal error. | 207 | 16000050 | Internal error. | 245 | 16000050 | Internal error. | 287 | 16000050 | Internal error. | 329 | 16000050 | Internal error. | 376 | 16000050 | Internal error. | 450 | 16000050 | Internal error. | [all …]
|
H A D | js-apis-app-ability-appManager-sys.md | 107 | 16000050 | Internal error. | 154 | 16000050 | Internal error. | 201 | 16000050 | Internal error. | 253 | 16000050 | Internal error. | 305 | 16000050 | Internal error. | 395 | 16000050 | Internal error. | 459 | 16000050 | Internal error. | 517 | 16000050 | Internal error. | 568 | 16000050 | Internal error. | 621 | 16000050 | Internal error. | [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-uiappearance-sys.md | 57 | 500001 | Internal error. | 109 | 500001 | Internal error. | 153 | 500001 | Internal error. | 203 | 500001 | Internal error. | 253 | 500001 | Internal error. | 302 | 500001 | Internal error. | 352 | 500001 | Internal error. |
|