Home
last modified time | relevance | path

Searched refs:write (Results 5926 - 5950 of 10822) sorted by relevance

1...<<231232233234235236237238239240>>...433

/base/startup/init/services/init/standard/
H A Dinit.c206 if (write(fd, content, strlen(content)) < 0) { in InitSysAdj()
/base/startup/init/test/unittest/modules/
H A Deng_unittest.cpp220 write(fd, buffer.c_str(), buffer.size()); in HWTEST_F()
/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
H A Dgpio_adapter.c224 .write = LinuxGpioWrite,
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mmc/
H A Dmmc_block_lite.c272 .write = LiteosBlockWrite,
/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/
H A Dmtd_legacy_lite.c358 nand_mtd->write = MtdDeviceLegacyNandWrite; in MtdDeviceLegacyFillMtdInfo()
/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_wm.c105 .write = GpioDevWrite,
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.cpp247 ofs_.write(data, size);
253 Logger().Error() << "failed to write file " << outFileName_;
/drivers/hdf_core/framework/tools/hc-gen/
H A Dhcs_build_info.py249 sys.stdout.write(parser.get_hcs_info())
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_device_info_hcs.py61 lwrite.write(line)
/drivers/hdf_core/framework/tools/idl-gen/
H A D_header_parser.py87 file.write(new_lines)
/drivers/liteos/hievent/src/
H A Dhievent_driver.c352 .write = HieventWrite, /* write */
/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.cpp74 int hasWriten = write(fileFd, data, size); in SaveFile()
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_layer.cpp201 rawDataFile.write(static_cast<const char *>(buffAddr), buffer->size); in DumpLayerBuffer()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_device_mitigation.cpp51 ssize_t recever = write(fd, buf.c_str() + (size_t) pos, bytesSize - (size_t)pos); in WriteSysfsFd()
H A Dthermal_simulation_node.cpp236 write(fd, buf.c_str(), size); in WriteFile()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_proxy.cpp65 APP_LOGE("fail to AddExtResource due to write bundleName failed"); in AddExtResource()
69 APP_LOGE("fail to AddExtResource due to write filePaths failed"); in AddExtResource()
101 APP_LOGE("fail to RemoveExtResource due to write bundleName failed"); in RemoveExtResource()
105 APP_LOGE("fail to RemoveExtResource due to write moduleNames failed"); in RemoveExtResource()
133 APP_LOGE("fail to GetExtResource due to write bundleName failed"); in GetExtResource()
174 APP_LOGE("fail to EnableDynamicIcon due to write bundleName failed"); in EnableDynamicIcon()
178 APP_LOGE("fail to EnableDynamicIcon due to write moduleName failed"); in EnableDynamicIcon()
205 APP_LOGE("fail to DisableDynamicIcon due to write bundleName fail"); in DisableDynamicIcon()
233 APP_LOGE("fail to GetDynamicIcon due to write bundleName fail"); in GetDynamicIcon()
263 APP_LOGE("write interfac in CreateFd()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/quick_fix/
H A Dquick_fix_manager_proxy.cpp72 LOG_E(BMS_TAG_DEFAULT, "write bundleFilePaths failed"); in DeployQuickFix()
76 LOG_E(BMS_TAG_DEFAULT, "write isDebug failed"); in DeployQuickFix()
80 LOG_E(BMS_TAG_DEFAULT, "write targetPath failed"); in DeployQuickFix()
84 LOG_E(BMS_TAG_DEFAULT, "write parcel failed"); in DeployQuickFix()
114 LOG_E(BMS_TAG_DEFAULT, "write bundleName failed"); in SwitchQuickFix()
118 LOG_E(BMS_TAG_DEFAULT, "write enable failed"); in SwitchQuickFix()
122 LOG_E(BMS_TAG_DEFAULT, "write parcel failed"); in SwitchQuickFix()
152 LOG_E(BMS_TAG_DEFAULT, "write bundleName failed"); in DeleteQuickFix()
156 LOG_E(BMS_TAG_DEFAULT, "write parcel failed"); in DeleteQuickFix()
178 LOG_E(BMS_TAG_DEFAULT, "write interfac in CreateFd()
[all...]
/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H A Dapp_domain_verify_mgr_service.cpp257 (void)write(fd, dumpString.c_str(), dumpString.size()); in Dump()
/foundation/bundlemanager/app_domain_verify/services/src/agent/core/
H A Dapp_domain_verify_agent_service.cpp288 (void)write(fd, dumpString.c_str(), dumpString.size()); in Dump()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.cpp237 if (write(fd, JSProfiler::GetInstance()->msg_[i].msg, strlen(JSProfiler::GetInstance()->msg_[i].msg)) < 0) { in FlushProfilerMsg()
371 HILOG_ERROR(HILOG_MODULE_ACE, "ace js profiler write msg failed"); in Output()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.cpp293 auto result = write(fd, pixelmap, pixelMapSize); in Pixmap2RawFile()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmedia_manager.cpp84 DP_CHECK_ERROR_RETURN_RET_LOG(off == static_cast<off_t>(ERROR_FAIL), ERROR_FAIL, "write temp lseek failed."); in Pause()
85 auto ret = write(outputFileFd_, lastPts.c_str(), lastPts.size()); in Pause()
86 DP_CHECK_ERROR_RETURN_RET_LOG(ret == static_cast<int64_t>(ERROR_FAIL), ERROR_FAIL, "write temp final pts failed."); in Pause()
167 DP_CHECK_ERROR_RETURN_RET_LOG(ret == ERROR_FAIL, ERROR_FAIL, "write temp data failed."); in Recover()
193 DP_CHECK_ERROR_RETURN_RET_LOG(ret == ERROR_FAIL, ERROR_FAIL, "write audio data failed."); in CopyAudioTrack()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_decoder_inner_demo.cpp242 outputFile.write(reinterpret_cast<char *>(buffer->GetBase()), attr.size); in OutputFunc()
H A Davcodec_audio_encoder_inner_demo.cpp209 outputFile.write(reinterpret_cast<char *>(buffer->GetBase()), attr.size); in OutputFunc()
210 cout << "output write size = " << attr.size << endl; in OutputFunc()
/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmoving_photo_impl.cpp174 bytesWritten = write(destFd, buffer, bytesRead); in CopyFileFromMediaLibrary()

Completed in 22 milliseconds

1...<<231232233234235236237238239240>>...433