mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
f709077bc5e457fe268a207c679efcd29f162811
fix: remove deleted interfaces from IStorageManager.idl in mock files Created-by: zhonglufu Commit-by: zhonglufu Merged-by: openharmony_ci Description: Remove Volume/Disk/Partition/Encrypt related interfaces that were deleted from IStorageManager.idl in two mock header files: - test/new_test/mock/upms/uri_permission_mgr/include/istorage_manager.h - test/unittest/uri_permission_impl_test/mock/include/mock_storage_manager_service.h Deleted interfaces (35 total): Volume/Disk: NotifyVolumeCreated, NotifyVolumeMounted, NotifyVolumeStateChanged, NotifyVolumeDamaged, Mount, Unmount, TryToFix, GetAllVolumes, GetVolumeByUuid, GetVolumeById, SetVolumeDescription, Format, NotifyDiskCreated, NotifyDiskDestroyed, GetAllDisks, GetDiskById, Partition, NotifyMtpMounted, NotifyMtpUnmounted, QueryUsbIsInUse Disk crypt: Encrypt, Decrypt, Unlock, GetCryptProgressById, GetCryptUuidById, BindRecoverKeyToPasswd, UpdateCryptPasswd, ResetCryptPasswd, VerifyCryptPasswd, NotifyEncryptVolumeStateChanged Partition: GetPartitionTable, CreatePartition, DeletePartition, FormatPartition Other: IsUsbFuseByType Relates: https://gitcode.com/openharmony/customization_enterprise_device_management/issues/1531 See merge request: openharmony/ability_ability_runtime!19705
Description
暂无描述
Languages
C++
98.1%
C
1.5%
JavaScript
0.2%
TypeScript
0.1%