Home
last modified time | relevance | path

Searched refs:GetDevDSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/test/
H A Ddisk_info_test_mock.h37 MOCK_METHOD0(GetDevDSize, uint64_t(void));
H A Ddisk_info_test.cpp498 EXPECT_CALL(*mock, GetDevDSize()).WillOnce(testing::Return(mock_size));
499 uint64_t ret = mock->GetDevDSize();
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/disk/
H A Ddisk_info.h54 uint64_t GetDevDSize() const;
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp67 StorageManager::Disk disk(diskInfo.GetId(), diskInfo.GetDevDSize(), in NotifyDiskCreated()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/disk/src/
H A Ddisk_info.cpp70 uint64_t DiskInfo::GetDevDSize() const in GetDevDSize() function in OHOS::StorageDaemon::DiskInfo