Home
last modified time | relevance | path

Searched defs:baseUrl (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/loadwithdataandbaseurl_fuzzer/
H A Dloadwithdataandbaseurl_fuzzer.cpp32 std::string baseUrl((const char *)data, size); in LoadWithDataAndBaseUrlFuzzTest() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_util.cpp52 std::string baseUrl = baseUrlList.front(); in DashAppendBaseUrl() local
57 void DashAppendBaseUrl(std::string &srcUrl, std::string baseUrl) in DashAppendBaseUrl()
72 void BuildSrcUrl(std::string &srcUrl, std::string &baseUrl) in BuildSrcUrl()
H A Ddash_mpd_manager.cpp127 std::string baseUrl = mpdInfo_->baseUrl_.front(); in MakeBaseUrl() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.cpp32 std::string UriJoin(std::string& baseUrl, const std::string& uri) in UriJoin()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp108 const std::string &baseUrl) in MakeAbsoluteWithBaseUrl()
122 …d MakeAbsoluteWithBaseUrl(std::shared_ptr<DashInitSegment> initSegment, const std::string &baseUrl) in MakeAbsoluteWithBaseUrl()
1704 const std::string &baseUrl, in GetSegmentsWithSegList()
1858 …const DashRepresentationInfo* repInfo, std::string& baseUrl, std::shared_ptr<DashStreamDescription… in GetSegmentsByAdptSetInfo()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp99 std::string baseUrl, std::string historyUrl) in LoadData()
H A Dwebview_ffi.cpp134 std::string baseUrl = loadDatas.cBaseUrl; in FfiOHOSWebviewCtlLoadData() local
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h128 …int LoadWithDataAndBaseUrl(const std::string& baseUrl, const std::string& data, const std::string&… in LoadWithDataAndBaseUrl()
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h159 int LoadWithDataAndBaseUrl(const std::string& baseUrl, in LoadWithDataAndBaseUrl()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.cpp43 std::string UriJoin(std::string& baseUrl, const std::string& uri) in UriJoin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h388 …void LoadDataWithBaseUrl(std::string baseUrl, std::string data, std::string mimeType, std::string … in LoadDataWithBaseUrl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp721 std::string baseUrl; in LoadDataWithBaseUrl() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp742 std::string baseUrl, std::string historyUrl) in LoadData()
H A Dnapi_webview_controller.cpp2975 std::string baseUrl; in LoadData() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1084 void WebDelegate::LoadDataWithBaseUrl(const std::string& baseUrl, const std::string& data, const st… in LoadDataWithBaseUrl()
2273 std::string encoding, std::string historyUrl) { in SetWebCallBack()