Home
last modified time | relevance | path

Searched defs:diskInfo (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_manager.cpp64 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 Dstatfs_n_exporter.cpp42 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 Dvolume_storage_status_service.cpp55 struct statvfs diskInfo; in GetFreeSizeOfVolume() local
70 struct statvfs diskInfo; in GetTotalSizeOfVolume() local
H A Dstorage_total_status_service.cpp100 struct statvfs diskInfo; in GetSizeOfPath() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_statvfs/
H A Dstatvfs_n_exporter.cpp44 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 Ddisk_manager_test.cpp149 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 Ddisk_info_test.cpp631 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 Dstorage_info_collector.cpp52 struct statvfs diskInfo; in GetTotalSize() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp61 int32_t StorageManagerClient::NotifyDiskCreated(DiskInfo &diskInfo) in NotifyDiskCreated()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_content_sensor_test.cpp95 struct statvfs diskInfo; variable
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dcontent_sensor_test.cpp146 struct statvfs diskInfo; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp192 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 Daccount_file_operator.cpp158 struct statvfs diskInfo; in IsDataStorageSufficient() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dbackground_cloud_file_processor.cpp138 struct statvfs diskInfo; in IsStorageInsufficient() local