Home
last modified time | relevance | path

Searched refs:cachePath (Results 1 – 7 of 7) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/
Daudiocreaterender_fuzzer.cpp39 std::string cachePath(reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI()
41 adapter.Create(rendererOptions, cachePath); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/interfaces/
Daudio_capturer_adapter.h63 std::string cachePath = std::string()) = 0;
Daudio_renderer_adapter.h113 std::string cachePath = std::string()) = 0;
/base/web/webview/ohos_adapter/audio_adapter/include/
Daudio_capturer_adapter_impl.h46 std::string cachePath = std::string()) override;
Daudio_renderer_adapter_impl.h51 std::string cachePath = std::string()) override;
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_capturer_adapter_impl.cpp89 std::string cachePath) in Create() argument
91 std::string audioCachePath = cachePath; in Create()
Daudio_renderer_adapter_impl.cpp128 std::string cachePath) in Create() argument
130 std::string audioCachePath = cachePath; in Create()