Home
last modified time | relevance | path

Searched refs:GetSelf (Results 1 - 25 of 55) sorted by relevance

123

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.cpp31 auto self = GetSelf(predicates); in EqualTo()
32 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); in EqualTo()
46 auto self = GetSelf(predicates); in NotEqualTo()
47 auto selfObjects = RelationalPredicatesObjects::GetSelf(valueObject); 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(predicate in IsNotNull()
374 RelationalPredicate* RelationalPredicate::GetSelf(OH_Predicates *predicates) GetSelf() function in OHOS::RdbNdk::RelationalPredicate
[all...]
H A Drelational_predicates_objects.cpp27 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 Drelational_cursor.cpp32 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(curso in GetReal()
203 RelationalCursor *RelationalCursor::GetSelf(OH_Cursor *cursor) GetSelf() function in OHOS::RdbNdk::RelationalCursor
[all...]
H A Drelational_values_bucket.cpp65 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()
H A Drelational_predicates_objects.h31 static RelationalPredicatesObjects *GetSelf(OH_VObject *objects);
H A Drelational_values_bucket.h27 static RelationalValuesBucket *GetSelf(OH_VBucket *bucket);
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object.h69 IObject::Ptr GetSelf() const;
93 virtual IObject::Ptr GetSelf() const = 0;
96 typename Interface::Ptr GetSelf() const in GetSelf() function in IObjectInstance
98 return interface_pointer_cast<Interface>(GetSelf()); in GetSelf()
111 inline IObject::Ptr IObject::GetSelf() const in GetSelf() function in IObject
114 return oi->GetSelf(); in GetSelf()
116 CORE_LOG_E("Called GetSelf for non-IObjectInstance"); in GetSelf()
121 IObject::Ptr GetSelf(const T& object) in GetSelf() function
124 return o->GetSelf(); in GetSelf()
130 typename Intf::Ptr GetSelf(cons function
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dobject_flat_container.cpp28 auto self = GetSelf<IContainer>(); in Build()
29 parent_ = GetSelf<IContainer>(); in Build()
30 SetImplementingIContainer(GetSelf<IObject>().get(), this); in Build()
H A Dobject_container.cpp31 parent_ = GetSelf<IContainer>(); in Build()
32 SetImplementingIContainer(GetSelf<IObject>().get(), this); in Build()
/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp25 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()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp380 static_pointer_cast<NodeImpl>(GetSelf())), in CloneEcs()
461 static_pointer_cast<NodeImpl>(GetSelf())), in SetIndex()
487 static_pointer_cast<NodeImpl>(GetSelf())), in RenameEntity()
496 scene->SetCacheEnabled(GetSelf<SCENE_NS::INode>(), isActive); in RecursivelyEnableCache()
499 if (auto container = GetSelf<META_NS::IContainer>()) { in RecursivelyEnableCache()
512 scene->UpdateCachedNodePath(GetSelf<SCENE_NS::INode>()); in UpdateChildrenPath()
515 if (auto container = GetSelf<META_NS::IContainer>()) { in UpdateChildrenPath()
532 auto priv = interface_cast<INodeEcsInterfacePrivate>(GetSelf()); in ShouldExport()
554 if (HasChangedProperties(*GetSelf<META_NS::IMetadata>())) { in ShouldExport()
559 if (auto attach = GetSelf<META_N in ShouldExport()
[all...]
H A Dmultimesh_impl.cpp55 GetSelf()),
89 sceneHolder_, GetSelf()),
99 META_NS::MakeCallback<META_NS::IOnChanged>([weak = BASE_NS::weak_ptr(GetSelf())]() {
125 META_NS::MakeCallback<META_NS::IOnChanged>([weak = BASE_NS::weak_ptr(GetSelf())]() {
163 META_NS::MakeCallback<META_NS::IOnChanged>([weak = BASE_NS::weak_ptr(GetSelf())]() {
188 OnChangedType>([weak = BASE_NS::weak_ptr(GetSelf())](
223 [weak = BASE_NS::weak_ptr(GetSelf())](META::ArrayChangeNotification::ConstPtr ptr) {
H A Decs_animation.cpp230 GetSelf<META_NS::IRequiredInterfaces>()->SetRequiredInterfaces({ IEcsTrackAnimation::UID }); in Build()
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()
372 GetSelf<META_NS::IContainer>()->Remove(interface_pointer_cast<IObject>(animation)); in RemoveAnimation()
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()
532 auto tracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_NS::IContainer>()); in IsAnimationTrackArrayModified()
558 auto oldTracks = META_NS::GetAll<IEcsTrackAnimation>(GetSelf<META_N in GatherAnimationTracks()
[all...]
H A Dmesh_impl.cpp116 EcsObject()->GetEntity(), META_ACCESS_PROPERTY(SubMeshes), GetSelf<INodeEcsInterfacePrivate>());
149 iscene->UpdateCachedReference(GetSelf<SCENE_NS::INode>());
199 GetSelf()),
283 GetSelf(), node->Status(), index));
361 GetSelf()),
420 GetSelf<INodeEcsInterfacePrivate>()), in UpdateMeshFromArrays()
456 GetSelf<INodeEcsInterfacePrivate>()),
/foundation/graphic/graphic_3d/lume/metaobject/src/model/
H A Dcomposite_object_provider.cpp26 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()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object.cpp48 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 Dbase_object.h49 IObject::Ptr GetSelf() const override;
57 typename Interface::Ptr GetSelf() const in GetSelf() function in Internal::BaseObject
59 return interface_pointer_cast<Interface>(GetSelf()); in GetSelf()
H A Dproxy_object.cpp62 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()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dcontent_object.h55 const auto req = interface_cast<IRequiredInterfaces>(GetSelf());
60 const auto req = interface_cast<IRequiredInterfaces>(GetSelf());
H A Dobject.h123 IObject::Ptr GetSelf() const override
125 return object_ ? object_->GetSelf() : nullptr;
128 typename Interface::Ptr GetSelf() const in GetSelf() function in BaseObjectFwd
130 return interface_pointer_cast<Interface>(GetSelf()); in GetSelf()
335 auto self = Super::GetSelf();
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dproperty_animation.cpp46 auto me = GetSelf<IModifier>(); in OnPropertyChanged()
88 params.owner = GetSelf<IAnimation>(); in GetParams()
H A Dkeyframe_animation.cpp27 params.owner = GetSelf<IAnimation>(); in GetParams()
107 auto me = GetSelf<IModifier>(); in OnPropertyChanged()
H A Dtrack_animation.cpp27 params.owner = GetSelf<IAnimation>(); in GetParams()
81 p.stack->AddModifier(GetSelf<IModifier>()); in OnAnimationStateChanged()
155 stack->RemoveModifier(GetSelf<IModifier>()); in RemoveModifier()
H A Dparallel_animation.cpp27 params.owner = GetSelf<IAnimation>(); in GetParams()
H A Dsequential_animation.cpp27 params.owner = GetSelf<IAnimation>(); in GetParams()

Completed in 12 milliseconds

123