Home
last modified time | relevance | path

Searched refs:volumes (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp39 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 Djs-apis-file-storage-statistics-sys.md58 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 Djs-apis-file-volumemanager-sys.md48 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 Dvolume_ramp.h43 void SetVolumeCurve(std::vector<float> &volumes);
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-volumemanager-sys.md20 Obtains information about all volumes of this external storage device. This API uses a promise to r…
30 …omise&lt;[Volume](#volume)[]&gt; | 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)[]&gt; | 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 Djs-apis-file-storage-statistics-sys.md58 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 Dmanage-external-storage.md39 …e insertion and removal of external storage devices, and query or manage volumes based on the volu…
/ohos5.0/docs/en/
H A DOpenHarmony-Overview.md80 …devices, including ARM, RISC-V, and x86 architectures, and providing RAM volumes ranging from hund…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v3.2-beta4.md209 …ge space information of the current device, all installed applications, and all available volumes.|
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-events-drag-event.md211 …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 Duniform-data-type-list.md99 … | Generic type of all file that can be mounted as volumes |