Home
last modified time | relevance | path

Searched defs:uniqueId (Results 1 – 25 of 94) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_cache.cpp30 void RSImageCache::CacheDrawingImage(uint64_t uniqueId, std::shared_ptr<Drawing::Image> img) in CacheDrawingImage()
48 void RSImageCache::IncreaseDrawingImageCacheRefCount(uint64_t uniqueId) in IncreaseDrawingImageCacheRefCount()
57 void RSImageCache::ReleaseDrawingImageCache(uint64_t uniqueId) in ReleaseDrawingImageCache()
70 void RSImageCache::CachePixelMap(uint64_t uniqueId, std::shared_ptr<Media::PixelMap> pixelMap) in CachePixelMap()
98 void RSImageCache::IncreasePixelMapCacheRefCount(uint64_t uniqueId) in IncreasePixelMapCacheRefCount()
107 void RSImageCache::CollectUniqueId(uint64_t uniqueId) in CollectUniqueId()
120 for (const auto& uniqueId : clearList) { in ReleaseUniqueIdList() local
137 void RSImageCache::ReleasePixelMapCache(uint64_t uniqueId) in ReleasePixelMapCache()
166 int RSImageCache::CheckRefCntAndReleaseImageCache(uint64_t uniqueId, std::shared_ptr<Media::PixelMa… in CheckRefCntAndReleaseImageCache()
213 void RSImageCache::CacheRenderDrawingImageByPixelMapId(uint64_t uniqueId, in CacheRenderDrawingImageByPixelMapId()
[all …]
H A Drs_typeface_cache.cpp47 pid_t RSTypefaceCache::GetTypefacePid(uint64_t uniqueId) in GetTypefacePid()
53 uint32_t RSTypefaceCache::GetTypefaceId(uint64_t uniqueId) in GetTypefaceId()
58 bool RSTypefaceCache::AddIfFound(uint64_t uniqueId, uint32_t hash) in AddIfFound()
73 bool RSTypefaceCache::HasTypeface(uint64_t uniqueId, uint32_t hash) in HasTypeface()
101 void RSTypefaceCache::CacheDrawingTypeface(uint64_t uniqueId, in CacheDrawingTypeface()
254 uint64_t uniqueId = it->first; in RemoveDrawingTypefacesByPid() local
333 uint64_t uniqueId; in ReplayDeserialize() local
369 for (auto uniqueId : removeId) { in ReplayClear() local
H A Drs_image_base.cpp266 Parcel& parcel, std::shared_ptr<Drawing::Image>& img, uint64_t uniqueId, void*& imagepixelAddr) in UnmarshallingAndCacheDrawingImage()
285 …lingAndCachePixelMap(Parcel& parcel, std::shared_ptr<Media::PixelMap>& pixelMap, uint64_t uniqueId) in UnmarshallingAndCachePixelMap()
303 static bool UnmarshallingIdAndRect(Parcel& parcel, uint64_t& uniqueId, RectF& srcRect, RectF& dstRe… in UnmarshallingIdAndRect()
321 bool RSImageBase::UnmarshallingDrawingImageAndPixelMap(Parcel& parcel, uint64_t uniqueId, bool& use… in UnmarshallingDrawingImageAndPixelMap()
351 void RSImageBase::IncreaseCacheRefCount(uint64_t uniqueId, bool useSkImage, std::shared_ptr<Media::… in IncreaseCacheRefCount()
375 uint64_t uniqueId; in Unmarshalling() local
H A Drs_resource_manager.cpp25 const std::shared_ptr<Media::PixelMap>& pixelMap, uint64_t uniqueId) in UploadTexture()
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/
H A Davbuffer_queue.cpp130 auto uniqueId = buffer->GetUniqueId(); in IsBufferInQueue() local
176 auto uniqueId = bufferImpl->GetUniqueId(); in AllocBuffer() local
193 auto uniqueId = buffer->GetUniqueId(); in RequestReuseBuffer() local
242 void AVBufferQueueImpl::DeleteCachedBufferById(uint64_t uniqueId) in DeleteCachedBufferById()
322 void AVBufferQueueImpl::InsertFreeBufferInOrder(uint64_t uniqueId) in InsertFreeBufferInOrder()
334 Status AVBufferQueueImpl::CancelBuffer(uint64_t uniqueId) in CancelBuffer()
454 auto uniqueId = buffer->GetUniqueId(); in SetQueueSizeAndAttachBuffer() local
475 auto uniqueId = buffer->GetUniqueId(); in AttachAvailableBufferLocked() local
533 auto uniqueId = buffer->GetUniqueId(); in AttachBuffer() local
575 Status AVBufferQueueImpl::DetachBuffer(uint64_t uniqueId) in DetachBuffer()
[all …]
H A Davbuffer_queue_producer.cpp42 Status AVBufferQueueProducerImpl::PushBuffer(uint64_t uniqueId, bool available) in PushBuffer()
52 Status AVBufferQueueProducerImpl::ReturnBuffer(uint64_t uniqueId, bool available) in ReturnBuffer()
67 Status AVBufferQueueProducerImpl::DetachBuffer(uint64_t uniqueId) in DetachBuffer()
H A Davbuffer_queue_producer_stub.cpp95 auto uniqueId = arguments.ReadUint64(); in OnPushBuffer() local
107 auto uniqueId = arguments.ReadUint64(); in OnReturnBuffer() local
136 auto uniqueId = arguments.ReadUint64(); in OnDetachBuffer() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/
H A DLog.h24 #define LUME_ONCE(uniqueId, runOnce) { if (lume::CheckOnce(uniqueId)) { runOnce; } } argument
62 #define LUME_LOG_ONCE_I(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_I(__VA_ARGS__)) argument
63 #define LUME_LOG_ONCE_W(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_W(__VA_ARGS__)) argument
64 #define LUME_LOG_ONCE_E(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_E(__VA_ARGS__)) argument
65 #define LUME_LOG_ONCE_F(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_F(__VA_ARGS__)) argument
88 #define LUME_LOG_ONCE_V(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_V(__VA_ARGS__)) argument
89 #define LUME_LOG_ONCE_D(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_D(__VA_ARGS__)) argument
90 #define LUME_LOG_ONCE_I(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_I(__VA_ARGS__)) argument
91 #define LUME_LOG_ONCE_W(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_W(__VA_ARGS__)) argument
92 #define LUME_LOG_ONCE_E(uniqueId, ...) LUME_ONCE(uniqueId, LUME_LOG_E(__VA_ARGS__)) argument
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dlog.h81 #define CORE_LOG_ONCE_I(uniqueId, ...) \ argument
85 #define CORE_LOG_ONCE_W(uniqueId, ...) \ argument
89 #define CORE_LOG_ONCE_E(uniqueId, ...) \ argument
93 #define CORE_LOG_ONCE_F(uniqueId, ...) \ argument
133 #define CORE_LOG_ONCE_V(uniqueId, ...) \ argument
140 #define CORE_LOG_ONCE_D(uniqueId, ...) \ argument
147 #define CORE_LOG_ONCE_I(uniqueId, ...) \ argument
154 #define CORE_LOG_ONCE_W(uniqueId, ...) \ argument
161 #define CORE_LOG_ONCE_E(uniqueId, ...) \ argument
168 #define CORE_LOG_ONCE_F(uniqueId, ...) \ argument
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp69 std::string uniqueId = scanDeviceInfo.discoverMode + scanDeviceInfo.uniqueId; in ParseScannerListJsonV1() local
202 bool ScanSystemData::UpdateScannerIdByUsbDevicePort(const std::string &uniqueId, const std::string … in UpdateScannerIdByUsbDevicePort()
222 void ScanSystemData::InsertScannerInfo(const std::string &uniqueId, const ScanDeviceInfo &scannerIn… in InsertScannerInfo()
242 bool ScanSystemData::DeleteScannerInfo(const std::string &uniqueId) in DeleteScannerInfo()
255 bool ScanSystemData::UpdateScannerNameByUniqueId(const std::string &uniqueId, const std::string &de… in UpdateScannerNameByUniqueId()
268 bool ScanSystemData::UpdateScannerInfoByUniqueId(const std::string &uniqueId, const ScanDeviceInfo … in UpdateScannerInfoByUniqueId()
285 bool ScanSystemData::QueryScannerNameByUniqueId(const std::string &uniqueId, std::string &deviceNam… in QueryScannerNameByUniqueId()
297 bool ScanSystemData::QueryScannerInfoByUniqueId(const std::string &uniqueId, ScanDeviceInfo &scanne… in QueryScannerInfoByUniqueId()
376 bool ScanSystemData::IsContainScanner(const std::string &uniqueId) in IsContainScanner()
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_executor.cpp65 const std::string uniqueId = ptrCommand->remoteProtocol_.uniqueId; in ProcessOneCommand() local
111 const std::string uniqueId = ptrCommand->remoteProtocol_.uniqueId; in AddCommand() local
246 std::string uniqueId = ptrCommand->remoteProtocol_.uniqueId; in ExecuteRemoteCommand() local
315 std::string uniqueId = ptrCommand->remoteProtocol_.uniqueId; in ClientProcessResult() local
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp43 sptr<Surface> SurfaceUtils::GetSurface(uint64_t uniqueId) in GetSurface()
58 SurfaceError SurfaceUtils::Add(uint64_t uniqueId, const wptr<Surface> &surface) in Add()
72 SurfaceError SurfaceUtils::Remove(uint64_t uniqueId) in Remove()
299 void* SurfaceUtils::GetNativeWindow(uint64_t uniqueId) in GetNativeWindow()
309 SurfaceError SurfaceUtils::AddNativeWindow(uint64_t uniqueId, void *nativeWidow) in AddNativeWindow()
323 SurfaceError SurfaceUtils::RemoveNativeWindow(uint64_t uniqueId) in RemoveNativeWindow()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/systemtest/
H A Dnative_window_test.cpp344 int32_t NativeWindowTest::ThreadNativeWindowProcess003(int32_t *pipeFd, uint64_t uniqueId) in ThreadNativeWindowProcess003()
376 uint64_t uniqueId = cSurface->GetUniqueId(); variable
489 int32_t NativeWindowTest::ThreadNativeWindowProcess004(int32_t *pipeFd, uint64_t uniqueId) in ThreadNativeWindowProcess004()
529 uint64_t uniqueId = cSurface->GetUniqueId(); variable
628 int32_t NativeWindowTest::ThreadNativeWindowProcess005(int32_t *pipeFd, uint64_t uniqueId) in ThreadNativeWindowProcess005()
667 uint64_t uniqueId = cSurface->GetUniqueId(); variable
708 int32_t NativeWindowTest::ThreadNativeWindowProcess006(int32_t *pipeFd, uint64_t uniqueId) in ThreadNativeWindowProcess006()
757 uint64_t uniqueId = cSurface->GetUniqueId(); variable
838 sptr<IBufferProducer> producer, uint64_t *uniqueId) in ThreadNativeWindowProcess007()
874 uint64_t uniqueId = 0; in __anon282a31f20702() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h82 #define PLUGIN_LOG_ONCE_V(uniqueId, ...) \ argument
88 #define PLUGIN_LOG_ONCE_D(uniqueId, ...) \ argument
116 #define PLUGIN_LOG_ONCE_I(uniqueId, ...) \ argument
123 #define PLUGIN_LOG_ONCE_W(uniqueId, ...) \ argument
130 #define PLUGIN_LOG_ONCE_E(uniqueId, ...) \ argument
137 #define PLUGIN_LOG_ONCE_F(uniqueId, ...) \ argument
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscanner_info.h141 std::string uniqueId; variable
189 std::string uniqueId; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_typeface_cache_test.cpp186 uint64_t uniqueId = 2; variable
200 uint64_t uniqueId = 1; variable
H A Drs_resource_manager_test.cpp40 const std::shared_ptr<Media::PixelMap>& pixelMap, uint64_t uniqueId) in TestHookFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dsk_image_cache.h35 uint32_t uniqueId = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/
H A Drs_resource_helper_drawing.cpp25 const std::shared_ptr<Media::PixelMap>& pixelMapUp, uint64_t uniqueId) in UploadTextureWithDrawing()
H A Drs_resource_helper_skia.cpp27 const std::shared_ptr<Media::PixelMap>& pixelMapUp, uint64_t uniqueId) in UploadTextureWithSkia()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H A DAnimatorSceneDataProcessor.cpp182 AnimatorRecord* AnimatorSceneDataProcessor::GetRecord(const int32_t uniqueId) in GetRecord()
191 void AnimatorSceneDataProcessor::DeleteRecord(const int32_t uniqueId) in DeleteRecord()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/render/
H A Drs_image_cache_test.cpp77 for (uint64_t uniqueId = 1;uniqueId < 16;uniqueId++) { variable
159 for (uint64_t uniqueId = 1;uniqueId < 16;uniqueId++) { variable
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dfa_ability_thread_test.cpp515 int32_t uniqueId = 1; variable
538 int32_t uniqueId = 1; variable
560 int32_t uniqueId = 1; variable
585 int32_t uniqueId = 1; variable
/ohos5.0/base/security/access_token/services/tokensyncmanager/include/protocol/
H A Dremote_protocol.h24 std::string uniqueId; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp44 uint64_t uniqueId = consumer->GetUniqueId(); in OnBufferAvailable() local

1234