| /base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/ |
| D | hks_storage_util_test.cpp | 86 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; variable 88 struct HksStoreFileInfo fileInfo = { { 0 } }; variable 115 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; variable 117 struct HksStoreFileInfo fileInfo = { { 0 } }; variable 144 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; variable 146 struct HksStoreFileInfo fileInfo = { { 0 } }; variable 173 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; variable 175 struct HksStoreFileInfo fileInfo = { { 0 } }; variable 203 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; variable 205 struct HksStoreFileInfo fileInfo = { { 0 } }; variable [all …]
|
| /base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
| D | hks_storage_manager.c | 275 const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksConstructStoreFileInfo() 294 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreKeyBlob() local 296 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreKeyBlob() local 326 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreDeleteKeyBlob() local 328 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreDeleteKeyBlob() local 358 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreIsKeyBlobExist() local 360 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreIsKeyBlobExist() local 390 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreGetKeyBlob() local 392 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreGetKeyBlob() local 435 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreGetKeyBlobSize() local [all …]
|
| D | hks_storage.c | 213 static int32_t DeleteKeyBlob(const struct HksStoreFileInfo *fileInfo) in DeleteKeyBlob() 260 static int32_t IsKeyBlobExist(const struct HksStoreFileInfo *fileInfo) in IsKeyBlobExist() 279 int32_t HksStoreKeyBlob(const struct HksStoreFileInfo *fileInfo, const struct HksBlob *keyBlob) in HksStoreKeyBlob() 301 int32_t HksStoreDeleteKeyBlob(const struct HksStoreFileInfo *fileInfo) in HksStoreDeleteKeyBlob() 314 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo) in HksStoreIsKeyBlobExist() 427 static int32_t GetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo … in GetKeyAliasByProcessName() 461 int32_t HksGetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *key… in HksGetKeyAliasByProcessName() 473 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount) in HksGetKeyCountByProcessName() 813 static int32_t GetHksFileEntry(const struct HksStoreFileInfo *fileInfo, struct HksFileEntry **fileN… in GetHksFileEntry() 847 int32_t HksListAliasesByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyAliasSet … in HksListAliasesByProcessName()
|
| D | hks_storage_utils.c | 245 static int32_t FileInfoInit(struct HksStoreFileInfo *fileInfo) in FileInfoInit() 261 void FileInfoFree(struct HksStoreFileInfo *fileInfo) in FileInfoFree() 573 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksGetFileInfo()
|
| /base/security/code_signature/utils/include/ |
| D | cs_hisysevent.h | 44 inline void ReportParseCodeSig(const std::string &fileInfo, int32_t errCode) in ReportParseCodeSig() 50 inline void ReportInvalidOwner(const std::string &fileInfo, const std::string &ownerID, in ReportInvalidOwner()
|
| /base/update/updater/services/diffpatch/bzip2/ |
| D | lz4_adapter.h | 54 … const Hpackage::PkgManager::FileInfoPtr fileInfo) : Lz4Adapter(outStream, offset, fileInfo) {} in Lz4FrameAdapter() 75 …const Hpackage::PkgManager::FileInfoPtr fileInfo) : Lz4FrameAdapter(outStream, offset, fileInfo) {} in Lz4BlockAdapter()
|
| D | zip_adapter.cpp | 24 …::ZipAdapter(UpdatePatchWriterPtr outStream, size_t offset, const PkgManager::FileInfoPtr fileInfo) in ZipAdapter()
|
| D | lz4_adapter.cpp | 27 …::Lz4Adapter(UpdatePatchWriterPtr outStream, size_t offset, const PkgManager::FileInfoPtr fileInfo) in Lz4Adapter()
|
| /base/security/dlp_permission_service/frameworks/dlp_permission/include/ |
| D | open_dlp_file_callback_info_parcel.h | 35 OpenDlpFileCallbackInfo fileInfo; member
|
| /base/update/updater/services/flow_update/update_bin/ |
| D | bin_process.cpp | 254 bool UScriptInstructionBinFlowWrite::IsMatchedCsEsIamge(const Hpackage::FileInfo &fileInfo) in IsMatchedCsEsIamge() 264 bool UScriptInstructionBinFlowWrite::CheckEsDeviceUpdate(const Hpackage::FileInfo &fileInfo) in CheckEsDeviceUpdate() 274 … const std::string &name, const Hpackage::FileInfo &fileInfo) in ComponentProcess()
|
| /base/startup/appspawn/service/hnp/base/ |
| D | hnp_zip.c | 79 zip_fileinfo fileInfo = {0}; in ZipAddFile() local 310 static int HnpUnZipForFile(const char *filePath, unzFile zipFile, unz_file_info fileInfo) in HnpUnZipForFile() 449 unz_file_info fileInfo; in HnpUnZip() local 507 unz_file_info fileInfo; in HnpCfgGetFromZip() local
|
| /base/security/huks/services/huks_standard/huks_service/main/upgrade/file_transfer/src/ |
| D | hks_file_transfer.c | 86 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in ConstructNewFilePath() local 88 struct HksStoreFileInfo fileInfo = { { 0 } }; in ConstructNewFilePath() local
|
| /base/update/updater/services/diffpatch/patch/ |
| D | image_patch.cpp | 251 Hpackage::ZipFileInfo *fileInfo = new(std::nothrow) ZipFileInfo; in GetFileInfo() local 305 Hpackage::Lz4FileInfo *fileInfo = new(std::nothrow) Lz4FileInfo; in GetFileInfo() local
|
| D | image_patch.h | 119 CompressedFileRestore(Hpackage::PkgManager::FileInfoPtr fileInfo, UpdatePatchWriterPtr writer) in CompressedFileRestore()
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/ |
| D | event_scan_handler.cpp | 37 struct stat fileInfo {0}; in GetFileLastModifiedTime() struct
|
| /base/update/updater/test/unittest/package/ |
| D | pkg_package_unittest.cpp | 88 Lz4FileInfo fileInfo {}; in TestPkgFile() local 103 FileInfo fileInfo; in TestPkgFileInvalid() local
|
| /base/update/updater/services/include/package/ |
| D | pkg_info_utils.h | 109 FileInfo fileInfo; member 123 FileInfo fileInfo; member 135 FileInfo fileInfo; member
|
| /base/update/updater/test/unittest/script/script_instruction/ |
| D | script_registercmd_unittest.cpp | 40 static FileInfo fileInfo {}; in GetFileInfo() local
|
| D | script_loadscript_unittest.cpp | 39 static FileInfo fileInfo {}; in GetFileInfo() local
|
| /base/update/updater/services/package/pkg_package/ |
| D | pkg_pkgfile.cpp | 136 …t32_t PkgEntry::Init(PkgManager::FileInfoPtr localFileInfo, const PkgManager::FileInfoPtr fileInfo, in Init()
|
| D | pkg_lz4file.cpp | 22 int32_t Lz4FileEntry::Init(const PkgManager::FileInfoPtr fileInfo, PkgStreamPtr inStream) in Init()
|
| /base/update/updater/services/diffpatch/diff/ |
| D | update_diff.cpp | 124 const FileInfo *fileInfo = pkgManager_->GetFileInfo(fileName); in Extract() local
|
| /base/hiviewdfx/hiview/plugins/faultlogger/common/ |
| D | faultlog_util.cpp | 176 struct stat fileInfo; in GetFileLastAccessTimeStamp() local
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | hiview_zip_util.cpp | 146 unz_file_info fileInfo; in UnzipFile() local
|
| /base/global/resource_management/frameworks/resmgr/src/utils/ |
| D | hap_parser.cpp | 78 int32_t GetCurrentFileInfo(unzFile &uf, unz_file_info &fileInfo) in GetCurrentFileInfo() 90 int32_t ReadCurrentFile(unzFile &uf, unz_file_info &fileInfo, std::unique_ptr<uint8_t[]> &buffer, in ReadCurrentFile() 118 unz_file_info fileInfo; in ReadFileFromZip() local 332 AbilityBase::FileInfo fileInfo; in ReadRawFileDescriptor() local
|