Home
last modified time | relevance | path

Searched refs:cachePath_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_view.h143 cachePath_ = cachePath; in SetCachePath()
148 return cachePath_; in GetCachePath()
201 std::string cachePath_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp80 cachePath_.assign(cachePath); in TonePlayerImpl()
425 if (!cachePath_.empty()) { in InitAudioRenderer()
426 audioRenderer_ = AudioRenderer::Create(cachePath_, rendererOptions_); in InitAudioRenderer()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h68 std::string cachePath_; // NAPI interface to create AudioRenderer variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_data_adapter.cpp50 std::string CalendarDataAdapter::cachePath_; member in OHOS::Ace::CalendarDataAdapter
195 std::string filePath = cachePath_; in GetCacheData()
227 std::string url = cachePath_; in SaveCacheData()
H A Dcalendar_data_adapter.h350 cachePath_ = cachePath; in SetCachePath()
481 static std::string cachePath_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp131 capturer->cachePath_ = cachePath; in Create()
270 audioStream_->SetApplicationCachePath(cachePath_); in SetParams()
662 cachePath_ = cachePath; in SetApplicationCachePath()
664 audioStream_->SetApplicationCachePath(cachePath_); in SetApplicationCachePath()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dfast_audio_stream.cpp698 cachePath_ = cachePath; in SetApplicationCachePath()
738 info.cachePath = cachePath_; in GetSwitchInfo()
H A Dcapturer_in_client.cpp259 std::string cachePath_ = ""; member in OHOS::AudioStandard::CapturerInClientInner
1821 cachePath_ = cachePath; in SetApplicationCachePath()
1822 AUDIO_INFO_LOG("SetApplicationCachePath to %{public}s", cachePath_.c_str()); in SetApplicationCachePath()
1857 info.cachePath = cachePath_; in GetStreamSwitchInfo()
H A Drenderer_in_client.cpp2073 cachePath_ = cachePath; in SetApplicationCachePath()
2074 AUDIO_INFO_LOG("SetApplicationCachePath to %{public}s", cachePath_.c_str()); in SetApplicationCachePath()
2128 info.cachePath = cachePath_; in GetStreamSwitchInfo()
H A Daudio_process_in_client.cpp224 std::string cachePath_; member in OHOS::AudioStandard::AudioProcessInClientInner
473 cachePath_ = cachePath; in SetApplicationCachePath()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Dfast_audio_stream.h202 std::string cachePath_ = ""; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/
H A Daudio_capturer_private.h105 std::string cachePath_; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h167 std::string cachePath_; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h308 std::string cachePath_ = ""; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp185 audioRenderer->cachePath_ = cachePath; in Create()
481 audioStream_->SetApplicationCachePath(cachePath_); in PrepareAudioStream()
1170 cachePath_ = cachePath; in SetApplicationCachePath()