/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A D | image_diff.cpp | 30 static void WriteToFile(std::ofstream &patchFile, DataType data, size_t dataSize) in WriteToFile() function 411 WriteToFile<int32_t>(patchFile, level_, sizeof(int32_t)); in WriteHeader() 412 WriteToFile<int32_t>(patchFile, method_, sizeof(int32_t)); in WriteHeader() 413 WriteToFile<int32_t>(patchFile, windowBits_, sizeof(int32_t)); in WriteHeader() 414 WriteToFile<int32_t>(patchFile, memLevel_, sizeof(int32_t)); in WriteHeader() 415 WriteToFile<int32_t>(patchFile, strategy_, sizeof(int32_t)); in WriteHeader() 504 WriteToFile<int32_t>(patchFile, compressionLevel_, sizeof(int32_t)); in WriteHeader() 505 WriteToFile<int32_t>(patchFile, magic, sizeof(int32_t)); in WriteHeader() 506 WriteToFile<int32_t>(patchFile, blockIndependence_, sizeof(int32_t)); in WriteHeader() 508 WriteToFile<int32_t>(patchFile, blockSizeID_, sizeof(int32_t)); in WriteHeader() [all …]
|
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | kernel_interface_test.cpp | 156 ret = KernelInterface::GetInstance().WriteToFile(path, line1); // curr content: "line1" 161 …ret = KernelInterface::GetInstance().WriteToFile(path, line1, false); // curr content: "line1line1" 166 ret = KernelInterface::GetInstance().WriteToFile(path, "", false); // curr content: "line1line1" 171 ret = KernelInterface::GetInstance().WriteToFile(path, "", true); // curr content: "" 192 ret = KernelInterface::GetInstance().WriteToFile(path, line1); // curr content: "line1" 193 …ret = ret && KernelInterface::GetInstance().WriteToFile(path, "\n", false); // curr content: "line… 194 …ret = ret && KernelInterface::GetInstance().WriteToFile(path, line2, false); // curr content: "lin… 199 …ret = KernelInterface::GetInstance().WriteToFile(path, lines); // curr content: "line1\nline2\nlin… 240 bool ret = KernelInterface::GetInstance().WriteToFile(path, line1, false); 241 ret = ret || KernelInterface::GetInstance().WriteToFile(path, line1); [all …]
|
H A D | memcg_mgr_test.cpp | 108 KernelInterface::GetInstance().WriteToFile("/dev/memcg/cgroup.procs", "1", false);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/ |
H A D | image_compressor_test.cpp | 95 instance->WriteToFile(key, compressData, {width, height}); 118 instance->WriteToFile(key, compressData, {width, height}); 141 instance->WriteToFile(key, compressData, {width, height}); 163 instance->WriteToFile(key, compressData, {width, height});
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | sharing_manager.cpp | 104 bool WriteToFile(const char *fileName, const char *value) in WriteToFile() function 240 bool ipv6Success = WriteToFile(option.c_str(), value); in SetIpv6PrivacyExtensions() 248 bool ipv6Success = WriteToFile(option.c_str(), value); in SetEnableIpv6() 256 bool ipv4Success = WriteToFile(IPV4_FORWARDING_PROC_FILE, value); in SetIpFwdEnable() 257 bool ipv6Success = WriteToFile(IPV6_FORWARDING_PROC_FILE, value); in SetIpFwdEnable()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/log/ |
H A D | backup_hi_audit.cpp | 117 WriteToFile(auditLog.TitleString() + "\n"); in Write() 126 WriteToFile(writeLog); in Write() 181 void BackupHiAudit::WriteToFile(const std::string& content) in WriteToFile() function in OHOS::Media::BackupHiAudit
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | hi_audit.cpp | 116 WriteToFile(auditLog.TitleString() + "\n"); in Write() 125 WriteToFile(writeLog); in Write() 179 void HiAudit::WriteToFile(const std::string& content) in WriteToFile() function in OHOS::Media::HiAudit
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.h | 62 void WriteToFile(std::string key, sk_sp<SkData> compressdImage, Size size); 65 void WriteToFile(std::string key, std::shared_ptr<RSData> compressdImage, Size size);
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_cgroup_test.cpp | 125 ret = WriteToFile(path, 0, pids, 3); 268 ret = WriteToFile(path, 0, pids, 3); 357 int ret = WriteToFile(nullptr, -1, pids, 3); 384 ret = WriteToFile(path, 0, pids, 3);
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_dfx.cpp | 311 WriteToFile(wStream, currentTime); in ProcessLogInfo() 335 WriteToFile(wStream, currentTime); in WriteToEmptyFile() 339 void ThermalDfx::WriteToFile(std::ofstream& wStream, std::string& currentTime) in WriteToFile() function in OHOS::HDI::Thermal::V1_1::ThermalDfx
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_cgroup.c | 51 APPSPAWN_STATIC int WriteToFile(const char *path, int truncated, pid_t pids[], uint32_t count) in WriteToFile() function 211 ret = WriteToFile(path, 0, (pid_t *)&appInfo->pid, 1); in ProcessMgrAddApp()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/log/ |
H A D | backup_hi_audit.h | 63 void WriteToFile(const std::string& log);
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_dfx.h | 50 void WriteToFile(std::ofstream& wStream, std::string& currentTime);
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_file.h | 132 int32 WriteToFile(HiviewFile *fp, const uint8 *data, uint32 len);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | hi_audit.h | 99 void WriteToFile(const std::string& log);
|
/ohos5.0/base/startup/appspawn/test/mock/ |
H A D | app_spawn_stub.h | 65 int WriteToFile(const char *path, int truncated, pid_t pids[], uint32_t count);
|
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/ |
H A D | nativetoken.c | 333 static void WriteToFile(const cJSON *root) in WriteToFile() function 396 WriteToFile(record); in SaveTokenIdToCfg() 629 WriteToFile(record); in UpdateInfoInCfgFile()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 179 fullStackPath = WriteToFile(fileName, catcherStack); in AppfreezeHandleWithStack() 187 fullStackPath = WriteToFile(fileName, catchJsonStack); in AppfreezeHandleWithStack() 198 std::string AppfreezeManager::WriteToFile(const std::string& fileName, std::string& content) in WriteToFile() function in OHOS::AppExecFwk::AppfreezeManager 292 std::string fullStackPath = WriteToFile(fileName, binderInfo); in AcquireStack()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | cache_data.h | 53 void WriteToFile();
|
H A D | shader_cache.cpp | 164 cacheData_->WriteToFile(); in WriteToDisk()
|
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_strategy_manager/ |
H A D | avail_buffer_manager.cpp | 110 return KernelInterface::GetInstance().WriteToFile(fullPath, NumsToString()); in WriteAvailBufferToKernel()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_utils.cpp | 334 void WriteToFile(std::string prefixPath, std::string pid, void* dest, size_t size, int32_t format, … in WriteToFile() function 397 …std::thread file_writer(WriteToFile, prefixPath, std::to_string(pid), dest, size, buffer->GetForma… in DumpToFileAsync()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/include/ |
H A D | appfreeze_manager.h | 79 std::string WriteToFile(const std::string& fileName, std::string& content);
|
/ohos5.0/foundation/resourceschedule/memmgr/common/include/ |
H A D | kernel_interface.h | 53 bool WriteToFile(const std::string& path, const std::string& content, bool truncated = true);
|
/ohos5.0/foundation/resourceschedule/memmgr/common/src/ |
H A D | memmgr_config_manager.cpp | 176 return KernelInterface::GetInstance().WriteToFile(path, content); in WriteReclaimRatiosConfigToKernel()
|