Home
last modified time | relevance | path

Searched refs:GetUrl (Results 1 – 25 of 111) sorted by relevance

12345

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/
H A Dnavigator_pattern_test_ng.cpp87 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE);
117 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE2);
150 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE);
180 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE2);
206 EXPECT_EQ(eventHub->GetUrl(), "");
236 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE);
247 EXPECT_EQ(eventHub->GetUrl(), URL_VALUE2);
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_recorder_info_adapter_impl.cpp24 ArkWebString ArkRecorderInfoAdapterImpl::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkRecorderInfoAdapterImpl
26 return ArkWebStringClassToStruct(real_->GetUrl()); in GetUrl()
H A Dark_recorder_info_adapter_impl.h28 ArkWebString GetUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_engine_prefetch_args_impl.cpp25 ArkWebString ArkWebEnginePrefetchArgsImpl::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebEnginePrefetchArgsImpl
27 return ArkWebStringClassToStruct(nweb_engine_pre_args_->GetUrl()); in GetUrl()
H A Dark_web_native_embed_info_wrapper.cpp55 std::string ArkWebNativeEmbedInfoWrapper::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoWrapper
57 ArkWebString stUrl = ark_web_native_embed_info_->GetUrl(); in GetUrl()
H A Dark_web_engine_prefetch_args_impl.h32 ArkWebString GetUrl() override;
H A Dark_web_native_embed_info_wrapper.h38 std::string GetUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_recorder_info_adapter_wrapper.cpp24 std::string ArkRecorderInfoAdapterWrapper::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkRecorderInfoAdapterWrapper
26 ArkWebString str = ctocpp_->GetUrl(); in GetUrl()
H A Dark_recorder_info_adapter_wrapper.h29 std::string GetUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_engine_prefetch_args_wrapper.cpp27 std::string ArkWebEnginePrefetchArgsWrapper::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebEnginePrefetchArgsWrapper
29 ArkWebString stUrl = ark_web_engine_pre_args_->GetUrl(); in GetUrl()
H A Dark_web_native_embed_info_impl.cpp47 ArkWebString ArkWebNativeEmbedInfoImpl::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl
49 return ArkWebStringClassToStruct(nweb_native_embed_info_->GetUrl()); in GetUrl()
H A Dark_web_engine_prefetch_args_wrapper.h30 std::string GetUrl() override;
H A Dark_web_native_embed_info_impl.h40 ArkWebString GetUrl() override;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_playlist_downloader_unit_test.cpp53 EXPECT_EQ(testUrl, downloader.GetUrl());
71 EXPECT_GE(downloader.GetUrl(), "");
78 EXPECT_GE(downloader.GetUrl(), "http://new.url");
/ohos5.0/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(), in Fetch()
120 std::string url = requestData.GetUrl(); in SetOptionForGet()
147 std::string url = requestData.GetUrl(); in SetOptionForPost()
/ohos5.0/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()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_engine_prefetch_args.h29 virtual ArkWebString GetUrl() = 0;
H A Dark_web_native_embed_info.h41 virtual ArkWebString GetUrl() = 0;
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
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()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_request.h35 [[nodiscard]] const std::string &GetUrl() const;
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dlink.h33 std::string GetUrl() const;
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
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()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_event_hub.h37 std::string GetUrl() in GetUrl() function
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Drequest_data.h38 [[nodiscard]] const std::string &GetUrl() const;

12345