Home
last modified time | relevance | path

Searched refs:SetFreeSpaceInBytes (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dstorage.h40 void SetFreeSpaceInBytes(uint64_t freeSpaceInBytes);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dstorage.cpp98 void Storage::SetFreeSpaceInBytes(uint64_t freeSpaceInBytes) in SetFreeSpaceInBytes() function in OHOS::Media::Storage
H A Dmtp_media_library.cpp1125 storage->SetFreeSpaceInBytes(manager->GetFreeSize(path)); in AddExternalStorage()
1150 storage->SetFreeSpaceInBytes(manager->GetFreeSize(PUBLIC_DOC)); in GetStorageIds()
H A Dmtp_operation_utils.cpp732 storage->SetFreeSpaceInBytes(manager->GetFreeSize(PUBLIC_DOC)); in GetStorageIDs()