Home
last modified time | relevance | path

Searched refs:write (Results 3976 - 4000 of 11017) sorted by relevance

1...<<151152153154155156157158159160>>...441

/build/scripts/util/
H A Dfile_utils.py109 output_f.write(content)
/build/tools/component_tools/
H A Dfull_components_generator.py145 f.write(json.dumps(ret, indent=2))
/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py95 file.write(subsystem_item_json)
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/
H A Dlinux.mak14 # along with this program; if not, write to the Free Software
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_file.h15 * along with this program; if not, write to the Free Software
146 return (hi_u32)write(pst_file->fd, pc_string, ul_length); in oal_file_write()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/
H A Dlinker.lds.mk19 * along with this program; if not, write to the Free Software
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/
H A Dlinker.lds.mk19 * along with this program; if not, write to the Free Software
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/uart_sample/
H A Duart.c132 ret = write(fd, (char*)sendBuf + count, sendLen); in UartSend()
134 printf("write data below 1 byte % d\r\n", ret); in UartSend()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H A Dposix_help.c98 ret = write(fd, (const char*)msgData + total, msgLen - total); in FdWriteMsg()
106 } else { // write error in FdWriteMsg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H A Dmain.c47 flash_funcs.write = hi_flash_write; in boot_flash_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_pbha_debugfs.c97 /* This is a debugfs config write, so reset GPU such that changes take effect ASAP */ in int_id_overrides_write()
115 .write = int_id_overrides_write,
/device/soc/rockchip/rk3588/kernel/drivers/mfd/
H A Drk806-spi.c50 dev_err(&spi->dev, "regmap write err!\n"); in rk806_spi_bus_write()
83 .write = rk806_spi_bus_write,
/foundation/CastEngine/castengine_wifi_display/services/network/client/
H A Dudp_client.cpp100 if (::write(fd, buf, nSize) != -1) { in Send()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_ability_info.cpp93 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump()
95 APP_LOGE("dump DistributedAbilityInfo write error %{public}d", errno); in Dump()
H A Ddistributed_module_info.cpp90 int ret = TEMP_FAILURE_RETRY(write(fd, result.c_str(), result.size())); in Dump()
92 APP_LOGE("write error %{public}d", errno); in Dump()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h61 * @brief Defines the parameters in the response to a read or write request from the client.
68 /** Read/write status, as enumerated in {@link GattStatus} */
126 * receives a write request from the client.
153 * Whether a prepare write is required.
243 * @brief Called when the GATT server receives a write request from the client.
308 /** Callback that is invoked when the GATT server receives a write request from the client */
328 * @brief Called when the GATT client requests to write data to the GATT server.
355 /** Callback that is invoked when the GATT client requests to write data to the GATT server */
356 BleGattServiceWrite write; member
558 * @brief Sends a response to the client from which a read or write reques
[all...]
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLogger.cpp73 output->write(aLogLevel, aFilename, aLinenumber, buffer); in vlog()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dstring_utils.cpp105 long len = write(fd, data, size); in WriteFileSync()
107 LOGE("write %{public}s failed, errno %{public}d", path, errno); in WriteFileSync()
112 LOGE("write return len %{public}ld, not equal to content length %{public}zu", len, size); in WriteFileSync()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/data_producer_base/
H A Ddata_producer_base.cpp112 inputDumpFile_->write(reinterpret_cast<char *>(bufferAddr), bufferInfo.attr.size); in DumpInput()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/file_sink/
H A Dfile_fd_sink_plugin.cpp89 write(fd_, bufferData->GetReadOnlyData(), bufferData->GetSize()); in Write()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagegifencoder_fuzzer/src/
H A Dimage_gif_encoder_fuzzer.cpp82 if (write(fd, data, size) != static_cast<ssize_t>(size)) { in GifEncoderPackingByPathNameFuzz()
/foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp144 ssize_t res = write(fds_[1], &data, sizeof(data)); in PostTask()
/foundation/multimedia/player_framework/services/utils/
H A Dplayer_xcollie.cpp71 write(fd, dumpString.c_str(), dumpString.size()); in Dump()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/
H A Dlib.rs83 self.handler.write().unwrap().replace(handler.clone()); in on_start_with_reason()
/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.h98 int32_t ret = write(fd, valueStr.c_str(), valueStr.size()); in SetCGroupPara()
100 FFRT_LOGE("[cgroup_ctrl] fail to write path:%s valueStr:%s to fd:%d, errno:%d", in SetCGroupPara()

Completed in 16 milliseconds

1...<<151152153154155156157158159160>>...441