/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_predicates.cpp | 31 auto self = GetSelf(predicates); in EqualTo() 46 auto self = GetSelf(predicates); in NotEqualTo() 60 auto self = GetSelf(predicates); in BeginWrap() 70 auto self = GetSelf(predicates); in EndWrap() 80 auto self = GetSelf(predicates); in Or() 90 auto self = GetSelf(predicates); in And() 100 auto self = GetSelf(predicates); in IsNull() 110 auto self = GetSelf(predicates); in IsNotNull() 120 auto self = GetSelf(predicates); in Like() 136 auto self = GetSelf(predicates); in Between() [all …]
|
H A D | relational_cursor.cpp | 32 auto self = GetSelf(cursor); in GetColumnCount() 41 auto self = GetSelf(cursor); in GetColumnType() 50 auto self = GetSelf(cursor); in GetColumnIndex() 59 auto self = GetSelf(cursor); in GetColumnName() 68 auto self = GetSelf(cursor); in GetRowCount() 77 auto self = GetSelf(cursor); in GoToNextRow() 86 auto self = GetSelf(cursor); in GetSize() 95 auto self = GetSelf(cursor); in GetText() 104 auto self = GetSelf(cursor); in GetInt64() 113 auto self = GetSelf(cursor); in GetReal() [all …]
|
H A D | relational_predicates_objects.cpp | 27 auto self = GetSelf(objects); in PutInt64() 41 auto self = GetSelf(objects); in PutDouble() 55 auto self = GetSelf(objects); in PutText() 67 auto self = GetSelf(objects); in PutTexts() 82 auto self = GetSelf(objects); in Destroy() 100 RelationalPredicatesObjects *RelationalPredicatesObjects::GetSelf(OH_VObject *valueObject) in GetSelf() function in OHOS::RdbNdk::RelationalPredicatesObjects
|
H A D | relational_values_bucket.cpp | 65 auto self = GetSelf(bucket); in Clear() 76 auto self = GetSelf(bucket); in Destroy() 103 RelationalValuesBucket *RelationalValuesBucket::GetSelf(OH_VBucket *bucket) in GetSelf() function in OHOS::RdbNdk::RelationalValuesBucket 114 auto self = GetSelf(bucket); in PutValueObject() 129 auto self = RelationalValuesBucket::GetSelf(bucket); in OH_VBucket_PutAsset() 140 auto self = RelationalValuesBucket::GetSelf(bucket); in OH_VBucket_PutAssets()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_object.h | 69 IObject::Ptr GetSelf() const; 93 virtual IObject::Ptr GetSelf() const = 0; 96 typename Interface::Ptr GetSelf() const in GetSelf() function 98 return interface_pointer_cast<Interface>(GetSelf()); in GetSelf() 111 inline IObject::Ptr IObject::GetSelf() const in GetSelf() function 114 return oi->GetSelf(); in GetSelf() 121 IObject::Ptr GetSelf(const T& object) in GetSelf() function 124 return o->GetSelf(); in GetSelf() 130 typename Intf::Ptr GetSelf(const T& object) in GetSelf() function 133 return o->template GetSelf<Intf>(); in GetSelf()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | object_flat_container.cpp | 28 auto self = GetSelf<IContainer>(); in META_BEGIN_NAMESPACE() 29 parent_ = GetSelf<IContainer>(); in META_BEGIN_NAMESPACE() 30 SetImplementingIContainer(GetSelf<IObject>().get(), this); in META_BEGIN_NAMESPACE()
|
H A D | object_container.cpp | 31 parent_ = GetSelf<IContainer>(); in META_BEGIN_NAMESPACE() 32 SetImplementingIContainer(GetSelf<IObject>().get(), this); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.cpp | 380 static_pointer_cast<NodeImpl>(GetSelf())), in CloneEcs() 559 if (auto attach = GetSelf<META_NS::IAttach>()) { in ShouldExport() 669 InitializeMesh(mesh, GetSelf<IEcsObject>()); in CompleteInitialization() 690 GetSelf(), node->Status())); in CompleteInitialization() 874 GetSelf()), in SetPath() 908 if (auto meta = GetSelf<META_NS::IMetadata>()) { in GetLifecycleInfo() 929 auto self = GetSelf<SCENE_NS::INode>(); in EnsureEcsBinding() 1096 nodes.push_back(GetSelf<META_NS::IContainable>()); in GetGlobalTransform() 1114 nodes.push_back(GetSelf<META_NS::IContainable>()); in SetGlobalTransform() 1428 GetSelf()), in GetMeshFromEngine() [all …]
|
H A D | multimesh_impl.cpp | 55 GetSelf()), 89 sceneHolder_, GetSelf()), in Initialize() 99 META_NS::MakeCallback<META_NS::IOnChanged>([weak = BASE_NS::weak_ptr(GetSelf())]() { in Build() 125 META_NS::MakeCallback<META_NS::IOnChanged>([weak = BASE_NS::weak_ptr(GetSelf())]() { in Build() 163 META_NS::MakeCallback<META_NS::IOnChanged>([weak = BASE_NS::weak_ptr(GetSelf())]() { in Build()
|
H A D | ecs_animation.cpp | 291 auto po = GetSelf<SCENE_NS::IEcsProxyObject>(); in SetEntity() 316 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in TryResolveAnimationRoot() 366 GetSelf<META_NS::IContainer>()->Add(interface_pointer_cast<IObject>(animation)); in AddAnimation() 378 return META_NS::GetAll<IAnimation>(GetSelf<META_NS::IContainer>()); in GetAnimations() 480 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in OnAnimationTracksChanged() 512 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in OnAnimationInputsChanged() 561 GetSelf<META_NS::IContainer>()->RemoveAll(); in GatherAnimationTracks() 815 GetSelf<META_NS::IContainer>()->Remove(interface_pointer_cast<IObject>(track)); in OnDestroyAnimationTrack() 931 GetSelf<META_NS::IContainer>()->Add(interface_pointer_cast<IObject>(track)); in CreateAnimationTrack() 969 auto container = GetSelf<META_NS::IContainer>(); in DestroyAllAnimationTracks() [all …]
|
H A D | mesh_impl.cpp | 116 … EcsObject()->GetEntity(), META_ACCESS_PROPERTY(SubMeshes), GetSelf<INodeEcsInterfacePrivate>()); in CompleteInitialization() 149 iscene->UpdateCachedReference(GetSelf<SCENE_NS::INode>()); in SetPath() 199 GetSelf()), in SetPath() 283 GetSelf(), node->Status(), index)); in SetMaterial() 361 GetSelf()), in GetMaterial() 420 GetSelf<INodeEcsInterfacePrivate>()), in UpdateMeshFromArrays() 456 GetSelf<INodeEcsInterfacePrivate>()), in CloneSubmesh()
|
H A D | submeshhandler.cpp | 52 GetSelf()), in Initialize() 61 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), in Destroy() 71 listener_->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), in SetCommonListener() 76 listener_->AddEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), in SetCommonListener() 161 priv->AddSubmeshBrigde(GetSelf<ISubMeshBridge>()); in DoComponentEvent()
|
H A D | ecs_object.cpp | 81 …commonListener->RemoveEntity(entity_, GetSelf<SCENE_NS::IEcsProxyObject>(), *componentManager->man… in SetCommonListener() 97 …commonListener->AddEntity(entity, GetSelf<SCENE_NS::IEcsProxyObject>(), *componentManager->manager… in BindObject() 106 entity, GetSelf<SCENE_NS::IEcsProxyObject>(), *componentManager->manager); in BindObject()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/ |
H A D | oh_preferences_value.cpp | 25 static OH_PreferencesValueImpl *GetSelf(const OH_PreferencesValue *value) in GetSelf() function 69 auto self = GetSelf(object); in OH_PreferencesValue_GetValueType() 86 auto self = GetSelf(object); in OH_PreferencesValue_GetInt() 103 auto self = GetSelf(object); in OH_PreferencesValue_GetBool() 120 auto self = GetSelf(object); in OH_PreferencesValue_GetString()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/model/ |
H A D | composite_object_provider.cpp | 26 ForEachShared(GetSelf(), [&](const IObject::Ptr& obj) { in ~CompositeObjectProvider() 45 ForEachShared(GetSelf(), [&](const IObject::Ptr& obj) { in Build() 83 IterateShared(GetSelf(), [&](const IObject::Ptr& obj) { in FindProvider() 111 IterateShared(GetSelf(), [&](const IObject::Ptr& obj) { in GetObjectCount() 123 bool ret = IterateShared(GetSelf(), [&](const IObject::Ptr& obj) { in CalculateIndex() 208 IterateShared(GetSelf(), [&](const IObject::Ptr& obj) { in CalculateIndexBase()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | meta_object.cpp | 48 auto me = GetSelf(); in Build() 80 internal->SetOwner(GetSelf()); in PropertyObjectContext() 95 internal->SetOwner(GetSelf()); in PropertyObjectContext() 145 pp->SetOwner(GetSelf()); in AddProperty()
|
H A D | base_object.h | 49 IObject::Ptr GetSelf() const override; in META_BEGIN_NAMESPACE() 57 typename Interface::Ptr GetSelf() const in META_BEGIN_NAMESPACE() 59 return interface_pointer_cast<Interface>(GetSelf()); in META_BEGIN_NAMESPACE()
|
H A D | proxy_object.cpp | 62 if (auto meta = GetSelf<IMetadata>()) { in Build() 87 auto f = GetSelf<IObjectFlags>(); in OnPropertyAdded() 107 auto f = GetSelf<IObjectFlags>(); in OnPropertyRemoved() 115 auto f = GetSelf<IObjectFlags>(); in OnPropertyChanged() 349 META_NS::SetObjectFlags(GetSelf(), ObjectFlagBits::SERIALIZE, serialise); in UpdateSerializeState()
|
H A D | object.cpp | 96 attachments_->Initialize(GetSelf<META_NS::IAttach>()); in ValidateAttachmentContainer() 138 if (const auto me = GetSelf<IContainer>()) { in FindAllContainers()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | content_object.h | 55 const auto req = interface_cast<IRequiredInterfaces>(GetSelf()); in META_BEGIN_NAMESPACE() 60 const auto req = interface_cast<IRequiredInterfaces>(GetSelf()); in META_BEGIN_NAMESPACE()
|
H A D | object.h | 123 IObject::Ptr GetSelf() const override in GetSelf() function 125 return object_ ? object_->GetSelf() : nullptr; in GetSelf() 128 typename Interface::Ptr GetSelf() const in GetSelf() function 130 return interface_pointer_cast<Interface>(GetSelf()); in GetSelf() 335 auto self = Super::GetSelf(); in AddProperty()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | property_animation.cpp | 46 auto me = GetSelf<IModifier>(); in OnPropertyChanged() 88 params.owner = GetSelf<IAnimation>(); in GetParams()
|
H A D | keyframe_animation.cpp | 27 params.owner = GetSelf<IAnimation>(); in GetParams() 107 auto me = GetSelf<IModifier>(); in OnPropertyChanged()
|
H A D | track_animation.cpp | 27 params.owner = GetSelf<IAnimation>(); in GetParams() 81 p.stack->AddModifier(GetSelf<IModifier>()); in OnAnimationStateChanged() 155 stack->RemoveModifier(GetSelf<IModifier>()); in RemoveModifier()
|
H A D | animation_controller.cpp | 101 SetValue(animation->Controller(), GetSelf<IAnimationController>()); in AddAnimation() 185 p->Controller()->SetValue(GetSelf<IAnimationController>()); in Finalize()
|