Home
last modified time | relevance | path

Searched refs:SetUrl (Results 1 - 25 of 39) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/
H A Dnavigator_model_ng.cpp57 eventHub->SetUrl(uri); in SetUri()
90 eventHub->SetUrl(uri); in SetUri()
H A Dnavigator_event_hub.h32 void SetUrl(const std::string& url) in SetUrl() function in OHOS::Ace::NG::NavigatorEventHub
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dlink_napi.cpp34 DECLARE_NAPI_GETTER_SETTER("url", GetUrl, SetUrl), in Constructor()
94 napi_value LinkNapi::SetUrl(napi_env env, napi_callback_info info) in SetUrl() function in OHOS::UDMF::LinkNapi
111 link->value_->SetUrl(url); in SetUrl()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dlink.h34 void SetUrl(const std::string &url);
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Drequest_data.cpp29 void RequestData::SetUrl(const std::string &urlPara) in SetUrl() function in OHOS::ACELite::RequestData
H A Dfetch_module.cpp77 req->SetUrl(urlString.get()); in JsObjectToRequestData()
188 requestData->SetUrl(MakeUrl(url, param, extraParam)); in ParseExtraData()
206 requestData->SetUrl(MakeUrl(url, param, extraParam)); in ParseExtraData()
/foundation/communication/netstack/frameworks/js/builtin/fetch/include/
H A Drequest_data.h28 void SetUrl(const std::string &urlPara);
/foundation/communication/netstack/frameworks/js/napi/fetch/options/src/
H A Dfetch_request.cpp27 void FetchRequest::SetUrl(const std::string &url) in SetUrl() function in OHOS::NetStack::Fetch::FetchRequest
/foundation/communication/netstack/frameworks/js/napi/fetch/options/include/
H A Dfetch_request.h27 void SetUrl(const std::string &url);
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dlink_napi.h41 static napi_value SetUrl(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Drequest_data.h30 void SetUrl(const std::string url) in SetUrl() function in OHOS::Ace::RequestData
/foundation/communication/netstack/frameworks/js/napi/fetch/async_context/src/
H A Dfetch_context.cpp40 request.SetUrl(NapiUtils::GetStringPropertyUtf8(GetEnv(), params[0], FetchConstant::PARAM_KEY_URL)); in ParseParams()
168 request.SetUrl(FetchExec::MakeUrl(url, param, extraParam)); in GetUrlParam()
194 request.SetUrl(FetchExec::MakeUrl(url, param, extraParam)); in GetUrlParam()
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H A Drtsp_pusher_demo.cpp32 rtspClient->SetUrl("rtsp://wowzaec2demo.streamlock.net:554/vod/mp4:BigBuckBunny_115k.mp4"); in main()
H A Drtsp_player_demo.cpp145 rtspClient->SetUrl(url); in main()
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_req_param.h85 void SetUrl(const std::string url) in SetUrl() function in OHOS::AppExecFwk::DistributeReqParam
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp133 options.SetUrl(NapiUtils::GetStringFromValueUtf8(GetEnv(), params[0])); in ParseParams()
141 options.SetUrl(NapiUtils::GetStringFromValueUtf8(GetEnv(), params[0])); in ParseParams()
268 options.SetUrl(HttpExec::MakeUrl(url, param, extraParam)); in HandleMethodForGet()
294 options.SetUrl(HttpExec::MakeUrl(url, param, extraParam)); in HandleMethodForGet()
423 options.SetUrl(NapiUtils::GetStringFromValueUtf8(GetEnv(), urlValue)); in UrlAndOptions()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dlink.cpp65 void Link::SetUrl(const std::string &url) in SetUrl() function in OHOS::UDMF::Link
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dlink_test.cpp123 * @tc.desc: Abnormal testcase of SetUrl,because url and MAX_TEXT_LEN are equal
131 link.SetUrl(url); in HWTEST_F()
/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_recorder_napi.h101 int32_t SetUrl(const std::string &UrlPath);
H A Dvideo_player_napi.h102 static napi_value SetUrl(napi_env env, napi_callback_info info);
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_request.h54 void SetUrl(const std::string &url);
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h64 void SetUrl(const std::string &url);
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_request.h51 RtspRequest &SetUrl(const std::string &url) in SetUrl() function in OHOS::Sharing::RtspRequest
H A Drtsp_response.h115 RtspResponseDescribe &SetUrl(const std::string &url) in SetUrl() function in OHOS::Sharing::RtspResponseDescribe
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request.cpp37 void HttpRequest::SetUrl(const std::string &url) in SetUrl() function in OHOS::NetStack::Http::HttpRequest

Completed in 12 milliseconds

12