/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | hs20_supplicant.c | 1268 const char *url, u8 osu_method) in hs20_rx_subscription_remediation() 1270 if (url) in hs20_rx_subscription_remediation() 1272 osu_method, url); in hs20_rx_subscription_remediation() 1279 u16 reauth_delay, const char *url) in hs20_rx_deauth_imminent_notice() 1287 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice() 1321 void hs20_rx_t_c_acceptance(struct wpa_supplicant *wpa_s, const char *url) in hs20_rx_t_c_acceptance() argument 1329 wpa_msg(wpa_s, MSG_INFO, HS20_T_C_ACCEPTANCE "%s", url); in hs20_rx_t_c_acceptance() 1267 hs20_rx_subscription_remediation(struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) hs20_rx_subscription_remediation() argument 1278 hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) hs20_rx_deauth_imminent_notice() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | hs20_supplicant.c | 1294 const char *url, u8 osu_method) in hs20_rx_subscription_remediation() 1296 if (url) in hs20_rx_subscription_remediation() 1298 osu_method, url); in hs20_rx_subscription_remediation() 1305 u16 reauth_delay, const char *url) in hs20_rx_deauth_imminent_notice() 1313 code, reauth_delay, url); in hs20_rx_deauth_imminent_notice() 1347 void hs20_rx_t_c_acceptance(struct wpa_supplicant *wpa_s, const char *url) in hs20_rx_t_c_acceptance() argument 1355 wpa_msg(wpa_s, MSG_INFO, HS20_T_C_ACCEPTANCE "%s", url); in hs20_rx_t_c_acceptance() 1293 hs20_rx_subscription_remediation(struct wpa_supplicant *wpa_s, const char *url, u8 osu_method) hs20_rx_subscription_remediation() argument 1304 hs20_rx_deauth_imminent_notice(struct wpa_supplicant *wpa_s, u8 code, u16 reauth_delay, const char *url) hs20_rx_deauth_imminent_notice() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 83 constexpr char NTC_PARAM_URL[] = "url"; 849 auto updateUrlCallback = [weak = WeakClaim(this)](const std::string& url) { in CreatePlatformResource() 854 delegate->UpdateUrl(url); in CreatePlatformResource() 861 void WebDelegate::LoadUrl(const std::string& url, const std::map<std::string, std::string>& httpHeaders) in LoadUrl() argument 868 [weak = WeakClaim(this), url, httpHeaders]() { in LoadUrl() 875 const_cast<std::string&>(url), const_cast<std::map<std::string, std::string>&>(httpHeaders)); in LoadUrl() 1543 bool WebDelegate::SetCookie(const std::string& url, in SetCookie() argument 1548 return cookieManager_->SetCookie(url, value, incognitoMode); in SetCookie() 1553 std::string WebDelegate::GetCookie(const std::string& url, in GetCookie() argument 1558 return cookieManager_->ReturnCookie(url, isVali in GetCookie() 4313 UpdateUrl(const std::string& url) UpdateUrl() argument 4318 paramStream << NTC_PARAM_SRC << WEB_PARAM_EQUALS << url; UpdateUrl() local 4330 CallPopPageSuccessPageUrl(const std::string& url) CallPopPageSuccessPageUrl() argument 4335 paramStream << NTC_PARAM_PAGE_URL << WEB_PARAM_EQUALS << url; CallPopPageSuccessPageUrl() local 4803 OnDownloadStart(const std::string& url, const std::string& userAgent, const std::string& contentDisposition, const std::string& mimetype, long contentLength) OnDownloadStart() argument 5072 OnRefreshAccessedHistory(const std::string& url, bool isRefreshed) OnRefreshAccessedHistory() argument 5091 std::string url = GetUrlStringParam(param, NTC_PARAM_URL); OnPageError() local 5300 OnResourceLoad(const std::string& url) OnResourceLoad() argument 5489 OnPageVisible(const std::string& url) OnPageVisible() argument 6744 OnOpenAppLink( const std::string& url, std::shared_ptr<OHOS::NWeb::NWebAppLinkCallback> callback) OnOpenAppLink() argument 7206 OnAdsBlocked(const std::string& url, const std::vector<std::string>& adsBlocked) OnAdsBlocked() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | xcbgrab.c | 822 char *display_name = av_strdup(s->url); in xcbgrab_read_header() 827 if (!sscanf(s->url, "%[^+]+%d,%d", display_name, &c->x, &c->y)) { in xcbgrab_read_header() 829 sscanf(s->url, "+%d,%d", &c->x, &c->y); in xcbgrab_read_header() 837 s->url[0] ? s->url : "default", ret); in xcbgrab_read_header()
|
H A D | oss_enc.c | 47 ret = ff_oss_audio_open(s1, 1, s1->url); in audio_write_header()
|
H A D | sndio_enc.c | 41 ret = ff_sndio_open(s1, 1, s1->url); in audio_write_header()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-console-message.cc | 211 void V8ConsoleMessage::setLocation(const String16& url, unsigned lineNumber, in setLocation() argument 216 if (url.substring(0, strlen(dataURIPrefix)) == dataURIPrefix) { in setLocation() 219 m_url = url; in setLocation() 488 double timestamp, const String16& detailedMessage, const String16& url, in createForException() 495 consoleMessage->setLocation(url, lineNumber, columnNumber, in createForException() 487 createForException( double timestamp, const String16& detailedMessage, const String16& url, unsigned lineNumber, unsigned columnNumber, std::unique_ptr<V8StackTraceImpl> stackTrace, int scriptId, v8::Isolate* isolate, const String16& message, int contextId, v8::Local<v8::Value> exception, unsigned exceptionId) createForException() argument
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/ |
H A D | rtsp_common.h | 98 const std::string &method, const std::string &url);
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_delegate_declarative.h | 44 const std::string& url, const std::string& params, const std::string& profile, int64_t cardId);
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_run_args.h | 69 std::string url; member
|
/foundation/bundlemanager/app_domain_verify/services/include/manager/core/ |
H A D | i_app_domain_verify_mgr_service.h | 41 virtual bool IsAtomicServiceUrl(const std::string& url) = 0;
|
/foundation/bundlemanager/app_domain_verify/services/include/manager/zidl/ |
H A D | app_domain_verify_mgr_service_proxy.h | 39 virtual bool IsAtomicServiceUrl(const std::string& url) override;
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_media_downloader.h | 31 bool Open(const std::string& url) override;
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/ |
H A D | http_lite_source_plugin.h | 70 Status OpenUri(std::string &url);
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/monitor/ |
H A D | download_monitor.h | 44 bool Open(const std::string& url) override;
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_playlist_downloader.h | 31 void Open(const std::string& url, const std::map<std::string, std::string>& httpHeader) override;
|
/foundation/multimedia/player_framework/frameworks/native/soundpool/ |
H A D | soundpool.h | 35 int32_t Load(const std::string url) override;
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/ |
H A D | player_demux.h | 36 int32_t SetSource(const char *url);
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/ |
H A D | isoundpool.h | 44 * @param url The path to the audio file 49 virtual int32_t Load(std::string url) = 0;
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiobitratefile_fuzzer/ |
H A D | screencaptureaudiobitratefile_fuzzer.cpp | 108 recorderInfo.url = "fd://" + to_string(outputFd); in FuzzScreenCaptureAudioBitRateFile()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturefileformatfile_fuzzer/ |
H A D | screencapturefileformatfile_fuzzer.cpp | 106 recorderInfo.url = "fd://" + to_string(outputFd); in FuzzScreenCaptureFileFormatFile()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideobitratefile_fuzzer/ |
H A D | screencapturevideobitratefile_fuzzer.cpp | 108 recorderInfo.url = "fd://" + to_string(outputFd); in FuzzScreenCaptureVideoBitRateFile()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeratefile_fuzzer/ |
H A D | screencapturevideoframeratefile_fuzzer.cpp | 108 recorderInfo.url = "fd://" + to_string(outputFd); in FuzzScreenCaptureVideoFrameRateFile()
|
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/ |
H A D | mod.rs | 107 .request(request.inner.method, request.inner.url)
|
/third_party/node/test/parallel/ |
H A D | test-http-client-timeout-agent.js | 36 const m = /\/(.*)/.exec(req.url);
|