| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/ |
| D | local_storage.ts | 143 let p: ObservedPropertyAbstract<T> | undefined = this.storage_.get(propName); variable 165 var p: ObservedPropertyAbstract<T> | undefined = this.storage_.get(propName); variable 196 let p: ObservedPropertyAbstract<T> = this.storage_.get(propName); variable 276 var p: ObservedPropertyAbstract<T> | undefined = this.storage_.get(propName); variable 309 var p: ObservedPropertyAbstract<T> | undefined = this.storage_.get(propName); variable 334 var p: ObservedPropertyAbstract<T> | undefined = this.storage_.get(propName); variable 366 let p: ObservedPropertyAbstract<T> | undefined = this.storage_.get(propName); variable 397 let p: ObservedPropertyAbstract<any> | undefined = this.storage_.get(propName); variable 428 var p: ObservedPropertyAbstract<any> = this.storage_.get(propName); variable 438 var p: ObservedPropertyAbstract<any> = this.storage_.get(propName); variable [all …]
|
| /foundation/graphic/graphic_2d/rosen/test/dtk/function/font/ |
| D | dtk_font_textblob_makefrompostext.cpp | 37 size_t length, Drawing::Point p[], Drawing::TextEncoding encoding) in MakeTextBlob() 73 Drawing::Point p[cont]; variable 92 Drawing::Point p[cont]; variable 111 Drawing::Point p[cont]; variable 130 Drawing::Point p[cont]; variable 149 Drawing::Point p[cont]; variable 168 Drawing::Point p[cont]; variable 187 Drawing::Point p[cont]; variable 206 Drawing::Point p[cont]; variable 225 Drawing::Point p[cont]; variable [all …]
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/test/src/interface/property/ |
| D | PropertyTest.cpp | 69 auto p = ConstructProperty<int>("test"); variable 84 auto p = ConstructProperty<int>("test"); variable 104 auto p = ConstructProperty<int>("test"); variable 121 auto p = ConstructProperty<int>("test"); variable 167 auto p = ConstructProperty<int>("test"); variable 190 auto p = ConstructProperty<int>("test"); variable 214 auto p = ConstructProperty<int>("test"); variable 235 auto p = ConstructProperty<int>("test"); variable 257 auto p = ConstructProperty<int>("test"); variable 282 auto p = ConstructProperty<int>("test"); variable [all …]
|
| D | ArrayPropertyTest.cpp | 57 auto p = ConstructArrayProperty<int>("test"); variable 89 auto p = ConstructArrayProperty<int>("test"); variable 113 auto p = ConstructProperty<int>("p"); variable 143 auto p = ConstructArrayProperty<int>("p").GetProperty(); variable 160 auto p = ConstructProperty<int>("p").GetProperty(); variable 185 auto p = ConstructArrayProperty<int>("p", { 1, 2, 3, 4, 5 }); variable 209 … auto p = ConstructArrayProperty<SharedPtrIInterface>("p", { a.GetPtr(), b.GetPtr(), c.GetPtr() }); variable 230 … auto p = ConstructArrayProperty<SharedPtrIInterface>("p", { a.GetPtr(), b.GetPtr(), c.GetPtr() }); variable
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/ |
| D | array_util.h | 33 IArrayAny::IndexType index, const IProperty::ConstPtr& p) in GetConstPointerAt() 41 …SE_NS::shared_ptr<Interface> GetPointerAt(IArrayAny::IndexType index, const IProperty::ConstPtr& p) in GetPointerAt() 48 …::shared_ptr<Interface> GetConstPointerAt(IArrayAny::IndexType index, const IProperty::ConstPtr& p) in GetConstPointerAt() 55 …IArrayAny::IndexType index, const IProperty::Ptr& p, const BASE_NS::shared_ptr<CORE_NS::IInterface… in SetPointerAt() 69 …IArrayAny::IndexType index, const IProperty::Ptr& p, const BASE_NS::shared_ptr<const CORE_NS::IInt… in SetPointerAt() 83 inline bool SetPointerAt(IArrayAny::IndexType index, const IProperty::Ptr& p, const BASE_NS::shared… in SetPointerAt() 89 inline bool IsArrayProperty(const IProperty::ConstPtr& p) in IsArrayProperty() 95 inline bool IsArrayProperty(const IProperty& p) in IsArrayProperty() 118 inline bool IsGetPointerArray(const IProperty::ConstPtr& p) in IsGetPointerArray() 124 inline bool IsSetPointerArray(const IProperty::ConstPtr& p) in IsSetPointerArray()
|
| D | util.h | 73 inline BASE_NS::shared_ptr<CORE_NS::IInterface> GetPointer(const IProperty::ConstPtr& p) in GetPointer() 80 inline BASE_NS::shared_ptr<const CORE_NS::IInterface> GetConstPointer(const IProperty::ConstPtr& p) in GetConstPointer() 88 inline BASE_NS::shared_ptr<Interface> GetPointer(const IProperty::ConstPtr& p) in GetPointer() 95 inline BASE_NS::shared_ptr<const Interface> GetConstPointer(const IProperty::ConstPtr& p) in GetConstPointer() 101 inline IAny::ConstPtr GetInternalAny(const IProperty::ConstPtr& p) in GetInternalAny() 108 inline IAny::ConstPtr GetInternalAny(const IProperty& p) in GetInternalAny() 115 inline bool SetPointer(IAny& any, const BASE_NS::shared_ptr<CORE_NS::IInterface>& p) in SetPointer() 121 inline bool SetPointer(IAny& any, const BASE_NS::shared_ptr<const CORE_NS::IInterface>& p) in SetPointer() 127 inline bool SetPointer(const IProperty::Ptr& p, const BASE_NS::shared_ptr<CORE_NS::IInterface>& ptr) in SetPointer() 142 inline bool SetPointer(const IProperty::Ptr& p, const BASE_NS::shared_ptr<const CORE_NS::IInterface… in SetPointer() [all …]
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| D | ndk_test.cpp | 40 const NativePixelMap *p = nullptr; variable 56 const NativePixelMap *p = nullptr; variable 72 const NativePixelMap *p = nullptr; variable 88 const NativePixelMap *p = nullptr; variable 104 const NativePixelMap *p = nullptr; variable 120 const NativePixelMap *p = nullptr; variable 136 const NativePixelMap *p = nullptr; variable 152 const NativePixelMap *p = nullptr; variable 169 const NativePixelMap *p = nullptr; variable 187 const NativePixelMap *p = nullptr; variable [all …]
|
| /foundation/ai/ai_engine/services/common/utils/ |
| D | inf_cast_impl.h | 33 C *p = nullptr; in Create() local 47 C *p = nullptr; in Create() local 62 C *p = nullptr; in Create() local 78 C *p = nullptr; in Create() local 95 C *p = nullptr; in Create() local 116 static C& Ref(I* p) in Ref() 121 static const C& Ref(const I* p) in Ref()
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| D | shared_ptr.h | 50 weak_ptr(const shared_ptr<T>& p) : Internals::PtrCountedBase<T>(p) in weak_ptr() 56 weak_ptr(const weak_ptr& p) noexcept : Internals::PtrCountedBase<T>(p) in weak_ptr() 62 weak_ptr(weak_ptr&& p) noexcept : Internals::PtrCountedBase<T>(p) in weak_ptr() function 121 weak_ptr(const shared_ptr<U>& p) in weak_ptr() 127 weak_ptr(const weak_ptr<U>& p) : weak_ptr(shared_ptr<T>(p.lock())) in weak_ptr() 132 weak_ptr(weak_ptr<U>&& p) noexcept : weak_ptr(shared_ptr<T>(p.lock())) in weak_ptr() function 177 shared_ptr(const shared_ptr& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr() 183 shared_ptr(shared_ptr&& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr() function 202 explicit shared_ptr(const weak_type& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr() 221 shared_ptr(shared_ptr<U>&& p) noexcept : Internals::PtrCountedBase<T>(p.control_) in shared_ptr() function [all …]
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/test/src/base/ |
| D | CaptureBindTest.cpp | 51 auto f = CaptureSafe([](auto p) { *p = 1; }, sp); in __anon924427be0102() 60 auto f = CaptureSafe([](auto p) { *p = 1; }, sp); in __anon924427be0202() 73 auto f = CaptureSafe([](auto p) { *p = 1; }, wp); in __anon924427be0302() 83 auto f = CaptureSafe([](auto p) { *p = 1; }, wp); in __anon924427be0402() 96 auto f = CaptureSafe([](auto p) { *p = 1; }, p); in __anon924427be0502() 108 auto f = CaptureSafe([](auto p) { *p = 1; }, BASE_NS::weak_ptr(sp)); in __anon924427be0602() 118 auto f = CaptureSafe([](auto p) { *p = 1; }, wp); in __anon924427be0702() 135 auto f = Capture([](auto p, int v) { *p = v; }, p); in __anon924427be0902() 157 auto f = Capture([](auto p) { return (bool)p; }, p); in __anon924427be0d02() 166 func = Capture([](auto p) { return (bool)p; }, p); in __anon924427be0e02() [all …]
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| D | rs_processor_factory_test.cpp | 49 auto p = f.CreateProcessor(CompositeType::HARDWARE_COMPOSITE); variable 61 auto p = RSProcessorFactory::CreateProcessor(CompositeType::HARDWARE_COMPOSITE); variable 73 auto p = RSProcessorFactory::CreateProcessor(CompositeType::HARDWARE_COMPOSITE); variable 85 auto p = RSProcessorFactory::CreateProcessor(CompositeType::HARDWARE_COMPOSITE); variable
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/api/property/ |
| D | array_element_bind.h | 49 if (auto p = p_.lock()) { in META_BEGIN_NAMESPACE() local 59 if (auto p = p_.lock()) { in META_BEGIN_NAMESPACE() local 73 if (auto p = p_.lock()) { in META_BEGIN_NAMESPACE() local 93 inline void AddArrayElementBind(const IProperty::Ptr& p, const IProperty::Ptr& arr, size_t index) in AddArrayElementBind()
|
| D | property_info.h | 52 ConstPropertyEnumInfo(const IProperty::Ptr& p) in ConstPropertyEnumInfo() 75 EnumInfoAccess(IProperty* p, IAny* any) : p_(p), any_(any), lock_(p) {} in EnumInfoAccess() 96 PropertyEnumInfo(const IProperty::Ptr& p) : p_(p) in PropertyEnumInfo()
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/src/ |
| D | object_data_container.cpp | 23 bool ObjectDataContainer::AddFunction(const IFunction::Ptr& p) in AddFunction() 27 bool ObjectDataContainer::RemoveFunction(const IFunction::Ptr& p) in RemoveFunction() 31 bool ObjectDataContainer::AddProperty(const IProperty::Ptr& p) in AddProperty() 35 bool ObjectDataContainer::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty() 39 bool ObjectDataContainer::AddEvent(const IEvent::Ptr& p) in AddEvent() 43 bool ObjectDataContainer::RemoveEvent(const IEvent::Ptr& p) in RemoveEvent() 80 static MetadataType GetMetadataType(const IObject::Ptr& p) in GetMetadataType() 138 if (auto p = FindStaticMetadata(*pm, name, type)) { in GetMetadata() local 162 IProperty::Ptr p = interface_pointer_cast<IProperty>( in GetProperty() local 180 IFunction::Ptr p = interface_pointer_cast<IFunction>( in GetFunction() local [all …]
|
| D | functions.cpp | 24 auto p = func_.lock(); in META_BEGIN_NAMESPACE() local 29 auto p = func_.lock(); in GetDestination() local 34 if (auto p = func_.lock()) { in Invoke() local 40 auto p = func_.lock(); in CreateCallContext() local 67 IObject::Ptr p; in Import() local 80 auto p = prop_.lock(); in GetName() local 89 if (auto p = prop_.lock()) { in Invoke() local
|
| D | proxy_object.cpp | 58 [this](auto p) { in Build() 84 static bool SerializeEmbeddedProxy(IProperty::Ptr p) in SerializeEmbeddedProxy() 97 if (auto p = interface_pointer_cast<IProperty>(info.object)) { in OnPropertyAdded() local 103 [this](auto p) { in OnPropertyAdded() 115 if (auto p = interface_cast<IProperty>(info.object)) { in OnPropertyRemoved() local 124 void ProxyObject::OnPropertyChanged(const IProperty::Ptr& p) in OnPropertyChanged() 251 if (auto p = m->GetProperty(name)) { in ReflectTargetForProperty() local 300 if (auto p = meta_->GetProperty(property->GetName())) { in SetPropertyTarget() local 312 auto p = meta_->GetProperty(name); in AddProxyProperty() local 325 IProperty::Ptr p; in AddProxyProperty() local [all …]
|
| D | call_context.cpp | 26 if (auto p = interface_cast<ICloneable>(other.result_)) { in DefaultCallContext() local 32 if (auto p = interface_cast<ICloneable>(other.params_[i].value)) { in DefaultCallContext() local 47 if (auto p = interface_cast<ICloneable>(other.result_)) { in operator =() local 56 if (auto p = interface_cast<ICloneable>(other.params_[i].value)) { in operator =() local 75 BASE_NS::shared_ptr<DefaultCallContext> p(new DefaultCallContext(*this)); in GetClone() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
| D | rs_profiler_packet_test.cpp | 41 Packet p { Packet::BINARY }; variable 68 Packet p { Packet::BINARY }; variable 104 Packet p { Packet::BINARY }; variable 132 Packet p { Packet::BINARY }; variable 151 Packet p { Packet::BINARY }; variable 189 Packet p { Packet::BINARY }; variable
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/benchmark/src/ |
| D | shared_ptr_benchmarks.cpp | 31 BASE_NS::shared_ptr<IBenchmarkType> p(object.get()); in SharedPtrConstruct() local 40 BASE_NS::shared_ptr<IBenchmarkType> p(object); in SharedPtrCopy() local 49 BASE_NS::shared_ptr<IBenchmarkType> p(BASE_NS::move(object)); in SharedPtrMove() local 59 BASE_NS::weak_ptr<IBenchmarkType> p(object); in WeakPtrConstruct() local 69 auto p = weak.lock(); in WeakPtrLock() local
|
| /foundation/communication/wifi/wifi/base/cRPC/src/ |
| D | hash_table.c | 27 static int CalcHash(const HashTable *p, int element) in CalcHash() 56 HashTable *p = (HashTable *)calloc(1, sizeof(HashTable)); in InitHashTable() local 69 void DestroyHashTable(HashTable *p) in DestroyHashTable() 87 static int RebuildHashTable(HashTable *p) in RebuildHashTable() 119 Context *FindContext(HashTable *p, int fd) in FindContext() 137 int InsertHashTable(HashTable *p, Context *context) in InsertHashTable() 174 void DeleteHashTable(HashTable *p, const Context *context) in DeleteHashTable()
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/include/meta/ext/serialization/ |
| D | serializer.h | 86 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable 97 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable 151 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable 162 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable 174 IObject::WeakPtr p; variable
|
| /foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
| D | type_converter.cpp | 263 auto it = find_if(g_protocolTable.begin(), g_protocolTable.end(), [role](const Protocol& p) { in HdiRoleToOmxCodingType() 275 auto it = find_if(g_protocolTable.begin(), g_protocolTable.end(), [role](const Protocol& p) { in HdiRoleToMime() 287 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in GraphicFmtToFmt() 299 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in InnerFmtToFmt() 311 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in DisplayFmtToInnerFmt() 339 …find_if(g_avcProfileTable.begin(), g_avcProfileTable.end(), [profile](const AVCProfileMapping& p) { in OmxAvcProfileToInnerProfile() 351 …to it = find_if(g_avcLevelTable.begin(), g_avcLevelTable.end(), [level](const AVCLevelMapping& p) { in OmxAvcLevelToInnerLevel() 363 …d_if(g_hevcProfileTable.begin(), g_hevcProfileTable.end(), [profile](const HEVCProfileMapping& p) { in OmxHevcProfileToInnerProfile() 375 …it = find_if(g_hevcLevelTable.begin(), g_hevcLevelTable.end(), [level](const HEVCLevelMapping& p) { in OmxHevcLevelToInnerLevel() 387 …find_if(g_vvcProfileTable.begin(), g_vvcProfileTable.end(), [profile](const VVCProfileMapping& p) { in OmxVvcProfileToInnerProfile() [all …]
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/test/src/api/property/ |
| D | PropertyInfoTest.cpp | 64 auto p = ConstructProperty<MyPropEnum>("test"); variable 79 auto p = ConstructProperty<MyPropEnum>("test"); variable 97 auto p = ConstructProperty<MyPropEnum>("test"); variable
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/test/src/interface/animation/ |
| D | AnimationTest.cpp | 69 auto p = ConstructProperty<int>("test"); variable 108 auto p = ConstructProperty<int>("test"); variable 130 auto p = obj->GetProperty<int>("test"); variable 161 auto p = ConstructProperty<int>("test"); variable 234 auto p = ConstructProperty<int>("test"); variable 262 auto p = ConstructProperty<int>("test"); variable 278 auto p = obj->GetProperty<int>("test"); variable 314 auto p = ConstructProperty<int>("test"); variable 331 auto p = obj->GetProperty<int>("test"); variable 375 auto p = ConstructProperty<int>("test"); variable
|
| /foundation/graphic/graphic_3d/lume/LumeMeta/src/animation/ |
| D | animation.h | 402 if (auto p = GetTargetProperty()) { in META_BEGIN_NAMESPACE() local 414 auto p = GetTargetProperty(); in META_BEGIN_NAMESPACE() local 433 auto p = GetTargetProperty(); in META_BEGIN_NAMESPACE() local 445 auto p = META_ACCESS_PROPERTY_VALUE(Property).lock(); in META_BEGIN_NAMESPACE() local
|