/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/ |
H A D | disk_manager.cpp | 64 auto diskInfo = MatchConfig(data); in HandleDiskEvent() local 110 … auto diskInfo = std::make_shared<DiskInfo>(sysPath, devPath, device, static_cast<int>(flag)); in MatchConfig() local 119 void DiskManager::CreateDisk(std::shared_ptr<DiskInfo> &diskInfo) in CreateDisk() 137 for (auto &diskInfo : disk_) { in ChangeDisk() local 171 for (auto &diskInfo : disk_) { in GetDisk() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statfs/ |
H A D | statfs_n_exporter.cpp | 42 struct statvfs diskInfo; in GetFrSizeSync() local 72 struct statvfs diskInfo; in GetFrSize() local 114 struct statvfs diskInfo; in GetBSizeSync() local 142 struct statvfs diskInfo; in GetBSize() local 183 struct statvfs diskInfo; in GetBAvailSync() local 211 struct statvfs diskInfo; in GetBAvail() local 252 struct statvfs diskInfo; in GetBlocksSync() local 280 struct statvfs diskInfo; in GetBlocks() local 321 struct statvfs diskInfo; in GetBFreeSync() local 390 struct statvfs diskInfo; in GetFreeBytesSync() local [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/ |
H A D | volume_storage_status_service.cpp | 55 struct statvfs diskInfo; in GetFreeSizeOfVolume() local 70 struct statvfs diskInfo; in GetTotalSizeOfVolume() local
|
H A D | storage_total_status_service.cpp | 100 struct statvfs diskInfo; in GetSizeOfPath() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/ |
H A D | statvfs_n_exporter.cpp | 44 struct statvfs diskInfo; in GetFreeSizeSync() local 76 struct statvfs diskInfo; in GetFreeSize() local 120 struct statvfs diskInfo; in GetTotalSizeSync() local 152 struct statvfs diskInfo; in GetTotalSize() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/ |
H A D | disk_manager_test.cpp | 149 auto diskInfo = diskManager->MatchConfig(data.get()); variable 234 auto diskInfo = diskManager->GetDisk(device); variable 263 auto diskInfo = diskManager->MatchConfig(data.get()); variable 405 auto diskInfo = diskManager->MatchConfig(data.get()); variable
|
H A D | disk_info_test.cpp | 631 auto diskInfo = std::make_shared<DiskInfo>(sysPath, devPath, device, flag); variable 663 auto diskInfo = std::make_shared<DiskInfo>(sysPath, devPath, device, flag); variable 696 auto diskInfo = std::make_shared<DiskInfo>(sysPath, devPath, device, flag); variable 760 auto diskInfo = std::make_shared<DiskInfo>(sysPath, devPath, device, flag); variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/ |
H A D | storage_info_collector.cpp | 52 struct statvfs diskInfo; in GetTotalSize() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/ |
H A D | storage_manager_client.cpp | 61 int32_t StorageManagerClient::NotifyDiskCreated(DiskInfo &diskInfo) in NotifyDiskCreated()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_content_sensor_test.cpp | 95 struct statvfs diskInfo; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | content_sensor_test.cpp | 146 struct statvfs diskInfo; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 192 struct statfs diskInfo = { 0 }; in CheckSystemSize() local 212 struct statfs diskInfo = { 0 }; in CheckSystemFreeSize() local 223 struct statfs diskInfo = { 0 }; in CheckSystemSizeAndHisysEvent() local
|
/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/ |
H A D | account_file_operator.cpp | 158 struct statvfs diskInfo; in IsDataStorageSufficient() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | background_cloud_file_processor.cpp | 138 struct statvfs diskInfo; in IsStorageInsufficient() local
|