Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_processor_factory_test.cpp49 auto p = f.CreateProcessor(RSDisplayRenderNode::CompositeType::HARDWARE_COMPOSITE); variable
61 …auto p = RSProcessorFactory::CreateProcessor(RSDisplayRenderNode::CompositeType::HARDWARE_COMPOSIT… variable
73 …auto p = RSProcessorFactory::CreateProcessor(RSDisplayRenderNode::CompositeType::SOFTWARE_COMPOSIT… variable
85 …auto p = RSProcessorFactory::CreateProcessor(RSDisplayRenderNode::CompositeType::UNI_RENDER_COMPOS… variable
97 …auto p = RSProcessorFactory::CreateProcessor(RSDisplayRenderNode::CompositeType::UNI_RENDER_MIRROR… variable
109 …auto p = RSProcessorFactory::CreateProcessor(RSDisplayRenderNode::CompositeType::UNI_RENDER_EXPAND… variable
/ohos5.0/foundation/ai/ai_engine/services/common/utils/
H A Dinf_cast_impl.h33 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()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dndk_test.cpp40 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 …]
/ohos5.0/drivers/peripheral/secure_element/test/unittest/mock/
H A Dmock.cpp23 auto p = MockTee::GetMockTee(); in VendorSecureElementCaOnStart() local
32 auto p = MockTee::GetMockTee(); in VendorSecureElementCaInit() local
41 auto p = MockTee::GetMockTee(); in VendorSecureElementCaUninit() local
50 auto p = MockTee::GetMockTee(); in VendorSecureElementCaGetAtr() local
60 auto p = MockTee::GetMockTee(); in VendorSecureElementCaOpenLogicalChannel() local
70 auto p = MockTee::GetMockTee(); in VendorSecureElementCaOpenBasicChannel() local
79 auto p = MockTee::GetMockTee(); in VendorSecureElementCaCloseChannel() local
89 auto p = MockTee::GetMockTee(); in VendorSecureElementCaTransmit() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_element_bind.h48 if (auto p = p_.lock()) { in META_BEGIN_NAMESPACE() local
58 if (auto p = p_.lock()) { in META_BEGIN_NAMESPACE() local
72 if (auto p = p_.lock()) { in META_BEGIN_NAMESPACE() local
91 inline void AddArrayElementBind(const IProperty::Ptr& p, const IProperty::Ptr& arr, size_t index) in AddArrayElementBind()
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_api.cpp26 inline void ResetTimeoutCb(ffrt::queue_attr_private* p) in ResetTimeoutCb()
42 …ffrt::task_attr_private *p = reinterpret_cast<ffrt::task_attr_private *>(const_cast<ffrt_task_attr… in ffrt_queue_submit_base() local
69 auto p = reinterpret_cast<ffrt::queue_attr_private*>(attr); variable
86 ffrt_queue_attr_t* p = const_cast<ffrt_queue_attr_t*>(attr); variable
101 ffrt_queue_attr_t* p = const_cast<ffrt_queue_attr_t*>(attr); variable
109 ffrt::queue_attr_private* p = reinterpret_cast<ffrt::queue_attr_private*>(attr); variable
121 ffrt_queue_attr_t* p = const_cast<ffrt_queue_attr_t*>(attr); variable
140 ffrt_queue_attr_t* p = const_cast<ffrt_queue_attr_t*>(attr); variable
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp73 …sk_handle_t &handle, const ffrt_deps_t *in_deps, const ffrt_deps_t *out_deps, task_attr_private *p) in CreateDelayDeps()
115 auto p = reinterpret_cast<ffrt::task_attr_private *>(attr); variable
136 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable
161 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable
182 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable
203 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable
244 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable
287 …ffrt::task_attr_private *p = reinterpret_cast<ffrt::task_attr_private *>(const_cast<ffrt_task_attr… variable
314 …ffrt::task_attr_private *p = reinterpret_cast<ffrt::task_attr_private *>(const_cast<ffrt_task_attr… variable
558 …ffrt::task_attr_private* p = reinterpret_cast<ffrt::task_attr_private *>(const_cast<ffrt_task_attr… variable
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dshared_mutex.cpp207 auto p = reinterpret_cast<ffrt::SharedMutexPrivate*>(rwlock); variable
219 auto p = reinterpret_cast<ffrt::SharedMutexPrivate*>(rwlock); variable
230 auto p = reinterpret_cast<ffrt::SharedMutexPrivate*>(rwlock); variable
242 auto p = reinterpret_cast<ffrt::SharedMutexPrivate*>(rwlock); variable
253 auto p = reinterpret_cast<ffrt::SharedMutexPrivate*>(rwlock); variable
265 auto p = reinterpret_cast<ffrt::SharedMutexPrivate*>(rwlock); variable
H A Dcondition_variable.cpp51 auto p = reinterpret_cast<ffrt::condition_variable_private *>(cond); variable
63 auto p = reinterpret_cast<ffrt::condition_variable_private *>(cond); variable
107 auto p = reinterpret_cast<ffrt::condition_variable_private *>(cond); variable
H A Dthread.cpp40 auto p = reinterpret_cast<ThreadRes*>(malloc(sizeof(ThreadRes))); variable
63 auto p = reinterpret_cast<ThreadRes*>(thr); variable
81 auto p = reinterpret_cast<ThreadRes*>(thr); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_packet_test.cpp59 Packet p { Packet::BINARY }; variable
86 Packet p { Packet::BINARY }; variable
122 Packet p { Packet::BINARY }; variable
150 Packet p { Packet::BINARY }; variable
169 Packet p { Packet::BINARY }; variable
207 Packet p { Packet::BINARY }; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dserializer.h85 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
96 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
149 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
160 if (auto p = interface_pointer_cast<IObject>(nv.value.GetProperty())) { variable
172 IObject::WeakPtr p; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dfunctions.cpp23 auto p = func_.lock(); in META_BEGIN_NAMESPACE() local
28 auto p = func_.lock(); in GetDestination() local
33 if (auto p = func_.lock()) { in Invoke() local
39 auto p = func_.lock(); in CreateCallContext() local
66 IObject::Ptr p; in Import() local
79 auto p = prop_.lock(); in GetName() local
88 if (auto p = prop_.lock()) { in Invoke() local
H A Dproxy_object.cpp53 [this](auto p) { in Build()
73 static bool SerializeEmbeddedProxy(IProperty::Ptr p) in SerializeEmbeddedProxy()
86 if (auto p = interface_pointer_cast<IProperty>(info.object)) { in OnPropertyAdded() local
92 [this](auto p) { in OnPropertyAdded()
104 if (auto p = interface_cast<IProperty>(info.object)) { in OnPropertyRemoved() local
113 void ProxyObject::OnPropertyChanged(const IProperty::Ptr& p) in OnPropertyChanged()
203 if (auto p = m->GetPropertyByName(name)) { in ReflectTargetForProperty() local
252 if (auto p = Super::GetPropertyByName(property->GetName())) { in SetPropertyTarget() local
276 IProperty::Ptr p; in AddProxyProperty() local
299 auto p = Super::GetPropertyByName(name); in GetPropertyByName() local
[all …]
H A Dmeta_object.cpp51 [&](const IObject::Ptr& p) { in Build()
57 IterateStrategy { TraversalType::NO_HIERARCHY, LockType::NO_LOCK }); in Build()
134 void MetaObject::AddFunction(const IFunction::Ptr& p) in AddFunction()
138 void MetaObject::RemoveFunction(const IFunction::Ptr& p) in RemoveFunction()
142 void MetaObject::AddProperty(const IProperty::Ptr& p) in AddProperty()
149 void MetaObject::RemoveProperty(const IProperty::Ptr& p) in RemoveProperty()
153 void MetaObject::AddEvent(const IEvent::Ptr& p) in AddEvent()
157 void MetaObject::RemoveEvent(const IEvent::Ptr& p) in RemoveEvent()
H A Dcall_context.cpp25 if (auto p = interface_cast<ICloneable>(other.result_)) { in DefaultCallContext() local
31 if (auto p = interface_cast<ICloneable>(other.params_[i].value)) { in DefaultCallContext() local
46 if (auto p = interface_cast<ICloneable>(other.result_)) { in operator =() local
55 if (auto p = interface_cast<ICloneable>(other.params_[i].value)) { in operator =() local
91 BASE_NS::shared_ptr<DefaultCallContext> p(new DefaultCallContext(*this)); in GetClone() local
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dhash_table.c27 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()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h383 if (auto p = GetTargetProperty()) { in META_BEGIN_NAMESPACE() local
394 auto p = GetTargetProperty(); in META_BEGIN_NAMESPACE() local
413 auto p = GetTargetProperty(); in META_BEGIN_NAMESPACE() local
424 auto p = META_ACCESS_PROPERTY_VALUE(Property).lock(); in META_BEGIN_NAMESPACE() local
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp275 [](Parcel& p) -> std::optional<PrintPageSize> { in ReadFromParcel()
284 [](Parcel& p) -> std::optional<PrintResolution> { in ReadFromParcel()
293 …parcel, right.supportedColorModeList_, [](Parcel &p) { return std::make_optional(p.ReadUint32()); … in ReadFromParcel()
305 … parcel, right.supportedQualityList_, [](Parcel &p) { return std::make_optional(p.ReadUint32()); }, in ReadFromParcel()
336 [](Parcel &p, const PrintPageSize& item) { item.Marshalling(p); }); in Marshalling()
339 … parcel, resolutionList_, [](Parcel& p, const PrintResolution& item) { item.Marshalling(p); }, in Marshalling()
343 parcel, supportedColorModeList_, [](Parcel& p, const int& item) { p.WriteUint32(item); }, in Marshalling()
347 parcel, supportedDuplexModeList_, [](Parcel& p, const int& item) { p.WriteUint32(item); }, in Marshalling()
351 … parcel, supportedMediaTypeList_, [](Parcel& p, const std::string& item) { p.WriteString(item); }, in Marshalling()
355 parcel, supportedQualityList_, [](Parcel& p, const int& item) { p.WriteUint32(item); }, in Marshalling()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp249 auto it = find_if(g_protocolTable.begin(), g_protocolTable.end(), [role](const Protocol& p) { in HdiRoleToOmxCodingType()
261 auto it = find_if(g_protocolTable.begin(), g_protocolTable.end(), [role](const Protocol& p) { in HdiRoleToMime()
273 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in GraphicFmtToFmt()
285 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in InnerFmtToFmt()
297 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in InnerFmtToDisplayFmt()
309 auto it = find_if(g_pixelFmtTable.begin(), g_pixelFmtTable.end(), [format](const PixelFmt& p) { in DisplayFmtToInnerFmt()
337 …find_if(g_avcProfileTable.begin(), g_avcProfileTable.end(), [profile](const AVCProfileMapping& p) { in OmxAvcProfileToInnerProfile()
349 …to it = find_if(g_avcLevelTable.begin(), g_avcLevelTable.end(), [level](const AVCLevelMapping& p) { in OmxAvcLevelToInnerLevel()
373 …it = find_if(g_hevcLevelTable.begin(), g_hevcLevelTable.end(), [level](const HEVCLevelMapping& p) { in OmxHevcLevelToInnerLevel()
385 …find_if(g_vvcProfileTable.begin(), g_vvcProfileTable.end(), [profile](const VVCProfileMapping& p) { in OmxVvcProfileToInnerProfile()
[all …]
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_tree_manager.cpp27 auto p = lifeEvents_.Begin(); in RegistViewLifeEvent() local
42 auto p = lifeEvents_.Begin(); in UnregistViewLifeEvent() local
62 auto p = lifeEvents_.Begin(); in OnLifeEvent() local
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dmetadata_helpers.h33 auto p = meta->GetPropertyByName(pm.name); in META_BEGIN_NAMESPACE() local
59 bool ConstructOrInitEvent(IEvent::Ptr& p, Self* self, const EventMetadata& pm) in ConstructOrInitEvent()
84 auto p = meta->GetEventByName(pm.name); in ConstructEventsFromMetadata() local
98 auto p = pm.create(self); in ConstructFunctionsFromMetadata() local
H A Dtask_queue.h74 Token AddTask(ITaskQueueTask::Ptr p) override in AddTask()
78 Token AddTask(ITaskQueueTask::Ptr p, const TimeSpan& delay) override in AddTask()
82 IFuture::Ptr AddWaitableTask(ITaskQueueWaitableTask::Ptr p) override in AddWaitableTask()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dshared_ptr.h168 shared_ptr(const shared_ptr& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr()
174 shared_ptr(shared_ptr&& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr() function
193 explicit shared_ptr(const weak_type& p) noexcept : Internals::PtrCountedBase<T>(p) in shared_ptr()
212 shared_ptr(shared_ptr<U>&& p) noexcept : Internals::PtrCountedBase<T>(p.control_) in shared_ptr() function
237 …shared_ptr(const shared_ptr<U>& p) noexcept : shared_ptr(shared_ptr<U>(p)) // use the above move c… in shared_ptr()
241 shared_ptr(unique_ptr<U, D>&& p) noexcept in shared_ptr()
332 void swap(shared_ptr& p) in swap()
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h93 char* p = reinterpret_cast<char*>(basePtr); in getUnfreed() local
120 char* p = reinterpret_cast<char*>(std::calloc(1, MmapSz)); in init() local
223 char* p = reinterpret_cast<char*>(mmap(nullptr, MmapSz, prot, flags, -1, 0)); in expand() local
242 T* p = nullptr; in Alloc() local
258 void free(T* p) in free()
268 T* p = nullptr; in release() local

12345678910>>...25