/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | spp_client.c | 952 int cmd_prov(struct hs20_osu_client *ctx, const char *url) in cmd_prov() argument 957 if (url == NULL) { in cmd_prov() 964 url, ctx->ca_fname ? ctx->ca_fname : "N/A"); in cmd_prov() 967 ctx->server_url = os_strdup(url); in cmd_prov() 969 if (soap_init_client(ctx->http, url, ctx->ca_fname, NULL, NULL, NULL, in cmd_prov() 979 int cmd_sim_prov(struct hs20_osu_client *ctx, const char *url) in cmd_sim_prov() argument 981 if (url == NULL) { in cmd_sim_prov() 989 ctx->server_url = os_strdup(url); in cmd_sim_prov() 997 if (soap_init_client(ctx->http, url, ctx->ca_fname, NULL, NULL, NULL, in cmd_sim_prov()
|
H A D | osu_client.c | 140 char *url, *user = NULL, *pw = NULL; in osu_get_certificate() local 163 url = xml_node_get_text(ctx->xml, node); in osu_get_certificate() 164 if (url == NULL) { in osu_get_certificate() 168 wpa_printf(MSG_INFO, "enrollmentServerURI: %s", url); in osu_get_certificate() 169 write_summary(ctx, "enrollmentServerURI: %s", url); in osu_get_certificate() 203 if (est_load_cacerts(ctx, url) < 0 || in osu_get_certificate() 204 est_build_csr(ctx, url) < 0 || in osu_get_certificate() 205 est_simple_enroll(ctx, url, user, pw) < 0) in osu_get_certificate() 210 xml_node_get_text_free(ctx->xml, url); in osu_get_certificate() 308 char *url, *has in download_cert() local 1997 char url[256]; global() member 2153 osu_connect(struct hs20_osu_client *ctx, const char *bssid, const char *ssid, const char *ssid2, const char *url, unsigned int methods, int no_prod_assoc, const char *osu_nai, const char *osu_nai2) osu_connect() argument 2864 get_hostname(const char *url) get_hostname() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | spp_client.c | 952 int cmd_prov(struct hs20_osu_client *ctx, const char *url) in cmd_prov() argument 957 if (url == NULL) { in cmd_prov() 964 url, ctx->ca_fname ? ctx->ca_fname : "N/A"); in cmd_prov() 967 ctx->server_url = os_strdup(url); in cmd_prov() 969 if (soap_init_client(ctx->http, url, ctx->ca_fname, NULL, NULL, NULL, in cmd_prov() 979 int cmd_sim_prov(struct hs20_osu_client *ctx, const char *url) in cmd_sim_prov() argument 981 if (url == NULL) { in cmd_sim_prov() 989 ctx->server_url = os_strdup(url); in cmd_sim_prov() 997 if (soap_init_client(ctx->http, url, ctx->ca_fname, NULL, NULL, NULL, in cmd_sim_prov()
|
H A D | osu_client.c | 140 char *url, *user = NULL, *pw = NULL; in osu_get_certificate() local 163 url = xml_node_get_text(ctx->xml, node); in osu_get_certificate() 164 if (url == NULL) { in osu_get_certificate() 168 wpa_printf(MSG_INFO, "enrollmentServerURI: %s", url); in osu_get_certificate() 169 write_summary(ctx, "enrollmentServerURI: %s", url); in osu_get_certificate() 203 if (est_load_cacerts(ctx, url) < 0 || in osu_get_certificate() 204 est_build_csr(ctx, url) < 0 || in osu_get_certificate() 205 est_simple_enroll(ctx, url, user, pw) < 0) in osu_get_certificate() 210 xml_node_get_text_free(ctx->xml, url); in osu_get_certificate() 308 char *url, *has in download_cert() local 1999 char url[256]; global() member 2155 osu_connect(struct hs20_osu_client *ctx, const char *bssid, const char *ssid, const char *ssid2, const char *url, unsigned int methods, int no_prod_assoc, const char *osu_nai, const char *osu_nai2) osu_connect() argument 2866 get_hostname(const char *url) get_hostname() argument [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_common.cpp | 156 const std::string &method, const std::string &url) in GenerateAuthorization() 159 auto pmuMD5 = GetMD5(method + url); in GenerateAuthorization() 162 "\", uri=\"" + url + "\", response=\"" + responseMD5 + "\""; in GenerateAuthorization() 154 GenerateAuthorization(const std::string &username, const std::string &realm, const std::string &password, const std::string &nonce, const std::string &method, const std::string &url) GenerateAuthorization() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.cpp | 81 UIContentErrorCode CardFrontendDeclarative::RunPage(const std::string& url, const std::string& params) in RunPage() argument 86 if (!url.empty()) { in RunPage() 87 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_BIN); in RunPage()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 56 UIContentErrorCode RunPage(const std::string& url, const std::string& params) override; 58 void ReplacePage(const std::string& url, const std::string& params) override; 60 void PushPage(const std::string& url, const std::string& params) override;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 47 UIContentErrorCode RunPage(const std::string& url, const std::string& params) override; 52 void ReplacePage(const std::string& url, const std::string& params) override; 54 void PushPage(const std::string& url, const std::string& params) override;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 36 void PluginFrontend::RunPage(const std::string& url, const std::string& params) {} in RunPage() argument 37 void PluginFrontend::ReplacePage(const std::string& url, const std::string& params) {} in ReplacePage() argument 39 void PluginFrontend::PushPage(const std::string& url, const std::string& params) {} in PushPage() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/ |
H A D | http_media_downloader.h | 40 explicit HttpMediaDownloader(std::string url); 41 explicit HttpMediaDownloader(std::string url, uint32_t expectBufferDuration); 43 bool Open(const std::string& url, const std::map<std::string, std::string>& httpHeader) override;
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | dash_mpd_util.cpp | 40 bool DashUrlIsAbsolute(const std::string &url) in DashUrlIsAbsolute() argument 42 if (url.find("http://") == 0 || url.find("https://") == 0) { in DashUrlIsAbsolute() 60 // absolute url use baseUrl in DashAppendBaseUrl()
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 50 virtual int32_t SetSource(const std::string &url) = 0; 53 virtual int32_t AddSubSource(const std::string &url) in AddSubSource() argument 55 (void)url; in AddSubSource()
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 28 MOCK_METHOD3(Initialize, UIContentErrorCode(OHOS::Rosen::Window* window, const std::string& url, 35 void(OHOS::Rosen::Window* window, const std::string& url, napi_value storage, uint32_t focusWindowID)); 66 MOCK_METHOD3(PreInitializeForm, void(OHOS::Rosen::Window* window, const std::string& url, napi_value storage));
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | dns_checker.cpp | 136 bool DnsChecker::DoDnsCheck(std::string url, int timeoutMillis) in DoDnsCheck() argument 139 int len1 = (int)url.find("/generate_204"); in DoDnsCheck() 141 std::string host = url.substr(strlen("http://"), len); in DoDnsCheck() 143 LOGD("DoDnsCheck url=%{public}s", host.c_str()); in DoDnsCheck()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | sdp.h | 293 * @param url The documentation url. 294 * @param urlLen The length of url. 297 int BTSTACK_API SDP_AddDocumentationUrl(uint32_t handle, const uint8_t *url, uint16_t urlLen); 305 * @param url The client executable url. 306 * @param urlLen The length of url. 309 int BTSTACK_API SDP_AddClientExecutableUrl(uint32_t handle, const uint8_t *url, uint16_t urlLen); 316 * @param url The icon url [all...] |
/third_party/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 145 const char *url; in main() local 159 url = argv[1]; in main() 176 curl_easy_setopt(easy, CURLOPT_URL, url); in main()
|
H A D | ws-data.c | 208 const char *url; in main() local 214 fprintf(stderr, "usage: ws-data url minlen maxlen\n"); in main() 217 url = argv[1]; in main() 240 curl_easy_setopt(curl, CURLOPT_URL, url); in main()
|
/third_party/ffmpeg/libavdevice/ |
H A D | libcdio.c | 63 s->drive = cdio_cddap_identify(ctx->url, CDDA_MESSAGE_LOGIT, &err); in read_header() 65 av_log(ctx, AV_LOG_ERROR, "Could not open drive %s.\n", ctx->url); in read_header() 73 av_log(ctx, AV_LOG_ERROR, "Could not open disk in drive %s.\n", ctx->url); in read_header()
|
/third_party/ffmpeg/libavformat/ |
H A D | icecast.c | 44 char *url; member 60 { "ice_url", "set stream website", OFFSET(url), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, E }, 105 cat_header(&bp, "Ice-URL", s->url); in icecast_open()
|
/third_party/curl/docs/examples/ |
H A D | http2-upload.c | 174 char url[256]; in setup() local 190 curl_msnprintf(url, 256, "https://localhost:8443/upload-%d", num); in setup() 219 curl_easy_setopt(hnd, CURLOPT_URL, url); in setup()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/ |
H A D | protocol_lws_minimal_client_echo.c | 50 const char **url; member 71 i.path = *vhd->url; in sul_connect_attempt() 137 vhd->url = (const char **)lws_pvo_search( in callback_minimal_client_echo() 139 "url")->value; in callback_minimal_client_echo()
|
/third_party/node/test/parallel/ |
H A D | test-http-set-timeout-server.js | 123 if (req.url === '/2') 125 if (req.url === '/1') { 130 caughtTimeout += req.url;
|
H A D | test-https-set-timeout-server.js | 143 if (req.url === '/2') 145 if (req.url === '/1') { 150 caughtTimeout += req.url;
|
/third_party/node/src/ |
H A D | node_wasm_web_api.cc | 90 Utf8Value url(Environment::GetCurrent(args)->isolate(), args[0]); in SetURL() 91 obj->streaming_->SetUrl(url.out(), url.length()); in SetURL()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_response_cleanup.c | 66 fork_curl (const char *url) in fork_curl() argument 73 execlp ("curl", "curl", "-s", "-N", "-o", "/dev/null", "-GET", url, NULL); in fork_curl() 113 const char *url, in ahc_echo() 111 ahc_echo(void *cls, struct MHD_Connection *connection, const char *url, const char *method, const char *version, const char *upload_data, size_t *upload_data_size, void **unused) ahc_echo() argument
|