/test/xts/acts/multimedia/audio/audio_js_standard/AudioManagerEnhance/src/main/ets/test/ |
D | GetSystemVolumeInDb.test.ets | 82 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 163 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 191 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 228 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 260 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 293 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 324 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 357 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 393 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … 419 …* @tc.desc : Gets the volume db value that system calculate by volume type, volume level and … [all …]
|
D | GetMax_Minvolume.test.ets | 79 *@tc.desc : Judge volume is Unadjustable or adjustable 91 console.info(`${env.AudioVolumeType[index]} max volume : ${maxvol}`); 109 *@tc.desc : Judge volume is Unadjustable or adjustable 121 console.info(`${env.AudioVolumeType[index]} min volume : ${minvol}`);
|
D | IsVolumeUnadjustable.test.ets | 80 *@tc.desc : Judge volume is Unadjustable or adjustable 101 *@tc.desc : Judge volume is Unadjustable or adjustable 125 *@tc.desc : Judge volume is Unadjustable or adjustable
|
/test/xts/acts/multimedia/audio/audio_js_standard/AudioRendererEnhance/src/main/ets/test/ |
D | GetMaxAndMinStreamVolume.test.ets | 514 console.error('${TagFrmwkRender} Get max stream volume Fail: ${err}'); 518 console.info('${TagFrmwkRender} Get max stream volume Success! ${maxVolume}'); 537 console.error('${TagFrmwkRender} Get max stream volume Fail: ${err}'); 541 console.info('${TagFrmwkRender} Get max stream volume Success! ${maxVolume}'); 587 console.error('${TagFrmwkRender} Get max stream volume Fail: ${err}'); 591 console.info('${TagFrmwkRender} Get max stream volume Success! ${maxVolume}'); 625 console.error('${TagFrmwkRender} Get max stream volume Fail: ${err}'); 629 console.info(`${TagFrmwkRender} Get max stream volume Success! maxVolume: ${maxVolume}`); 655 console.error('${TagFrmwkRender} Get min stream volume Fail: ${err}'); 659 console.info(`${TagFrmwkRender} Get min stream volume Success! minVolume: ${minVolume}`); [all …]
|
/test/xts/hats/hdf/audio/idl/common/render/src/ |
D | audio_render_common_test.cpp | 709 float volume = 0.2; variable 710 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->SetVolume(nullptr, volume)); 715 float volume = -1.0; variable 716 EXPECT_NE(HDF_SUCCESS, render_->SetVolume(render_, volume)); 721 float volume = 2.0; variable 722 EXPECT_NE(HDF_SUCCESS, render_->SetVolume(render_, volume)); 727 float volume = 0.2; variable 728 int32_t ret = render_->SetVolume(render_, volume);
|
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/ |
D | AudioCaptureCommonTestAdditional.cpp | 196 float volume = 0.0; variable 199 int32_t ret = capture_->SetVolume(capture_, volume); 209 float volume = 1.0; variable 212 int32_t ret = capture_->SetVolume(capture_, volume); 222 float volume = -0.1; variable 225 int32_t ret = capture_->SetVolume(capture_, volume); 235 float volume = 1.1; variable 238 int32_t ret = capture_->SetVolume(capture_, volume); 248 float volume = 0.8; variable 253 ret = capture_->SetVolume(capture_, volume); [all …]
|
/test/xts/hats/hdf/audio/idl/common/capture/src/ |
D | audio_capture_common_test.cpp | 567 float volume = 0.0; variable 573 ret = capture_->GetVolume(capture_, &volume); 574 ASSERT_EQ(volume, HALF_OF_MAX_VOLUME); 606 float volume = 0.0; variable 609 int32_t ret = capture_->GetVolume(capture_, &volume); 615 float volume = 0.0; variable 624 ret = capture_->GetVolume(nullptr, &volume);
|
/test/xts/acts/multimedia/media/media_js_standard/soundPool/src/main/ets/test/ |
D | SoundPoolXTS.ets | 3663 * @tc.name : 002.test Promise setVolume test --Optional input left volume is invalid 3681 …console.info(`${TAG}: Test setVolume with invalid left volume success, left volume: -0.1 will be c… 3683 …console.info(`${TAG}: Test setVolume with invalid left volume fail, error: [${error.code}, ${error… 3698 * @tc.name : 003.test Promise setVolume test --Optional input left volume is invalid 3716 …console.info(`${TAG}: Test setVolume with invalid left volume success, left volume: 1.5 will be ch… 3718 …console.info(`${TAG}: Test setVolume with invalid left volume fail, error: [${error.code}, ${error… 3733 * @tc.name : 004.test Promise setVolume test --Optional input right volume is invalid 3751 …console.info(`${TAG}: Test setVolume with invalid right volume success, right volume: -0.1 will be… 3753 …console.info(`${TAG}: Test setVolume with invalid right volume fail, error: [${error.code}, ${erro… 3768 * @tc.name : 005.test Promise setVolume test --Optional input right volume is invalid [all …]
|
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/ |
D | audio_adapter_benchmarktest.cpp | 317 float volume = 0; in BENCHMARK_F() local 320 ret = adapter_->SetVoiceVolume(adapter_, volume); in BENCHMARK_F()
|
/test/xts/tools/sample/ServerSampleD/vue/src/views/oh-sample/video/ |
D | VideoModal.vue | 61 volume: 0.3, // 默认音量大小
|
/test/xts/hats/hdf/audio/idl/common/adapter/src/ |
D | audio_adapter_common_test.cpp | 413 float volume = 0; variable 414 EXPECT_NE(HDF_SUCCESS, adapter_->SetVoiceVolume(nullptr, volume)); 419 float volume = 0; variable 420 int32_t ret = adapter_->SetVoiceVolume(adapter_, volume);
|
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/ |
D | audio_capture_benchmarktest.cpp | 395 float volume = 0.0; in BENCHMARK_F() local 398 ret = capture_->GetVolume(capture_, &volume); in BENCHMARK_F()
|
/test/xts/hats/hdf/audio/idl/benchmarktest/render/ |
D | audio_render_benchmarktest.cpp | 521 float volume = 0.2; in BENCHMARK_F() local 524 ret = render_->SetVolume(render_, volume); in BENCHMARK_F()
|
/test/xts/acts/multimedia/media/media_js_standard/ |
D | AVPlayerTestBase.js | 96 avPlayer.on('volumeChange', (volume) => { 97 console.info(`case volumeChange called, volume is ${volume}`); 1999 let volume = 1.0 2000 avPlayer.setVolume(volume) 2068 let volume = 1.0 2069 avPlayer.setVolume(volume)
|
/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/ |
D | audio_adapter_common_test.cpp | 611 float volume = 0.5; variable 612 int32_t ret = adapter_->SetVoiceVolume(adapter_, volume); 624 float volume = 1.5; variable 625 int32_t ret = adapter_->SetVoiceVolume(adapter_, volume);
|
/test/xts/hats/hdf/audio/idl/common/render_additional/src/ |
D | AudioRenderCommonTest.cpp | 1319 float volume = 0.2; variable 1323 ret = render_->SetVolume(render_, volume); 1335 float volume = -0.1; variable 1339 ret = render_->SetVolume(render_, volume); 1351 float volume = 0.2; variable 1355 ret = render_->GetVolume(render_, &volume);
|
/test/xts/acts/multimedia/audio/audio_js_standard/audioManager/src/main/js/test/ |
D | AudioManagerApi9.test.js | 1635 ….volumeType: ${VolumeEvent.volumeType}, VolumeEvent.volume:${VolumeEvent.volume}, VolumeEvent.upda… 1637 expect(VolumeEvent.volume).assertEqual(minVolume);
|
/test/xts/hats/ |
D | README.en.md | 160 …d by the service volume that can be processed in a unit time, for example, call per second, frame … 170 … object under common and uncommon input conditions, or specified service volume pressure and long-…
|
/test/xts/dcts/ |
D | README.md | 163 …d by the service volume that can be processed in a unit time, for example, call per second, frame … 173 … object under common and uncommon input conditions, or specified service volume pressure and long-…
|
/test/xts/tools/lite/ |
D | README.md | 166 …d by the service volume that can be processed in a unit time, for example, call per second, frame … 176 … object under common and uncommon input conditions, or specified service volume pressure and long-…
|
/test/xts/tools/ |
D | README.md | 162 …d by the service volume that can be processed in a unit time, for example, call per second, frame … 172 … object under common and uncommon input conditions, or specified service volume pressure and long-…
|
/test/xts/acts/ |
D | README.md | 162 …d by the service volume that can be processed in a unit time, for example, call per second, frame … 172 … object under common and uncommon input conditions, or specified service volume pressure and long-…
|
/test/xts/acts/distributeddatamgr/UDMFtest/UDMFtest/entry/src/main/ets/test/ |
D | UDMFApiDescriptor.test.ets | 1794 expect(typeObj.description).assertEqual("Base type for items mountable as a volume.");
|