Home
last modified time | relevance | path

Searched defs:cachePath (Results 1 – 25 of 43) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_capturer_adapter_mock.cpp21 const std::shared_ptr<AudioCapturerOptionsAdapter> capturerOptions, std::string cachePath) in Create()
H A Daudio_renderer_adapter_mock.cpp22 const std::shared_ptr<AudioRendererOptionsAdapter> rendererOptions, std::string cachePath) in Create()
H A Daudio_capturer_adapter_impl.cpp88 std::string cachePath) in Create()
H A Daudio_renderer_adapter_impl.cpp145 const std::shared_ptr<AudioRendererOptionsAdapter> rendererOptions, std::string cachePath) in Create()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_capturer_adapter_impl.cpp31 const ArkWebRefPtr<ArkAudioCapturerOptionsAdapter> capturerOptions, ArkWebString& cachePath) in Create()
H A Dark_audio_renderer_adapter_impl.cpp31 const ArkWebRefPtr<ArkAudioRendererOptionsAdapter> options, ArkWebString& cachePath) in Create()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_capturer_adapter_wrapper.cpp30 const std::shared_ptr<NWeb::AudioCapturerOptionsAdapter> capturerOptions, std::string cachePath) in Create()
H A Dark_audio_renderer_adapter_wrapper.cpp30 const std::shared_ptr<NWeb::AudioRendererOptionsAdapter> options, std::string cachePath) in Create()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp58 TonePlayerImpl::TonePlayerImpl(const std::string cachePath, const AudioRendererInfo &rendereInfo) in TonePlayerImpl()
103 std::shared_ptr<TonePlayer> TonePlayer::Create(const std::string cachePath, const AudioRendererInfo… in Create()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp222 std::string cachePath = path; in GenerateCacheModel() local
277 std::string cachePath = path; in WriteCacheInfo() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon.cpp172 …string cachePath = LOCAL_PATH_DATA_SERVICE_EL2 + to_string(userId) + LOCAL_PATH_HMDFS_DENTRY_CACHE; in StartFuse() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcpp_type.h65 std::string cachePath; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_view.h141 void SetCachePath(const std::string& cachePath) in SetCachePath()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudiocapturer_adapter.cpp65 string cachePath = "/data/storage/el2/base/cache"; in CreateAudioCapturerAdapter() local
H A Daudioplayer_adapter.cpp74 string cachePath = "/data/storage/el2/base/cache"; in CreateAudioPlayerAdapter() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Di_audio_stream.h68 std::string cachePath = ""; member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp90 …ioCapturer> AudioCapturer::Create(const AudioCapturerOptions &options, const std::string cachePath) in Create()
97 const std::string cachePath, const AppInfo &appInfo) in Create()
660 void AudioCapturerPrivate::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_users_manager.cpp298 std::string cachePath(AVSessionUtils::GetCachePathName(userId)); in ClearCache() local
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp381 const fs::path cachePath{CACHE_DIR}; variable
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_manager_impl.cpp97 std::string cachePath(AVSessionUtils::GetCachePathName()); in OnServiceDie() local
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp701 …string cachePath = LOCAL_PATH_DATA_SERVICE_EL2 + to_string(userId) + LOCAL_PATH_HMDFS_CLOUD_CACHE + in LoadCacheFileIndex() local
871 …string cachePath = LOCAL_PATH_DATA_SERVICE_EL2 + to_string(data->userId) + LOCAL_PATH_HMDFS_CLOUD_… in CloudRelease() local
1039 string cachePath = in SaveCacheToFile() local
1279 string cachePath = in ReadCacheFile() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp154 std::unique_ptr<AudioRenderer> AudioRenderer::Create(const std::string cachePath, in Create()
161 std::unique_ptr<AudioRenderer> AudioRenderer::Create(const std::string cachePath, in Create()
1168 void AudioRendererPrivate::SetApplicationCachePath(const std::string cachePath) in SetApplicationCachePath()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/
H A Daudio_capturer_unit_test.cpp474 string cachePath = "/data/storage/el2/base/temp"; variable
495 string cachePath = "/data/storage/el2/base/temp"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h234 virtual ErrCode GetBundleCachePath(const std::string &dir, std::vector<std::string> &cachePath) in GetBundleCachePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/
H A Dbms_installd_client_test.cpp700 std::vector<std::string> cachePath; variable
715 std::vector<std::string> cachePath; variable

12