Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 25 of 62) sorted by relevance

123

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c24 DympoolType *pool = FILLP_NULL_PTR; in DympCreatePool() local
75 void DympDestroyPool(DympoolType *pool) in DympDestroyPool()
110 void DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetConsSafe()
115 void DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetProdSafe()
120 static int DympExpandMemory(DympoolType *pool, int stepSizeWork) in DympExpandMemory()
176 int DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow) in DympAskMoreMemory()
204 int DympAlloc(DympoolType *pool, void **data, int throttleGrow) in DympAlloc()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_pool_test.cpp67 ThreadPool pool; variable
76 ThreadPool pool("test_02_pool"); variable
85 ThreadPool pool("test_02_pool"); variable
95 ThreadPool pool; variable
122 ThreadPool pool; variable
150 ThreadPool pool; variable
200 ThreadPool pool; variable
235 ThreadPool pool; variable
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dcontext_pool_test.cpp47 auto &pool = ContextPool::Instance(); variable
62 auto &pool = ContextPool::Instance(); variable
73 auto &pool = ContextPool::Instance(); variable
86 auto &pool = ContextPool::Instance(); variable
96 auto &pool = ContextPool::Instance(); variable
126 auto &pool = ContextPool::Instance(); variable
146 auto &pool = ContextPool::Instance(); variable
199 auto &pool = ContextPool::Instance(); variable
234 auto &pool = ContextPool::Instance(); variable
H A Dresource_node_pool_test.cpp49 auto &pool = ResourceNodePool::Instance(); variable
71 auto &pool = ResourceNodePool::Instance(); variable
85 auto &pool = ResourceNodePool::Instance(); variable
95 auto &pool = ResourceNodePool::Instance(); variable
119 auto &pool = ResourceNodePool::Instance(); variable
173 auto &pool = ResourceNodePool::Instance(); variable
202 auto &pool = ResourceNodePool::Instance(); variable
225 auto &pool = ResourceNodePool::Instance(); variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c44 void FillbufItemPoolSetConflictSafe(void *pool, FILLP_BOOL consSafe, FILLP_BOOL prodSafe) in FillbufItemPoolSetConflictSafe()
50 int FillpMallocBufItem(void *pool, void **data, int throttleGrow) in FillpMallocBufItem()
55 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow) in FillpAskMoreBufItem()
75 void FillpDestroyBufItemPool(void *pool) in FillpDestroyBufItemPool()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avshared_memory_pool/
H A Davshared_memory_pool_test.cpp46 … std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("releaseMemory"); variable
61 …std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("doAcquireMemory"); variable
74 std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("checkSize"); variable
89 … std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("acquireMemory"); variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp180 uint32_t AddressDistribute(DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH]) in AddressDistribute()
223 int InitAddressPool(DhcpAddressPool *pool, const char *ifname, PDhcpOptionList options) in InitAddressPool()
255 void FreeAddressPool(DhcpAddressPool *pool) in FreeAddressPool()
301 int IsReservedIp(DhcpAddressPool *pool, uint32_t ipAddress) in IsReservedIp()
398 int AddLease(DhcpAddressPool *pool, AddressBinding *lease) in AddLease()
421 AddressBinding *GetLease(DhcpAddressPool *pool, uint32_t ipAddress) in GetLease()
439 int UpdateLease(DhcpAddressPool *pool, AddressBinding *lease) in UpdateLease()
458 int RemoveLease(DhcpAddressPool *pool, AddressBinding *lease) in RemoveLease()
478 int LoadBindingRecoders(DhcpAddressPool *pool) in LoadBindingRecoders()
517 int SaveBindingRecoders(const DhcpAddressPool *pool, int force) in SaveBindingRecoders()
[all …]
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/
H A Dthread_pool_benchmark_test.cpp66 ThreadPool pool; in BENCHMARK_F() local
85 ThreadPool pool("test_02_pool"); in BENCHMARK_F() local
105 ThreadPool pool("test_02_pool"); in BENCHMARK_F() local
127 ThreadPool pool; in BENCHMARK_F() local
158 static void AddPoolTaskByForLoop(ThreadPool& pool, const int loopIterations, void(*p)(int&)) in AddPoolTaskByForLoop()
178 ThreadPool pool; in BENCHMARK_F() local
214 ThreadPool pool; in BENCHMARK_F() local
270 ThreadPool pool; in BENCHMARK_F() local
316 ThreadPool pool; in BENCHMARK_F() local
382 ThreadPool pool(poolName); in BENCHMARK_F() local
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp135 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
161 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
191 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
221 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
249 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
281 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
307 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
353 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
379 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
426 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable
[all …]
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/
H A Dcan_msg.c32 static struct CanMsgHolder *CanMsgPoolAcquireHolder(struct CanMsgPool *pool) in CanMsgPoolAcquireHolder()
107 struct CanMsg *CanMsgPoolObtainMsg(struct CanMsgPool *pool) in CanMsgPoolObtainMsg()
130 struct CanMsgPool *pool = NULL; in CanMsgPoolCreate() local
152 void CanMsgPoolDestroy(struct CanMsgPool *pool) in CanMsgPoolDestroy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp409 auto pool = paintChild->GetTaskPool(); in HandleWebglContext() local
437 auto pool = paintChild->GetTaskPool(); in HandleWebglContext() local
449 auto pool = weakPool.Upgrade(); in HandleWebglContext() local
484 auto pool = paintChild->GetTaskPool(); in HandleToDataURL() local
742 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->BeginPath(); }; in JsBeginPath()
754 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->ClosePath(); }; in JsClosePath()
906 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Fill(); }; in JsFill()
931 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Stroke(); }; in JsStroke()
939 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Clip(); }; in JsClip()
951 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Restore(); }; in JsRestore()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_task_executor.cpp33 static TaskPoolExecutor pool; in GetInstance() local
44 TaskPoolExecutor* pool = this; in InitThreadPool() local
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dtask_manager.c70 int32 SAMGR_StartTaskPool(TaskPool *pool, const char *name) in SAMGR_StartTaskPool()
93 int32 SAMGR_ReleaseTaskPool(TaskPool *pool) in SAMGR_ReleaseTaskPool()
109 TaskPool *SAMGR_ReferenceTaskPool(TaskPool *pool) in SAMGR_ReferenceTaskPool()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dfillp_buf_item.h26 void *pool; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dpool.rs24 pool: Arc<Mutex<HashMap<K, V>>>, field
78 let pool = Pool::new(); in ut_pool_get() localVariable
H A Dmod.rs25 pub(crate) mod pool; module
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dmod.rs32 mod pool; module
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2.cpp88 if (auto pool = ecs.GetThreadPool(); pool) { in CreateGLTF2Importer() local
96 IGLTF2Importer::Ptr Gltf2::CreateGLTF2Importer(IEcs& ecs, IThreadPool& pool) in CreateGLTF2Importer()
124 ISceneImporter::Ptr Gltf2::CreateSceneImporter(IEcs& ecs, IThreadPool& pool) in CreateSceneImporter()
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestBufferPool.cpp42 std::shared_ptr<BufferPool<AVBuffer>> pool; member in OHOS::Media::Test::BufferPoolTest
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dmod.rs42 pub(crate) mod pool; module
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.cpp27 static ScrollableItemPool pool(MAX_SIZE); in GetInstance() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp408 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateHardwareBuffers() local
452 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateSurfaceBuffers() local
520 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in FindBufferInfoByID() local
532 …const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool… in FindBufferIndexByID() local
737 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in ReclaimBuffer() local
752 …const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool… in IsAllBufferOwnedByUs() local
780 …const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool… in ClearBufferPool() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/
H A Dsource_node.h70 std::shared_ptr<IBufferPool> pool = nullptr; variable
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DLocaleList.java31 private StringPool pool; field in LocaleList
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp584 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateAvHardwareBuffers() local
633 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateAvSharedBuffers() local
681 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in AllocateAvSurfaceBuffers() local
797 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in FindBufferInfoByID() local
809 …const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool… in FindBufferIndexByID() local
1119 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in ReclaimBuffer() local
1134 …const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool… in IsAllBufferOwnedByUsOrSurface() local
1152 …const vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool… in ClearBufferPool() local

123