| /build/scripts/util/ |
| H A D | file_utils.py | 109 output_f.write(content)
|
| /build/tools/component_tools/ |
| H A D | full_components_generator.py | 145 f.write(json.dumps(ret, indent=2))
|
| /build/tools/component_tools/static_check/bundle_check/ |
| H A D | get_subsystem_with_component.py | 95 file.write(subsystem_item_json)
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/ |
| H A D | linux.mak | 14 # along with this program; if not, write to the Free Software
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | oal_file.h | 15 * 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 D | linker.lds.mk | 19 * along with this program; if not, write to the Free Software
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
| H A D | linker.lds.mk | 19 * along with this program; if not, write to the Free Software
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/uart_sample/ |
| H A D | uart.c | 132 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 D | posix_help.c | 98 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 D | main.c | 47 flash_funcs.write = hi_flash_write; in boot_flash_init()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_pbha_debugfs.c | 97 /* 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 D | rk806-spi.c | 50 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 D | udp_client.cpp | 100 if (::write(fd, buf, nSize) != -1) { in Send()
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
| H A D | distributed_ability_info.cpp | 93 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 D | distributed_module_info.cpp | 90 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 D | ohos_bt_gatt_server.h | 61 * @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 D | Logger.cpp | 73 output->write(aLogLevel, aFilename, aLinenumber, buffer);
in vlog()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
| H A D | string_utils.cpp | 105 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 D | data_producer_base.cpp | 112 inputDumpFile_->write(reinterpret_cast<char *>(bufferAddr), bufferInfo.attr.size); in DumpInput()
|
| /foundation/multimedia/media_foundation/engine/plugin/plugins/sink/file_sink/ |
| H A D | file_fd_sink_plugin.cpp | 89 write(fd_, bufferData->GetReadOnlyData(), bufferData->GetSize()); in Write()
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagegifencoder_fuzzer/src/ |
| H A D | image_gif_encoder_fuzzer.cpp | 82 if (write(fd, data, size) != static_cast<ssize_t>(size)) { in GifEncoderPackingByPathNameFuzz()
|
| /foundation/multimodalinput/input/intention/scheduler/task_scheduler/src/ |
| H A D | task_scheduler.cpp | 144 ssize_t res = write(fds_[1], &data, sizeof(data)); in PostTask()
|
| /foundation/multimedia/player_framework/services/utils/ |
| H A D | player_xcollie.cpp | 71 write(fd, dumpString.c_str(), dumpString.size()); in Dump()
|
| /foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/ |
| H A D | lib.rs | 83 self.handler.write().unwrap().replace(handler.clone()); in on_start_with_reason()
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | osattr_manager.h | 98 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()
|