/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_view.h | 143 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 D | toneplayer_impl.cpp | 80 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 D | tone_player_impl.h | 68 std::string cachePath_; // NAPI interface to create AudioRenderer variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
H A D | calendar_data_adapter.cpp | 50 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 D | calendar_data_adapter.h | 350 cachePath_ = cachePath; in SetCachePath() 481 static std::string cachePath_; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer.cpp | 131 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 D | fast_audio_stream.cpp | 698 cachePath_ = cachePath; in SetApplicationCachePath() 738 info.cachePath = cachePath_; in GetSwitchInfo()
|
H A D | capturer_in_client.cpp | 259 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 D | renderer_in_client.cpp | 2073 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 D | audio_process_in_client.cpp | 224 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 D | fast_audio_stream.h | 202 std::string cachePath_ = ""; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/ |
H A D | audio_capturer_private.h | 105 std::string cachePath_; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/ |
H A D | audio_renderer_private.h | 167 std::string cachePath_; variable
|
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/ |
H A D | renderer_in_client_private.h | 308 std::string cachePath_ = ""; variable
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
H A D | audio_renderer.cpp | 185 audioRenderer->cachePath_ = cachePath; in Create() 481 audioStream_->SetApplicationCachePath(cachePath_); in PrepareAudioStream() 1170 cachePath_ = cachePath; in SetApplicationCachePath()
|