/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen_manager.cpp | 98 DHLOGI("On Screen change, screenIds size: %{public}zu", screenIds.size()); in OnChange() 336 if (dScreens_.size() == 0) { in GetScreenDumpInfo()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
H A D | dh_transport.cpp | 103 DHLOGI("Receive message size: %{public}" PRIu32, dataLen); in OnBytesReceived() 420 uint32_t compressedPayLoadSize = compressedPayLoad.size(); in Send() 421 DHLOGI("Send payload size: %{public}" PRIu32 ", after compressed size: %{public}" PRIu32 in Send() 422 ", target networkId: %{public}s, socketId: %{public}d", static_cast<uint32_t>(payload.size()), in Send() 426 DHLOGE("Send error: msg size: %{public}" PRIu32 " too long", compressedPayLoadSize); in Send()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_asset_recv_listener.cpp | 249 if (uris.size() == 0) { in HandleSingleFile() 294 if (uris.size() == 0) { in HandleZipFile()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_session.cpp | 193 if (pos_ >= paths_.size()) { in GetNextPath() 201 return pos_ >= paths_.size(); in IsDone()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpinc.h | 72 * @param[in] size Indicates the size of the message. 77 extern FILLP_INT DLL_API FtSend(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag); 88 * @param[in] size Indicates the size of the message. 94 extern FILLP_INT DLL_API FtSendFrame(FILLP_INT fd, FILLP_CONST void *data, size_t size, FILLP_INT flag, 671 FT_CONF_SEND_BUFFER_SIZE, /* Indicates the size of the send buffer. */ 672 FT_CONF_RECV_BUFFER_SIZE, /* Indicates the size of the receive buffer. */ 674 FT_CONF_PACKET_SIZE, /* Indicates the FillP stack packet size. */ 701 FT_CONF_RECV_CACHE_PKT_NUM_BUFF_SIZE, /* Indicates about reac cache packet number buffer size */ [all...] |
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_flow_control.c | 207 unsendSize += pcb->send.unSendList.size; in FillpFcTailProtected() 222 pcb->send.unSendList.size, pcb->send.unackList.count, ackSeqNum); in FillpFcTailProtected()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
H A D | coap_discover.c | 36 #define COAP_URI_BUFFER_LENGTH 64 /* the size of the buffer or variable used to save uri. */ 70 static int32_t HndPostServiceDiscoverInner(const uint8_t *buf, size_t size, char **remoteUrl, DeviceInfo *deviceInfo) in HndPostServiceDiscoverInner() argument 72 if (GetServiceDiscoverInfo(buf, size, deviceInfo, remoteUrl) != NSTACKX_EOK) { in HndPostServiceDiscoverInner()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_dev.c | 74 int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size) in GetInterfaceList() argument 80 ifc->ifc_len = (int32_t)size; in GetInterfaceList()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_dev.c | 74 int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size) in GetInterfaceList() argument 80 ifc->ifc_len = (int32_t)size; in GetInterfaceList()
|
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/ |
H A D | picker_n_exporter.cpp | 68 HILOG_INFO("[picker]: %{public}s size. %{public}zu ", key.c_str(), list.size()); in MakeResultWithArr() 69 for (size_t i = 0; i < list.size(); i++) { in MakeResultWithArr()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | window_scene_config.cpp | 111 if (contentStr.size() == 0) { in SplitNodeContent() 139 if (p.size() > 0) { in ReadConfig()
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | starting_window_test.cpp | 89 opts.size.width = 200; // 200: test width in ContructPixelMap() 90 opts.size.height = 300; // 300: test height in ContructPixelMap()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_manager_config.cpp | 91 if (contentStr.size() == 0) { in SplitNodeContent() 119 if (property.size() > 0) { in ReadConfig()
|
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_manager_agent_proxy.cpp | 166 if (!data.WriteUint32(static_cast<uint32_t>(visibilityInfos.size()))) { in UpdateWindowVisibilityInfo() 167 WLOGFE("write windowVisibilityInfos size failed"); in UpdateWindowVisibilityInfo() 197 if (!data.WriteUint32(static_cast<uint32_t>(windowDrawingContentInfos.size()))) { in UpdateWindowDrawingContentInfo() 198 WLOGFE("write windowDrawingContentInfos size failed"); in UpdateWindowDrawingContentInfo()
|
/kernel/linux/linux-5.10/drivers/dax/ |
H A D | device.c | 55 unsigned long size) in dax_pgoff_to_phys() 69 if (phys + size - 1 <= range->end) in dax_pgoff_to_phys() 87 dev_dbg(dev, "alignment (%#x) > fault size (%#x)\n", in __dev_dax_pte_fault() 119 dev_dbg(dev, "alignment (%#x) > fault size (%#x)\n", in __dev_dax_pmd_fault() 161 dev_dbg(dev, "alignment (%#x) > fault size (%#x)\n", in __dev_dax_pud_fault() 205 dev_dbg(&dev_dax->dev, "%s: %s (%#lx - %#lx) size = %d\n", current->comm, in dev_dax_huge_fault() 54 dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, unsigned long size) dax_pgoff_to_phys() argument
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pptt.c | 363 this_leaf->size = found_cache->size; in update_cache_properties()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | e7xxx_edac.c | 383 /* convert a 64 or 32 MiB DRB to a page size. */ in e7xxx_init_csrows() 445 layers[0].size = E7XXX_NR_CSROWS; in e7xxx_probe1() 448 layers[1].size = drc_chan + 1; in e7xxx_probe1()
|
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit.h | 56 #define A64_LS_REG(Rt, Rn, Rm, size, type) \ 58 AARCH64_INSN_SIZE_##size, \
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | pgtable.h | 9 * This hopefully works with any (fixed) IA-64 page-size, as defined 95 * PMD_SHIFT determines the size of the area a third-level page table 107 * PUD_SHIFT determines the size of the area a second-level page table 356 unsigned long size, pgprot_t vma_prot); 524 void arch_memmap_init(unsigned long size, int nid, unsigned long zone, 530 * Identity-mapped regions use a large page size. We'll call such large pages 541 * log2() of the page size we use to map the kernel image (IA64_TR_KERNEL):
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | sgiarcs.h | 89 ULONG cdsize; /* size of configuration data */ 279 unsigned short size; member 285 unsigned short size;
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | acutils.h | 648 void *acpi_ut_allocate_and_track(acpi_size size, 651 void *acpi_ut_allocate_zeroed_and_track(acpi_size size,
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | zoned.c | 26 if (dev->zone_size > dev->size) { in null_init_zoned_dev() 27 pr_err("Zone size larger than device capacity\n"); in null_init_zoned_dev() 35 pr_err("null_blk: zone capacity (%lu MB) larger than zone size (%lu MB)\n", in null_init_zoned_dev() 41 dev_capacity_sects = MB_TO_SECTS(dev->size); in null_init_zoned_dev()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | bios32.c | 564 resource_size_t size, resource_size_t align) in pcibios_align_resource() 579 start, size, align); in pcibios_align_resource() 563 pcibios_align_resource(void *data, const struct resource *res, resource_size_t size, resource_size_t align) pcibios_align_resource() argument
|
/kernel/linux/linux-5.10/arch/mips/bcm47xx/ |
H A D | buttons.c | 462 size_t size = nbuttons * sizeof(*buttons); in bcm47xx_buttons_copy() local 464 bcm47xx_button_pdata.buttons = kmemdup(buttons, size, GFP_KERNEL); in bcm47xx_buttons_copy()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | fp_decode.h | 152 btst #11,%d2 | 16/32 bit size? 167 | decode the base displacement size
|