/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/ |
H A D | navigator_pattern_test_ng.cpp | 87 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 D | ark_recorder_info_adapter_impl.cpp | 24 ArkWebString ArkRecorderInfoAdapterImpl::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkRecorderInfoAdapterImpl 26 return ArkWebStringClassToStruct(real_->GetUrl()); in GetUrl()
|
H A D | ark_recorder_info_adapter_impl.h | 28 ArkWebString GetUrl() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_engine_prefetch_args_impl.cpp | 25 ArkWebString ArkWebEnginePrefetchArgsImpl::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebEnginePrefetchArgsImpl 27 return ArkWebStringClassToStruct(nweb_engine_pre_args_->GetUrl()); in GetUrl()
|
H A D | ark_web_native_embed_info_wrapper.cpp | 55 std::string ArkWebNativeEmbedInfoWrapper::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoWrapper 57 ArkWebString stUrl = ark_web_native_embed_info_->GetUrl(); in GetUrl()
|
H A D | ark_web_engine_prefetch_args_impl.h | 32 ArkWebString GetUrl() override;
|
H A D | ark_web_native_embed_info_wrapper.h | 38 std::string GetUrl() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_recorder_info_adapter_wrapper.cpp | 24 std::string ArkRecorderInfoAdapterWrapper::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkRecorderInfoAdapterWrapper 26 ArkWebString str = ctocpp_->GetUrl(); in GetUrl()
|
H A D | ark_recorder_info_adapter_wrapper.h | 29 std::string GetUrl() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_engine_prefetch_args_wrapper.cpp | 27 std::string ArkWebEnginePrefetchArgsWrapper::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebEnginePrefetchArgsWrapper 29 ArkWebString stUrl = ark_web_engine_pre_args_->GetUrl(); in GetUrl()
|
H A D | ark_web_native_embed_info_impl.cpp | 47 ArkWebString ArkWebNativeEmbedInfoImpl::GetUrl() in GetUrl() function in OHOS::ArkWeb::ArkWebNativeEmbedInfoImpl 49 return ArkWebStringClassToStruct(nweb_native_embed_info_->GetUrl()); in GetUrl()
|
H A D | ark_web_engine_prefetch_args_wrapper.h | 30 std::string GetUrl() override;
|
H A D | ark_web_native_embed_info_impl.h | 40 ArkWebString GetUrl() override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | hls_playlist_downloader_unit_test.cpp | 53 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 D | fetch_manager.cpp | 96 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 D | link_napi.cpp | 34 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 D | ark_web_engine_prefetch_args.h | 29 virtual ArkWebString GetUrl() = 0;
|
H A D | ark_web_native_embed_info.h | 41 virtual ArkWebString GetUrl() = 0;
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_request.cpp | 149 …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 D | fetch_request.h | 35 [[nodiscard]] const std::string &GetUrl() const;
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | link.h | 33 std::string GetUrl() const;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/ |
H A D | js_feature_ability.cpp | 340 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 D | fetch_request.cpp | 47 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 D | navigator_event_hub.h | 37 std::string GetUrl() in GetUrl() function
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/include/ |
H A D | request_data.h | 38 [[nodiscard]] const std::string &GetUrl() const;
|