Searched refs:volumes (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | volume_ramp.cpp | 39 void VolumeRamp::SetVolumeCurve(vector<float> &volumes) in SetVolumeCurve() argument 42 CHECK_AND_RETURN_LOG(volumes.size() == VOLUME_SIZE, "Array size must 2!"); in SetVolumeCurve() 47 curvePoints_.emplace(times[i], volumes[i]); in SetVolumeCurve() 53 vector<float> volumes; in SetVolumeRampConfig() local 60 volumes.assign({targetVolume, currStreamVolume}); in SetVolumeRampConfig() 63 volumes.assign({currStreamVolume, targetVolume}); in SetVolumeRampConfig() 66 SetVolumeCurve(volumes); in SetVolumeRampConfig()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-storage-statistics-sys.md | 58 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 59 let uuid: string = volumes[0].uuid; 107 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 108 let uuid: string = volumes[0].uuid; 164 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 165 let uuid: string = volumes[0].uuid; 213 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 214 let uuid: string = volumes[0].uuid;
|
H A D | js-apis-file-volumemanager-sys.md | 48 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 49 // do something with volumes, which is an array 87 volumemanager.getAllVolumes((error: BusinessError, volumes: Array<volumemanager.Volume>) => {
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/ |
H A D | volume_ramp.h | 43 void SetVolumeCurve(std::vector<float> &volumes);
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-volumemanager-sys.md | 20 Obtains information about all volumes of this external storage device. This API uses a promise to r… 30 …omise<[Volume](#volume)[]> | Promise used to return information about all available volumes.| 48 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 59 Obtains information about all volumes of this external storage device. This API uses an asynchronou… 69 …;[Volume](#volume)[]> | Yes | Callback used to return information about all available volumes.| 87 volumemanager.getAllVolumes((error: BusinessError, volumes: Array<volumemanager.Volume>) => { 551 …cation table (VFAT) and exFAT file systems are supported. Only unmounted volumes can be formatted.… 602 …ntly, only the VFAT and exFAT file systems are supported. Only unmounted volumes can be formatted.… 743 … ID of the disk to which the volume belongs. A disk can have one or more volumes. The disk ID is i…
|
H A D | js-apis-file-storage-statistics-sys.md | 58 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 59 let uuid: string = volumes[0].uuid; 107 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 108 let uuid: string = volumes[0].uuid; 164 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 165 let uuid: string = volumes[0].uuid; 213 volumemanager.getAllVolumes().then((volumes: Array<volumemanager.Volume>) => { 214 let uuid: string = volumes[0].uuid;
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | manage-external-storage.md | 39 …e insertion and removal of external storage devices, and query or manage volumes based on the volu…
|
/ohos5.0/docs/en/ |
H A D | OpenHarmony-Overview.md | 80 …devices, including ARM, RISC-V, and x86 architectures, and providing RAM volumes ranging from hund…
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v3.2-beta4.md | 209 …ge space information of the current device, all installed applications, and all available volumes.|
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-events-drag-event.md | 211 …naged by UDMF, which may experience latency when dealing with large data volumes. Therefore, you a…
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | uniform-data-type-list.md | 99 … | Generic type of all file that can be mounted as volumes |
|