Searched refs:saveFile (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | disableLogs.js | 78 function saveFile(fileName, content) { function 105 saveFile(fileName, newContent);
|
H A D | disableProfiler.js | 77 function saveFile(fileName, content) { function 104 saveFile(fileName, newContent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.cpp | 259 std::ofstream saveFile(recordsPath_); local 260 if (!saveFile.is_open()) { 265 saveFile << s << "\n"; 267 saveFile.close();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/ |
H A D | test_base.cpp | 227 void TestBase::GpuCanvasToFile(napi_env env, bool saveFile) in GpuCanvasToFile() argument 273 if (saveFile) { in GpuCanvasToFile()
|
H A D | test_base.h | 85 void GpuCanvasToFile(napi_env env, bool saveFile = true);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_uri_unit_test.cpp | 277 FILE* saveFile = fopen(outFile, "wb"); variable 279 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile); 280 fclose(saveFile); 604 FILE* saveFile = fopen(outFile, "wb"); variable 606 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile); 607 fclose(saveFile); 776 FILE* saveFile = fopen(outFile, "wb"); variable 778 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile); 779 fclose(saveFile);
|
H A D | avsource_unit_test.cpp | 700 FILE* saveFile = fopen(outFile, "wb"); variable 702 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile); 703 fclose(saveFile); 1042 FILE* saveFile = fopen(outFile, "wb"); variable 1044 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile); 1045 fclose(saveFile); 1222 FILE* saveFile = fopen(outFile, "wb"); variable 1224 fwrite(addr_, sizeof(uint8_t), buffSize_, saveFile); 1225 fclose(saveFile);
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/picker/ |
H A D | picker.js | 402 config.parameters.saveFile = option.newFileNames[0];
|
/ohos5.0/docs/zh-cn/application-dev/ |
H A D | Samples.md | 2862 …* 保存更新包:通过WorkSchedulerSystem.saveFile()来实现,受限调用fileio.openSync()创建文件,然后调用fileio.writeSync()将下载的内容…
|