/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/test/ |
H A D | notification_test.cpp | 50 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 74 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 98 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 124 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 148 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable 172 std::shared_ptr<VolumeExternal> volume = make_shared<VolumeExternal>(vc); variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_client_service.h | 33 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() 37 virtual void OnVolumeChangedForAutotest(int type, int volume) in OnVolumeChangedForAutotest() 45 void SetStreamVolume(int type, int volume) in SetStreamVolume() 53 void SetHfVolume(int type, int volume) in SetHfVolume() 75 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() 79 void NotifyVolumeChangedForAutotest(int type, int volume) in NotifyVolumeChangedForAutotest()
|
H A D | telephone_service.h | 47 virtual void OnVolumeChanged(int type, int volume) in OnVolumeChanged() 61 virtual void OnVolumeChangedForAutotest(int type, int volume) in OnVolumeChangedForAutotest() 127 bool SetStreamVolume(int type, int volume, int flag) in SetStreamVolume() 131 bool SetHfVolume(int type, int volume) in SetHfVolume() 194 void NotifyVolumeChanged(int type, int volume) in NotifyVolumeChanged() 208 void NotifyVolumeChangedForAutotest(int type, int volume) in NotifyVolumeChangedForAutotest()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/ |
H A D | audio_client_tracker_callback_stub.cpp | 54 float volume = data.ReadFloat(); in OnRemoteRequest() local 59 float volume; in OnRemoteRequest() local 65 float volume; in OnRemoteRequest() local 117 void AudioClientTrackerCallbackStub::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 158 void AudioClientTrackerCallbackStub::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 168 void AudioClientTrackerCallbackStub::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer_proxy_obj.cpp | 40 void AudioCapturerProxyObj::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 44 void AudioCapturerProxyObj::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 49 void AudioCapturerProxyObj::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer_proxy_obj.cpp | 47 void AudioRendererProxyObj::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 54 void AudioRendererProxyObj::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 76 void AudioRendererProxyObj::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/audio_haptic_test/ |
H A D | audio_haptic_unit_test.cpp | 580 float volume = 0.0f; variable 594 float volume = 0.5f; variable 608 float volume = 1.0f; variable 636 float volume = 1.5f; variable 650 float volume = 0.0f; variable 664 float volume = 0.5f; variable 678 float volume = 1.0f; variable 706 float volume = 1.5f; variable 720 float volume = 0.0f; variable 734 float volume = 0.5f; variable [all …]
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/include/ |
H A D | audio_policy_unit_test.h | 82 virtual void SetLowPowerVolumeImpl(float volume) {}; in SetLowPowerVolumeImpl() 83 virtual void GetLowPowerVolumeImpl(float &volume) {}; in GetLowPowerVolumeImpl() 84 virtual void GetSingleStreamVolumeImpl(float &volume) {}; in GetSingleStreamVolumeImpl()
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/ |
H A D | audio_client_tracker_callback_proxy.cpp | 61 void AudioClientTrackerCallbackProxy::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 76 void AudioClientTrackerCallbackProxy::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 92 void AudioClientTrackerCallbackProxy::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl() 165 void ClientTrackerCallbackListener::SetLowPowerVolumeImpl(float volume) in SetLowPowerVolumeImpl() 172 void ClientTrackerCallbackListener::GetLowPowerVolumeImpl(float &volume) in GetLowPowerVolumeImpl() 179 void ClientTrackerCallbackListener::GetSingleStreamVolumeImpl(float &volume) in GetSingleStreamVolumeImpl()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/volume_change_test/src/ |
H A D | audio_volume_change_unit_test.cpp | 105 int volume = 10; variable 141 int volume = 10; variable 176 int volume = 10; variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | audio_common_converter.cpp | 33 float volume) in ConvertBufferTo32Bit() 84 float volume) in ConvertBufferTo16Bit() 134 std::vector<float> &floatBuffer, float volume) in ConvertBufferToFloat()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/connect_ability/src/ |
H A D | test_connect_ability.cpp | 33 int TestConnectAbility::AddVolume(int volume) in AddVolume()
|
H A D | test_connect_ability_proxy.cpp | 27 int TestConnectAbilityProxy::AddVolume(int volume) in AddVolume()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/demo_sa/src/ |
H A D | demo_service.cpp | 33 int DemoService::AddVolume(int volume) in AddVolume()
|
H A D | demo_proxy.cpp | 27 int DemoProxy::AddVolume(int volume) in AddVolume()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/incomplete_ability/src/ |
H A D | test_incomplete_ability.cpp | 33 int TestIncompleteAbility::AddVolume(int volume) in AddVolume()
|
H A D | test_incomplete_ability_proxy.cpp | 27 int TestIncompleteAbilityProxy::AddVolume(int volume) in AddVolume()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/tt_ability/src/ |
H A D | test_tt_ability.cpp | 33 int TestTtAbility::AddVolume(int volume) in AddVolume()
|
H A D | test_tt_ability_proxy.cpp | 27 int ITestTtAbilityProxy::AddVolume(int volume) in AddVolume()
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/plugins/ |
H A D | UtAudioSinkTest1.cpp | 47 Status UtAudioSinkTest1::GetVolume(float &volume) in GetVolume() 52 Status UtAudioSinkTest1::SetVolume(float volume) in SetVolume()
|
H A D | UtAudioSinkTest2.cpp | 47 Status UtAudioSinkTest2::GetVolume(float &volume) in GetVolume() 52 Status UtAudioSinkTest2::SetVolume(float volume) in SetVolume()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiosetvolume_fuzzer/ |
H A D | audiosetvolume_fuzzer.cpp | 32 float volume = 0; in AudioSetVolumeFuzzTest() local
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/src/ |
H A D | test_audio_ability.cpp | 43 int TestAudioAbility::AddVolume(int volume) in AddVolume() 49 int32_t TestAudioAbility::ReduceVolume(int volume) in ReduceVolume()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/volume/src/ |
H A D | notification.cpp | 33 …id Notification::NotifyVolumeChange(VolumeState notifyCode, std::shared_ptr<VolumeExternal> volume) in NotifyVolumeChange()
|
/ohos5.0/foundation/systemabilitymgr/safwk/test/mock/common/ondemand_ability/src/ |
H A D | test_ondemand_ability_proxy.cpp | 27 int TestOnDemandAbilityProxy::AddVolume(int volume) in AddVolume()
|