/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | camera_manager_impl.cpp | 150 size_t dstSize = strlen(src) + 1; 245 size_t dstSize = strlen(src) + 1; in GetSupportedCameras()
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_service_proxy.cpp | 652 std::string fdStr = uri.substr(strlen("fd://"), fdTailPos - strlen("fd://")); in SetMediaSource()
|
/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_manager_test.cpp | 448 ret = strncpy_s(bleConnection->networkId, NETWORK_ID_BUF_LEN, networkId, strlen(networkId)); in HWTEST_F() 466 ret = strncpy_s(invalidConnection->networkId, NETWORK_ID_BUF_LEN, networkId, strlen(networkId)); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 421 .len = strlen(msgStr) + 1, in SendUdpInfo() 751 .len = strlen(msgStr) + 1, in StartExchangeUdpInfo()
|
/foundation/communication/dsoftbus/tests/core/common/utils/unittest/ |
H A D | sqlite3_utils_test.cpp | 743 EXPECT_EQ(BindParaText(ctx_1, idx, valuetext1, strlen(valuetext1)), SQLITE_ERROR); in HWTEST_F() 745 EXPECT_EQ(BindParaText(ctx_1, idx, valuetext1, strlen(valuetext1)), SQLITE_ERROR); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | softbus_proxychannel_message_test.cpp | 422 dataInfo.inLen = strlen((const char*)dataInfo.inData); in HWTEST_F() 441 dataInfo.inLen = strlen((const char*)dataInfo.inData); in HWTEST_F()
|
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_message_parcel_read.cpp | 234 napi_create_string_utf8(env, propKeyStr, strlen(propKeyStr), &propKey); in JS_readSequenceable() 755 napi_create_string_utf8(env, propKeyStr, strlen(propKeyStr), &propKey); in JS_readSequenceableArray()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_util_test.cpp | 63 int length = strlen(srcBuf); in HWTEST_F() 77 int length = strlen(srcBuf); in HWTEST_F()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.c | 1323 strlen(ATOM_ATI_MAGIC))) { in amdgpu_atom_parse() 1332 strlen(ATOM_ROM_MAGIC))) { in amdgpu_atom_parse()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | osl.c | 530 if (!memcmp(init_val->name, "_OS_", 4) && strlen(acpi_os_name)) { in acpi_os_predefined_override() 1317 chars = strlen(buffer) - 1; in acpi_os_get_line()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 685 const int plen = strlen(PP_PREFIX); in pmf_add_functions() 693 if (strlen(name) && pp->length >= 12) in pmf_add_functions()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | virtio_uml.c | 1246 unsigned int len = strlen(buffer); in vu_cmdline_get_device() 1259 return strlen(buffer) + 1; in vu_cmdline_get()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_fsl.c | 343 return strlen(buf); in fsl_sata_intr_coalescing_store() 385 return strlen(buf); in fsl_sata_rx_watermark_store()
|
/kernel/linux/linux-5.10/drivers/block/xen-blkback/ |
H A D | xenbus.c | 66 devname += strlen("/dev/"); in blkback_name() 1141 xspathsize = strlen(dev->otherend) + xenstore_path_ext_size; in connect_ring()
|
/kernel/linux/linux-5.10/drivers/dma/xilinx/ |
H A D | xilinx_dpdma.c | 312 out_str_len = strlen(XILINX_DPDMA_DEBUGFS_UINT16_MAX_STR); in xilinx_dpdma_debugfs_desc_done_irq_read() 385 size = min(size, strlen(kern_buff)); in xilinx_dpdma_debugfs_read()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | protection_keys.c | 73 ret = write(fd, str, strlen(str)); in cat_into_file() 74 if (ret != strlen(str)) { in cat_into_file()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 685 const int plen = strlen(PP_PREFIX); in pmf_add_functions() 693 if (strlen(name) && pp->length >= 12) in pmf_add_functions()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sysctl.c | 1525 strncmp(buf, test->oldval, strlen(test->oldval))) { in access_sysctl() 1534 if (write(fd, test->newval, strlen(test->newval)) == -1) in access_sysctl()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | virtio_uml.c | 1352 unsigned int len = strlen(buffer); in vu_cmdline_get_device() 1365 return strlen(buffer) + 1; in vu_cmdline_get()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-lg4ff.c | 874 i = strlen(lbuf); in lg4ff_alternate_modes_store() 1407 name_sz = strlen(dev_name(&hid->dev)) + 8; in lg4ff_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atom.c | 1286 strlen(ATOM_ATI_MAGIC))) { in atom_parse() 1295 strlen(ATOM_ROM_MAGIC))) { in atom_parse()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_connector.c | 1976 strlen(path) + 1, in drm_connector_set_path_property() 2021 strlen(tile) + 1, in drm_connector_set_tile_property()
|
/kernel/linux/linux-5.10/drivers/most/ |
H A D | core.c | 181 return strlen(buf); in available_directions_show() 201 return strlen(buf); in available_datatypes_show()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 176 prefix_len = strlen(prefix); in ioc3eth_nvmem_match() 177 if (strlen(name) < (prefix_len + 3)) in ioc3eth_nvmem_match()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cache.c | 182 len = strlen(buf); in ib_cache_gid_parse_type_str() 191 len == strlen(gid_type_str[i])) { in ib_cache_gid_parse_type_str()
|