Home
last modified time | relevance | path

Searched refs:GetVolumeType (Results 1 - 6 of 6) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dvolume_info.h51 int32_t GetVolumeType();
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_volume.cpp245 auto volumeType = systemVolume.GetVolumeType(); in SetSystemVolume()
321 return a.GetVolumeType() < b.GetVolumeType(); in Dump()
325 AppendFormat(dumpString, " streamtype: %d ", systemVolume.GetVolumeType()); in Dump()
/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Daudio_volume.h104 int32_t GetVolumeType() {return volumeType_;}; in GetVolumeType() function in OHOS::AudioStandard::SystemVolume
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp96 StorageManager::VolumeCore vc(info->GetVolumeId(), info->GetVolumeType(), in NotifyVolumeCreated()
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dvolume_info.cpp51 int32_t VolumeInfo::GetVolumeType() in GetVolumeType() function in OHOS::StorageDaemon::VolumeInfo
/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dvolume_info_test.cpp526 * @tc.desc: Verify the GetVolumeId, GetVolumeType, GetDiskId, GetState function.
544 EXPECT_TRUE(mock.GetVolumeType() == EXTERNAL); in HWTEST_F()

Completed in 4 milliseconds