Home
last modified time | relevance | path

Searched defs:pool (Results 26 – 50 of 62) sorted by relevance

123

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/python/ohos/global/i18n/
H A Dgenerate_dat.py199 metas, pool = generate_all_metas(resource_path) variable
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp42 DhcpAddressPool pool; in DhcpAddressPoolFuzzTest() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_dhcpd.cpp48 void LoadLocalConfig(DhcpAddressPool *pool) in LoadLocalConfig()
53 void ReloadLocalConfig(DhcpAddressPool *pool) in ReloadLocalConfig()
H A Ddhcp_s_server.cpp586 static int CheckAddressRange(DhcpAddressPool *pool) in CheckAddressRange()
602 void InitBindingRecoders(DhcpAddressPool *pool) in InitBindingRecoders()
627 void InitLeaseFile(DhcpAddressPool *pool) in InitLeaseFile()
800 static int Repending(DhcpAddressPool *pool, AddressBinding *binding) in Repending()
834 static int Rebinding(DhcpAddressPool *pool, AddressBinding *binding) in Rebinding()
898 AddressBinding *GetBinding(DhcpAddressPool *pool, PDhcpMsgInfo received) in GetBinding()
1045 static int GetYourIpAddress(PDhcpMsgInfo received, uint32_t *yourIpAddr, DhcpAddressPool *pool) in GetYourIpAddress()
1087 static int NotBindingRequest(DhcpAddressPool *pool, PDhcpMsgInfo received, PDhcpMsgInfo reply) in NotBindingRequest()
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp296 struct DListHead *pool = &mtpPort->writePool; in UsbMtpPortStartTxAsync() local
464 struct DListHead *pool = &mtpDev->ctrlPool; in UsbMtpDeviceGetCtrlReq() local
1041 struct DListHead *pool = &mtpPort_->readPool; in Read() local
1076 struct DListHead *pool = &mtpPort_->writePool; in WriteEx() local
1263 struct DListHead *pool = &mtpPort->readPool; in UsbMtpPortStartSubmitRxReq() local
1294 struct DListHead *pool = &mtpPort->readPool; in UsbMtpPortStartRxAsync() local
1420 struct DListHead *pool = &mtpPort_->writePool; in UsbMtpPortSendFileEx() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dpool.rs27 pool: Pool<PoolKey, Conns<S>>, field
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_config.h39 IpAddressRange pool; /* Address Range. */ member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Ddelay_notify.cpp62 void DelayNotify::SetExecutorPool(std::shared_ptr<ExecutorPool> pool) in SetExecutorPool()
H A Drd_result_set.cpp213 auto pool = rdConnectionPool_; in PrepareStep() local
H A Dconnection_pool.cpp48 std::shared_ptr<ConnPool> pool(new (std::nothrow) ConnPool(config)); in Create() local
435 std::shared_ptr<Connection> pool; in RestoreMasterDb() local
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H A Dthread_pool.cpp27 auto pool = std::make_unique<ThreadPool>(name, numThreads); in Create() local
/ohos5.0/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp203 std::shared_ptr<AVSharedMemoryPool> pool = weakPool.lock(); in AcquireMemory() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp437 VmaPool pool = VK_NULL_HANDLE; in CreatePoolForBuffers() local
488 VmaPool pool = VK_NULL_HANDLE; in CreatePoolForImages() local
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c40 static int32_t CreateCtrPipe(const struct UsbInterfacePool *pool) in CreateCtrPipe()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp125 auto pool = xcomponent->GetTaskPool(); in HandleContext() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_renderer_type.h68 RefPtr<AceType> pool; member
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp41 const vector<BufferInfo>& pool = isInput ? inputBufferPool_ : outputBufferPool_; in CountOwner() local
H A Dimage_decoder.cpp408 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in EraseBufferFromPool() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp671 auto pool = paintChild->GetTaskPool(); in Execute() local
691 auto pool = child->GetTaskPool(); in Execute() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp77 const vector<BufferInfo>& pool = isInput ? inputBufferPool_ : outputBufferPool_; in PrintAllBufferInfo() local
123 const vector<BufferInfo>& pool = isInput ? inputBufferPool_ : outputBufferPool_; in UpdateOwner() local
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c54 struct DListHead *pool = &port->writePool; in UsbEcmStartTx() local
93 struct DListHead *pool = &port->readPool; in UsbEcmStartRx() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs32 pool: Pool<PoolKey, Conns<S>>, field
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_address_pool_test.cpp467 DhcpAddressPool pool; variable
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c54 struct DListHead *pool = &port->writePool; in UsbSerialStartTx() local
94 struct DListHead *pool = &port->readPool; in UsbSerialStartRx() local
1092 struct DListHead *pool = &acm->ctrlPool; in AcmGetCtrlReq() local
/ohos5.0/drivers/liteos/hievent/src/
H A Dhiview_hievent.c261 static int AppendArrayItem(char **pool, int poolLen, const char *path) in AppendArrayItem()

123