Searched refs:isUserTar (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_json_entity_ext_manage.cpp | 146 auto [path, sta, isBigFile, isUserTar] = item->second; in SetExtManageForClone() 149 value["isUserTar"] = isUserTar; in SetExtManageForClone() 219 …bool isUserTar = item.isMember("isUserTar") && item["isUserTar"].isBool() ? item["isUserTar"].asBo… in GetExtManageInfo() local 226 isUserTar, isBigFile); in GetExtManageInfo() 229 ….hashName = fileName, .fileName = path, .sta = sta, .isUserTar = isUserTar, .isBigFile = isBigFile… in GetExtManageInfo()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_json_entity_ext_manage.h | 32 bool isUserTar {false};
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_tools/backup_tool/ |
H A D | tools_op_restore_async_test.cpp | 854 info.isUserTar = false; 885 info.isUserTar = false; 916 info.isUserTar = true;
|
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/ |
H A D | tools_op_restore_async.cpp | 210 if (!item.isBigFile && !item.isUserTar) { in ReadyExtManage() 215 … info.emplace(item.hashName, make_tuple(item.fileName, item.sta, item.isBigFile, item.isUserTar)); in ReadyExtManage()
|
H A D | tools_op_incremental_restore_async.cpp | 206 if (!item.isBigFile && !item.isUserTar) { in ReadyExtManage() 211 … info.emplace(item.hashName, make_tuple(item.fileName, item.sta, item.isBigFile, item.isUserTar)); in ReadyExtManage()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_extension_test.cpp | 211 info.isUserTar = true;
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 612 HILOGI("tarFile:%{public}s isUserTar:%{public}d", tarFile.data(), iter->isUserTar); in IsUserTar() 614 return iter->isUserTar; in IsUserTar() 1074 if (item.isUserTar || item.isBigFile) { in RestoreFilesForSpecialCloneCloud() 1202 if (item.hashName.empty() || (!item.isUserTar && !item.isBigFile)) { in RestoreBigFiles()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_entity_ext_manage_test.cpp | 654 EXPECT_TRUE(fileInfo[0].isUserTar);
|