| /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 | 299 const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksConstructStoreFileInfo() 318 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreKeyBlob() local 320 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreKeyBlob() local 350 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreDeleteKeyBlob() local 352 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreDeleteKeyBlob() local 382 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreIsKeyBlobExist() local 384 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreIsKeyBlobExist() local 414 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksManageStoreGetKeyBlob() local 416 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksManageStoreGetKeyBlob() local 459 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 HksStoreMaterial *mat… in HksStoreKeyBlob() 302 int32_t HksStoreDeleteKeyBlob(const struct HksStoreFileInfo *fileInfo, const struct HksStoreMateria… in HksStoreDeleteKeyBlob() 315 int32_t HksStoreIsKeyBlobExist(const struct HksStoreFileInfo *fileInfo) in HksStoreIsKeyBlobExist() 433 static int32_t GetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo … in GetKeyAliasByProcessName() 467 int32_t HksGetKeyAliasByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyInfo *key… in HksGetKeyAliasByProcessName() 479 int32_t HksGetKeyCountByProcessName(const struct HksStoreFileInfo *fileInfo, uint32_t *fileCount) in HksGetKeyCountByProcessName() 821 static int32_t GetHksFileEntry(const struct HksStoreFileInfo *fileInfo, struct HksFileEntry **fileN… in GetHksFileEntry() 856 int32_t HksListAliasesByProcessName(const struct HksStoreFileInfo *fileInfo, struct HksKeyAliasSet … in HksListAliasesByProcessName()
|
| D | hks_storage_utils.c | 249 static int32_t FileInfoInit(struct HksStoreFileInfo *fileInfo) in FileInfoInit() 265 void FileInfoFree(struct HksStoreFileInfo *fileInfo) in FileInfoFree() 596 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksGetFileInfo()
|
| /base/security/huks/test/fuzz_test/innerapi_fuzzer/hksstorage_fuzzer/ |
| D | hksstorage_fuzzer.cpp | 573 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksStorageUtilTest001() local 575 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksStorageUtilTest001() local 593 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksStorageUtilTest002() local 595 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksStorageUtilTest002() local 613 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksStorageUtilTest003() local 615 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksStorageUtilTest003() local 633 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksStorageUtilTest004() local 635 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksStorageUtilTest004() local 653 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in HksStorageUtilTest005() local 655 struct HksStoreFileInfo fileInfo = { { 0 } }; in HksStorageUtilTest005() local [all …]
|
| /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 | 256 bool UScriptInstructionBinFlowWrite::IsMatchedCsEsIamge(const Hpackage::FileInfo &fileInfo) in IsMatchedCsEsIamge() 266 bool UScriptInstructionBinFlowWrite::CheckEsDeviceUpdate(const Hpackage::FileInfo &fileInfo) in CheckEsDeviceUpdate() 281 … 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 290 static int HnpUnZipForFile(const char *filePath, unzFile zipFile, unz_file_info fileInfo) in HnpUnZipForFile() 429 unz_file_info fileInfo; in HnpUnZip() local 487 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 | 80 struct HksStoreFileInfo fileInfo = { { 0 }, { 0 } }; in ConstructNewFilePath() local 82 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/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/services/package/pkg_verify/ |
| D | pkg_verify_util.cpp | 201 std::string fileInfo = "valid info"; in GetPkgTime() local 243 std::string fileInfo = GetPkgTime(path); in HashCheck() local
|
| /base/update/updater/test/unittest/script/script_instruction/ |
| D | script_loadscript_unittest.cpp | 39 static FileInfo fileInfo {}; in GetFileInfo() local
|
| D | script_registercmd_unittest.cpp | 40 static FileInfo fileInfo {}; in GetFileInfo() local
|
| /base/update/updater/services/diffpatch/diff/ |
| D | update_diff.cpp | 124 const FileInfo *fileInfo = pkgManager_->GetFileInfo(fileName); in Extract() local
|
| /base/update/updater/services/package/pkg_package/ |
| D | pkg_pkgfile.cpp | 137 …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/global/resource_management/frameworks/resmgr/src/utils/ |
| D | hap_parser.cpp | 71 int32_t GetCurrentFileInfo(unzFile &uf, unz_file_info &fileInfo) in GetCurrentFileInfo() 83 int32_t ReadCurrentFile(unzFile &uf, unz_file_info &fileInfo, std::unique_ptr<uint8_t[]> &buffer, in ReadCurrentFile() 111 unz_file_info fileInfo; in ReadFileFromZip() local 355 AbilityBase::FileInfo fileInfo; in ReadRawFileDescriptor() local
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | hiview_zip_util.cpp | 146 unz_file_info fileInfo; in UnzipFile() local
|