Home
last modified time | relevance | path

Searched refs:size (Results 25476 - 25500 of 55115) sorted by relevance

1...<<1011101210131014101510161017101810191020>>...2205

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dupgrade.cpp116 err = memcpy_s(newKey.data(), newKey.size(), uuid.data(), uuid.size()); in UpdateUuid()
147 password.SetValue(pwd.data(), pwd.size()); in GetDBStore()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_automatic_test.cpp82 * @tc.size : Medium test
96 * @tc.size : Medium test
115 * @tc.size : Medium test
129 * @tc.size : Medium test
148 * @tc.size : Medium test
187 * @tc.size : Medium test
208 * @tc.size : Medium test
229 * @tc.size : Medium test
251 * @tc.size : Medium test
260 CameraStandard::Size size in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/callback/
H A Ddcamera_source_callback.cpp82 if (devId.empty() || devId.size() > DID_MAX_SIZE || dhId.empty() || dhId.size() > DID_MAX_SIZE) { in OnHardwareStateChanged()
99 if (devId.empty() || devId.size() > DID_MAX_SIZE) { in OnDataSyncTrigger()
/foundation/distributedhardware/distributed_input/services/state/test/dinpusinkstatetest/
H A Ddinput_sink_state_test.cpp134 EXPECT_EQ(DInputSinkState::GetInstance().keyDownStateMap_.size(), 0); in HWTEST_F()
149 EXPECT_EQ(DInputSinkState::GetInstance().keyDownStateMap_.size(), 0); in HWTEST_F()
172 EXPECT_EQ(0, ret.size()); in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dbase_key.h88 static bool LoadKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size = 0);
105 static bool GenerateAndSaveKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size);
106 static bool GenerateKeyBlob(KeyBlob &blob, const uint32_t size);
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_service_test.cpp121 if (includedservices.size() == 0) { in HWTEST_F()
147 if (includedservices.size() == 1) { in HWTEST_F()
233 if (res.size() == 0) { in HWTEST_F()
/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp83 if (bluetoothRemoteDeviceByState.size() != bluetoothRemoteDeviceAddr.size()) { in CompareDevice()
86 for (int i = 0; i < bluetoothRemoteDeviceByState.size(); i++) { in CompareDevice()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp86 size_t size = RTM_PAYLOAD(hdrMsg); in parseNDRouteMessage() local
89 for (rtaInfo = RTM_RTA(rtMsg); RTA_OK(rtaInfo, (int)size); rtaInfo = RTA_NEXT(rtaInfo, size)) { in parseNDRouteMessage()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_binding.cpp88 int WriteAddressBinding(const AddressBinding *binding, char *out, uint32_t size) in WriteAddressBinding() argument
98 if (snprintf_s(out, size, size - 1, "%s %s %llu %llu %llu %llu %d %d %s", mac, ip, binding->leaseTime, in WriteAddressBinding()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h58 FILLP_UINT32 sendCache; /* size of send cache */
59 FILLP_UINT32 recvCache; /* size of recv cache */
76 FILLP_UINT16 pktSize; /* default pkt size to cal flow rate */
144 struct GlobalAppResource resConf; /* Total size is 15 * sizeof uint32 */
203 FILLP_INT size; member
241 FILLP_INT SysArchSetSockRcvbuf(FILLP_INT sock, FILLP_UINT size);
242 FILLP_INT SysArchSetSockSndbuf(FILLP_INT sock, FILLP_UINT size);
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptpf_mbox.c37 static void cpt_cfg_qlen_for_vf(struct cpt_device *cpt, int vf, u32 size) in cpt_cfg_qlen_for_vf() argument
42 pf_qx_ctl.s.size = size; in cpt_cfg_qlen_for_vf()
/kernel/linux/linux-5.10/drivers/firmware/google/
H A Dcoreboot_table.c99 device = kzalloc(sizeof(struct device) + entry->size, GFP_KERNEL); in coreboot_table_populate()
107 memcpy(&device->entry, ptr_entry, entry->size); in coreboot_table_populate()
115 ptr_entry += entry->size; in coreboot_table_populate()
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_protocol.h154 u32 size; /* == bio->bi_size */ member
159 u32 size; /* == bio->bi_size */ member
204 * max discard size of 128 MiB
355 u64 d_size; /* size of disk */
356 u64 u_size; /* user requested size */
357 u64 c_size; /* current exported size */
358 u32 max_bio_size; /* Maximal size of a BIO */
380 u64 size; member
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-mini6410.c108 .size = SZ_1M,
113 .size = SZ_2M,
118 .size = MTDPART_SIZ_FULL,
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dkasan_init.c32 static __init void *kasan_alloc_block(size_t size) in kasan_alloc_block() argument
34 return memblock_alloc_try_nid(size, size, __pa(MAX_DMA_ADDRESS), in kasan_alloc_block()
/kernel/linux/linux-5.10/arch/x86/pci/
H A Dsta2x11-fixup.c56 int size = STA2X11_SWIOTLB_SIZE; in sta2x11_new_instance() local
58 dev_info(&pdev->dev, "Using SWIOTLB (size %i)\n", size); in sta2x11_new_instance()
59 if (swiotlb_late_init_with_default_size(size)) in sta2x11_new_instance()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dkgdb.c110 dbg_reg_def[regno].size); in dbg_get_reg()
112 memset(mem, 0, dbg_reg_def[regno].size); in dbg_get_reg()
123 dbg_reg_def[regno].size); in dbg_set_reg()
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dio.h174 void __iomem *ioremap(unsigned long phys_addr, unsigned long size);
193 size_t size) in memset_io()
195 memset((void __force *)addr, value, size); in memset_io()
192 memset_io(volatile void __iomem *addr, int value, size_t size) memset_io() argument
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dbadge4.c139 .size = 0x0000A000
143 .size = 0x00006000
147 .size = MTDPART_SIZ_FULL
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Duncached.c250 size_t size = uc_end - uc_start; in uncached_build_memmap() local
255 memset((char *)uc_start, 0, size); in uncached_build_memmap()
256 (void) gen_pool_add(pool, uc_start, size, nid); in uncached_build_memmap()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpage.h28 * PAGE_SHIFT determines the actual kernel page size.
39 # error Unsupported page size!
45 #define PERCPU_PAGE_SHIFT 18 /* log2() of max. size of per-CPU area */
52 # define HPAGE_SHIFT_DEFAULT 28 /* check ia64 SDM for architecture supported size */
158 get_order (unsigned long size) in get_order() argument
160 long double d = size - 1; in get_order()
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Derr_common.c60 mchk_header->size, mchk_header->size, in mchk_dump_logout_frame()
76 mchk_header->size - mchk_header->sys_offset, in mchk_dump_logout_frame()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dkgdb.c58 dbg_reg_def[regno].size); in dbg_get_reg()
60 memset(mem, 0, dbg_reg_def[regno].size); in dbg_get_reg()
71 dbg_reg_def[regno].size); in dbg_set_reg()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsecvar-sysfs.c55 pr_err("Error retrieving %s variable size %d\n", kobj->name, in size_show()
73 pr_err("Error getting %s variable size %d\n", kobj->name, rc); in data_read()
113 static struct kobj_attribute size_attr = __ATTR_RO(size);
154 rc = of_property_read_u64(node, "max-var-size", &varsize); in update_kobj_size()
158 data_attr.size = varsize; in update_kobj_size()
159 update_attr.size = varsize; in update_kobj_size()
242 pr_err("Cannot read the size of the attribute\n"); in secvar_sysfs_init()
H A Dpci_32.c165 int size; in pci_device_from_OF_node() local
171 reg = of_get_property(node, "reg", &size); in pci_device_from_OF_node()
172 if (!reg || size < 5 * sizeof(u32)) in pci_device_from_OF_node()

Completed in 35 milliseconds

1...<<1011101210131014101510161017101810191020>>...2205