Home
last modified time | relevance | path

Searched refs:SetApplicationCachePath (Results 1 – 22 of 22) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/audiocompatibility/src/
Daudio_capturer_gateway.cpp209 void AudioCapturerGateway::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioCapturerGateway
211 audioStream_->SetApplicationCachePath(cachePath); in SetApplicationCachePath()
Daudio_renderer_gateway.cpp523 void AudioRendererGateway::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioRendererGateway
525 audioStream_->SetApplicationCachePath(cachePath); in SetApplicationCachePath()
Daudio_container_stream_base.cpp805 void AudioContainerStreamBase::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioContainerStreamBase
/foundation/multimedia/audio_framework/services/audio_service/client/include/
Daudio_process_in_client.h98 virtual void SetApplicationCachePath(const std::string &cachePath) = 0;
Daudio_service_client.h559 void SetApplicationCachePath(const std::string cachePath) override;
/foundation/multimedia/audio_framework/frameworks/native/audiocompatibility/include/
Daudio_capturer_gateway.h57 void SetApplicationCachePath(const std::string cachePath) override;
Daudio_container_stream_base.h78 void SetApplicationCachePath(const std::string cachePath);
Daudio_renderer_gateway.h70 void SetApplicationCachePath(const std::string cachePath) override;
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/
Daudio_capturer.h426 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
Daudio_capturer_private.h62 void SetApplicationCachePath(const std::string cachePath) override;
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
Daudio_capturer.cpp203 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/
Daudio_renderer.cpp369 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/
Daudio_renderer.h707 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
Dfast_audio_stream.h157 void SetApplicationCachePath(const std::string cachePath) override;
Di_audio_stream.h214 virtual void SetApplicationCachePath(const std::string cachePath) = 0;
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
Daudio_renderer_private.h81 void SetApplicationCachePath(const std::string cachePath) override;
/foundation/multimedia/audio_framework/services/audio_service/client/src/
Dfast_audio_stream.cpp617 void FastAudioStream::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::FastAudioStream
Dcapturer_in_client.cpp166 void SetApplicationCachePath(const std::string cachePath) override;
1697 void CapturerInClientInner::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::CapturerInClientInner
Daudio_process_in_client.cpp96 void SetApplicationCachePath(const std::string &cachePath) override;
395 void AudioProcessInClientInner::SetApplicationCachePath(const std::string &cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::AudioProcessInClientInner
Drenderer_in_client.cpp174 void SetApplicationCachePath(const std::string cachePath) override;
1978 void RendererInClientInner::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath() function in OHOS::AudioStandard::RendererInClientInner
Daudio_service_client.cpp712 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/
Daudio_capturer_unit_test.cpp3238 audioCapturer->SetApplicationCachePath(cachePath.c_str());