Home
last modified time | relevance | path

Searched refs:GetUrl (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_pattern_test_ng.cpp87 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE); in HWTEST_F()
117 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE2); in HWTEST_F()
150 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE); in HWTEST_F()
180 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE2); in HWTEST_F()
206 EXPECT_EQ(eventHub->GetUrl(), ""); in HWTEST_F()
236 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE); in HWTEST_F()
247 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE2); in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp53 EXPECT_EQ(testUrl, downloader.GetUrl()); in HWTEST_F()
71 EXPECT_GE(downloader.GetUrl(), ""); in HWTEST_F()
78 EXPECT_GE(downloader.GetUrl(), "http://new.url"); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dfetch_manager.cpp96 LOGW("Failed to fetch, url: %{private}s, %{public}s", requestData.GetUrl().c_str(),
120 std::string url = requestData.GetUrl(); in SetOptionForGet()
147 std::string url = requestData.GetUrl(); in SetOptionForPost()
H A Drequest_data.h25 const std::string GetUrl() const in GetUrl() function in OHOS::Ace::RequestData
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dlink_napi.cpp34 DECLARE_NAPI_GETTER_SETTER("url", GetUrl, SetUrl), in Constructor()
82 napi_value LinkNapi::GetUrl(napi_env env, napi_callback_info info) in GetUrl() function in OHOS::UDMF::LinkNapi
89 ctxt->status = NapiDataUtils::SetValue(env, link->value_->GetUrl(), ctxt->output); in GetUrl()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dlink.h33 std::string GetUrl() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.h37 std::string GetUrl() in GetUrl() function in OHOS::Ace::NG::NavigatorEventHub
/foundation/multimedia/media_foundation/test/unittest/
H A DTestHttpSourcePlugin.cpp52 EXPECT_EQ(url, downloadRequest.GetUrl()); in HWTEST()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Drequest_data.cpp54 const std::string &RequestData::GetUrl() const in GetUrl() function in OHOS::ACELite::RequestData
H A Dhttp_request.cpp149 if (EncodeUrlParam(curl, const_cast<std::string &>(requestData->GetUrl())) && MethodForGet(method)) { in SetOption()
154 ACE_CURL_EASY_SET_OPTION(curl, CURLOPT_URL, requestData->GetUrl().c_str(), responseData); in SetOption()
/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Drequest_data.h38 [[nodiscard]] const std::string &GetUrl() const;
/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_request.cpp47 const std::string &FetchRequest::GetUrl() const in GetUrl() function in OHOS::NetStack::Fetch::FetchRequest
/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_request.h35 [[nodiscard]] const std::string &GetUrl() const;
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dlink_napi.h40 static napi_value GetUrl(napi_env env, napi_callback_info info);
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_req_param.h80 inline std::string GetUrl() const in GetUrl() function in OHOS::AppExecFwk::DistributeReqParam
H A Djs_feature_ability.cpp340 if (!requestParam.GetUrl().empty()) { in GetWant()
341 want.SetParam(DistributeConstants::START_ABILITY_URL_KEY, requestParam.GetUrl()); in GetWant()
342 want.SetUri(Uri(requestParam.GetUrl())); in GetWant()
371 std::string url = requestParam.GetUrl(); in CheckThenGetDeepLinkUri()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_url.h96 std::string GetUrl() const in GetUrl() function in OHOS::Sharing::RtspUrl
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.h50 std::string GetUrl();
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.h62 void GetUrl(const JSCallbackInfo& args);
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp77 status, request->GetUrl().c_str()); in OnDownloadStatus()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h85 std::string GetUrl() const in GetUrl() function in OHOS::Media::Plugin::HttpPlugin::DownloadRequest
/foundation/communication/netstack/utils/profiler_utils/src/
H A Dhttp_network_message.cpp57 msg.requestUrl_ = request_.GetUrl(); in Parse()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dlink.cpp60 std::string Link::GetUrl() const in GetUrl() function in OHOS::UDMF::Link
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h73 virtual std::string GetUrl(void* object) = 0;
121 virtual std::string GetUrl(void* object) = 0;
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h366 const std::string& GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::WebRequest
427 const std::string& GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::WebDialogEvent
586 std::string GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::WebAllSslErrorEvent
999 const std::string& GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::WebAppLinkEvent
1098 const std::string& GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::DownloadStartEvent
1518 const std::string& GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::PageVisibleEvent
1596 const std::string& GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::TouchIconUrlEvent
1787 const std::string& GetUrl() const { in GetUrl() function in OHOS::Ace::NativeEmbedStatus::NavigationEntryCommittedEvent
1977 const std::string& GetUrl() const in GetUrl() function in OHOS::Ace::NativeEmbedStatus::AdsBlockedEvent

Completed in 13 milliseconds

1234