| /foundation/multimedia/audio_framework/frameworks/native/audiocompatibility/src/ |
| D | audio_capturer_gateway.cpp | 209 void AudioCapturerGateway::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioCapturerGateway 211 audioStream_->SetApplicationCachePath(cachePath); in SetApplicationCachePath()
|
| D | audio_renderer_gateway.cpp | 523 void AudioRendererGateway::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioRendererGateway 525 audioStream_->SetApplicationCachePath(cachePath); in SetApplicationCachePath()
|
| D | audio_container_stream_base.cpp | 805 void AudioContainerStreamBase::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioContainerStreamBase
|
| /foundation/multimedia/audio_framework/services/audio_service/client/include/ |
| D | audio_process_in_client.h | 98 virtual void SetApplicationCachePath(const std::string &cachePath) = 0;
|
| D | audio_service_client.h | 559 void SetApplicationCachePath(const std::string cachePath) override;
|
| /foundation/multimedia/audio_framework/frameworks/native/audiocompatibility/include/ |
| D | audio_capturer_gateway.h | 57 void SetApplicationCachePath(const std::string cachePath) override;
|
| D | audio_container_stream_base.h | 78 void SetApplicationCachePath(const std::string cachePath);
|
| D | audio_renderer_gateway.h | 70 void SetApplicationCachePath(const std::string cachePath) override;
|
| /foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/ |
| D | audio_capturer.h | 426 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
|
| /foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/ |
| D | audio_capturer_private.h | 62 void SetApplicationCachePath(const std::string cachePath) override;
|
| /foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
| D | audio_capturer.cpp | 203 audioStream_->SetApplicationCachePath(cachePath_); in SetParams() 475 void AudioCapturerPrivate::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioCapturerPrivate 479 audioStream_->SetApplicationCachePath(cachePath_); in SetApplicationCachePath()
|
| /foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
| D | audio_renderer.cpp | 369 audioStream_->SetApplicationCachePath(cachePath_); in SetParams() 936 void AudioRendererPrivate::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioRendererPrivate 940 audioStream_->SetApplicationCachePath(cachePath); in SetApplicationCachePath() 1190 audioStream->SetApplicationCachePath(info.cachePath); in SetSwitchInfo()
|
| /foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/ |
| D | audio_renderer.h | 707 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
|
| /foundation/multimedia/audio_framework/frameworks/native/audiostream/include/ |
| D | fast_audio_stream.h | 157 void SetApplicationCachePath(const std::string cachePath) override;
|
| D | i_audio_stream.h | 214 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
|
| /foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
| D | audio_renderer_private.h | 81 void SetApplicationCachePath(const std::string cachePath) override;
|
| /foundation/multimedia/audio_framework/services/audio_service/client/src/ |
| D | fast_audio_stream.cpp | 617 void FastAudioStream::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::FastAudioStream
|
| D | capturer_in_client.cpp | 166 void SetApplicationCachePath(const std::string cachePath) override; 1697 void CapturerInClientInner::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::CapturerInClientInner
|
| D | audio_process_in_client.cpp | 96 void SetApplicationCachePath(const std::string &cachePath) override; 395 void AudioProcessInClientInner::SetApplicationCachePath(const std::string &cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioProcessInClientInner
|
| D | renderer_in_client.cpp | 174 void SetApplicationCachePath(const std::string cachePath) override; 1978 void RendererInClientInner::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::RendererInClientInner
|
| D | audio_service_client.cpp | 712 void AudioServiceClient::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioServiceClient
|
| /foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
| D | audio_capturer_unit_test.cpp | 3238 audioCapturer->SetApplicationCachePath(cachePath.c_str());
|