Home
last modified time | relevance | path

Searched defs:url (Results 426 - 450 of 638) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dpost_example.c218 const char *url; member
537 create_response(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 **ptr) create_response() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c119 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
453 ahc_cancel(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_cancel() argument
/third_party/openssl/test/
H A Dhttp_test.c203 static int test_http_url_ok(const char *url, int exp_ssl, const char *exp_host, in test_http_url_ok() argument
234 static int test_http_url_path_query_ok(const char *url, const char *exp_path_qu) in test_http_url_path_query_ok() argument
275 static int test_http_url_invalid(const char *url) in test_http_url_invalid() argument
/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c76 char *url; member
433 void pa_rtsp_set_url(pa_rtsp_client *c, const char *url) { in pa_rtsp_set_url() argument
525 char *url; in pa_rtsp_options() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dest.c121 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url) in est_load_cacerts() argument
602 int est_build_csr(struct hs20_osu_client *ctx, const char *url) in est_build_csr() argument
675 int est_simple_enroll(struct hs20_osu_client *ctx, const char *url, in est_simple_enroll() argument
[all...]
H A Dspp_client.c952 int cmd_prov(struct hs20_osu_client *ctx, const char *url) in cmd_prov() argument
979 int cmd_sim_prov(struct hs20_osu_client *ctx, const char *url) in cmd_sim_prov() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwnm_ap.c744 wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd, struct sta_info *sta, const char *url, int disassoc_timer) wnm_send_ess_disassoc_imminent() argument
794 wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, u8 dialog_token, const char *url, const u8 *nei_rep, size_t nei_rep_len, const u8 *mbo_attrs, size_t mbo_len) wnm_send_bss_tm_req() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dest.c121 int est_load_cacerts(struct hs20_osu_client *ctx, const char *url) in est_load_cacerts() argument
602 int est_build_csr(struct hs20_osu_client *ctx, const char *url) in est_build_csr() argument
676 int est_simple_enroll(struct hs20_osu_client *ctx, const char *url, in est_simple_enroll() argument
[all...]
H A Dspp_client.c952 int cmd_prov(struct hs20_osu_client *ctx, const char *url) in cmd_prov() argument
979 int cmd_sim_prov(struct hs20_osu_client *ctx, const char *url) in cmd_sim_prov() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwnm_ap.c684 wnm_send_ess_disassoc_imminent(struct hostapd_data *hapd, struct sta_info *sta, const char *url, int disassoc_timer) wnm_send_ess_disassoc_imminent() argument
734 wnm_send_bss_tm_req(struct hostapd_data *hapd, struct sta_info *sta, u8 req_mode, int disassoc_timer, u8 valid_int, const u8 *bss_term_dur, const char *url, const u8 *nei_rep, size_t nei_rep_len, const u8 *mbo_attrs, size_t mbo_len) wnm_send_bss_tm_req() argument
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_common_helper.cpp124 int GetLocalFd(const std::string &url) in GetLocalFd() argument
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.cpp338 void RichTextDelegate::CallPopPageSuccessPageUrl(const std::string& url, const int32_t pageId) in CallPopPageSuccessPageUrl() argument
344 paramStream << NTC_PARAM_PAGE_PATH << RICHTEXT_PARAM_EQUALS << url; in CallPopPageSuccessPageUrl() local
416 std::string url = GetUrlStringParam(param, NTC_PARAM_URL); in OnPageError() local
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp312 UIContentErrorCode UIContentImpl::Initialize(OHOS::Rosen::Window* window, const std::string& url, in Initialize() argument
H A Dace_ability.cpp547 void AceAbility::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() argument
554 void AceAbility::LoadDocument(const std::string& url, const std::string& componentName, SystemParams& systemParams) in LoadDocument() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp485 UIContentErrorCode JsFrontend::RunPage(const std::string& url, const std::string& params) in RunPage() argument
495 void JsFrontend::PushPage(const std::string& url, const std::string& params) in PushPage() argument
502 void JsFrontend::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() argument
H A Dfrontend_delegate_impl.h71 std::string url; member
129 void RouterPush(const std::string& url) in RouterPush() argument
[all...]
H A Dfrontend_delegate.h113 virtual void GetRouterStateByUrl(std::string& url, std::vector<StateInfo>& stateArray) in GetRouterStateByUrl() argument
118 virtual int32_t GetIndexByUrl(const std::string& url) in GetIndexByUrl() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp361 UIContentErrorCode DeclarativeFrontendNG::RunPage(const std::string& url, const std::string& params) in RunPage() argument
414 void DeclarativeFrontendNG::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() argument
421 void DeclarativeFrontendNG::PushPage(const std::string& url, const std::string& params) in PushPage() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h423 GetPageIdByUrl(const std::string& url) GetPageIdByUrl() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp48 std::string ParseIdFromUrl(const std::string& url) in ParseIdFromUrl() argument
100 std::string GetNodeIdFromUrl(const std::string& url) in GetNodeIdFromUrl() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/
H A Dhttp_curl_client.cpp89 std::string GetHostnameFromURL(const std::string &url) in GetHostnameFromURL() argument
153 bool IsHostNameExcluded(const std::string &url, const std::string &exclusions, const std::string &split) in IsHostNameExcluded() argument
223 Status HttpCurlClient::Open(const std::string& url, const std::map<std::string, std::string>& httpHeader, in Open() argument
299 void HttpCurlClient::InitCurProxy(const std::string& url) in InitCurProxy() argument
321 InitCurlEnvironment(const std::string& url, int32_t timeoutMs) InitCurlEnvironment() argument
[all...]
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp186 std::string CommonUtils::UrlToPath(const std::string &url) in UrlToPath() argument
/foundation/multimedia/media_foundation/test/scenetest/video_player/
H A DTestFastVedioPlayer.cpp51 std::string FilePathToFd(std::string url, int32_t fileSize) in FilePathToFd() argument
61 void TestPlayerFinishedAutomatically(std::string url) in TestPlayerFinishedAutomatically() argument
74 void TestSinglePlayerFdSourceFinishedAutomatically(std::string url, int32_t fileSize) in TestSinglePlayerFdSourceFinishedAutomatically() argument
86 void TestSinglePlayerWrongFd(std::string url, int32_t fileSize) in TestSinglePlayerWrongFd() argument
97 void TestPreparePlayPauseRelease(std::string url) in TestPreparePlayPauseRelease() argument
107 void TestPreparePlayPauseThenRelease(std::string url) in TestPreparePlayPauseThenRelease() argument
118 TestPrepareWrongFdThenRelease(std::string url, int32_t fileSize) TestPrepareWrongFdThenRelease() argument
129 TestPrepareThenRelease(std::string url, int32_t fileSize) TestPrepareThenRelease() argument
138 TestPreparePlayPrepareRelease(std::string url, int32_t fileSize) TestPreparePlayPrepareRelease() argument
150 TestPreparePlayPausePrepareRelease(std::string url, int32_t fileSize) TestPreparePlayPausePrepareRelease() argument
163 TestPreparePlayStopPrepareRelease(std::string url, int32_t fileSize) TestPreparePlayStopPrepareRelease() argument
178 TestPreparePlayResetSetSourcePrepareRelease(std::string url, int32_t fileSize) TestPreparePlayResetSetSourcePrepareRelease() argument
192 TestPreparePlaySeekPrepareRelease(std::string url, int32_t fileSize) TestPreparePlaySeekPrepareRelease() argument
209 TestPreparePlaySetvolumePrepareRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumePrepareRelease() argument
223 TestPrepareRelease(std::string url, int32_t fileSize) TestPrepareRelease() argument
232 Test3PrepareRelease(std::string url, int32_t fileSize) Test3PrepareRelease() argument
243 TestPreparePlayRelease(std::string url, int32_t fileSize) TestPreparePlayRelease() argument
254 TestPreparePlayPausePlayRelease(std::string url, int32_t fileSize) TestPreparePlayPausePlayRelease() argument
268 TestPreparePlayStopPlayRelease(std::string url, int32_t fileSize) TestPreparePlayStopPlayRelease() argument
281 TestPreparePlayResetPlayRelease(std::string url, int32_t fileSize) TestPreparePlayResetPlayRelease() argument
294 TestPreparePlaySeekRelease(std::string url, int32_t fileSize) TestPreparePlaySeekRelease() argument
310 TestPreparePlaySetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeRelease() argument
323 TestPlayRelease(std::string url, int32_t fileSize) TestPlayRelease() argument
332 TestPrepare3PlayRelease(std::string url, int32_t fileSize) TestPrepare3PlayRelease() argument
347 TestCreatePauseRelease(std::string url, int32_t fileSize) TestCreatePauseRelease() argument
355 TestPreparePauseRelease(std::string url, int32_t fileSize) TestPreparePauseRelease() argument
365 TestPreparePlayStopPauseRelease(std::string url, int32_t fileSize) TestPreparePlayStopPauseRelease() argument
378 TestPreparePlayResetPauseRelease(std::string url, int32_t fileSize) TestPreparePlayResetPauseRelease() argument
391 TestPreparePlaySeekPauseRelease(std::string url, int32_t fileSize) TestPreparePlaySeekPauseRelease() argument
408 TestPreparePlaySetvolumePauseRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumePauseRelease() argument
423 TestCreateSetSourcePauseRelease(std::string url, int32_t fileSize) TestCreateSetSourcePauseRelease() argument
438 TestPreparePlay3PauseRelease(std::string url, int32_t fileSize) TestPreparePlay3PauseRelease() argument
452 TestCreateStopRelease(std::string url, int32_t fileSize) TestCreateStopRelease() argument
460 TestPrepareStopRelease(std::string url, int32_t fileSize) TestPrepareStopRelease() argument
470 TestPreparePlayStopRelease(std::string url, int32_t fileSize) TestPreparePlayStopRelease() argument
482 TestPreparePlayPauseStopRelease(std::string url, int32_t fileSize) TestPreparePlayPauseStopRelease() argument
495 TestPreparePlayResetStopRelease(std::string url, int32_t fileSize) TestPreparePlayResetStopRelease() argument
508 TestPreparePlaySeekStopRelease(std::string url, int32_t fileSize) TestPreparePlaySeekStopRelease() argument
525 TestPreparePlaySetvolumeStopRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeStopRelease() argument
539 TestPreparePlaySpeedStopRelease(std::string url, int32_t fileSize) TestPreparePlaySpeedStopRelease() argument
551 TestCreateSetSourceStopRelease(std::string url, int32_t fileSize) TestCreateSetSourceStopRelease() argument
560 TestPreparePlay3StopRelease(std::string url, int32_t fileSize) TestPreparePlay3StopRelease() argument
574 TestPrepareResetRelease(std::string url, int32_t fileSize) TestPrepareResetRelease() argument
584 TestPreparePlayResetRelease(std::string url, int32_t fileSize) TestPreparePlayResetRelease() argument
595 TestPreparePlayPauseResetRelease(std::string url, int32_t fileSize) TestPreparePlayPauseResetRelease() argument
608 TestPreparePlayStopResetRelease(std::string url, int32_t fileSize) TestPreparePlayStopResetRelease() argument
621 TestPreparePlaySeekResetRelease(std::string url, int32_t fileSize) TestPreparePlaySeekResetRelease() argument
638 TestPrepare3ResetRelease(std::string url, int32_t fileSize) TestPrepare3ResetRelease() argument
651 TestCreateReset(std::string url, int32_t fileSize) TestCreateReset() argument
658 TestCreateSeekRelease(std::string url, int32_t fileSize) TestCreateSeekRelease() argument
669 TestPrepareSeekRelease(std::string url, int32_t fileSize) TestPrepareSeekRelease() argument
682 TestPreparePlaySeekRelease300(std::string url, int32_t fileSize) TestPreparePlaySeekRelease300() argument
698 TestPreparePlayPauseSeekRelease(std::string url, int32_t fileSize) TestPreparePlayPauseSeekRelease() argument
715 TestPreparePlayStopSeekRelease(std::string url, int32_t fileSize) TestPreparePlayStopSeekRelease() argument
732 TestPreparePlayResetSeekRelease(std::string url, int32_t fileSize) TestPreparePlayResetSeekRelease() argument
747 TestPreparePlaySetvolumeSeekRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeSeekRelease() argument
762 TestSetSourceSeekRelease(std::string url, int32_t fileSize) TestSetSourceSeekRelease() argument
774 TestPreparePlay3SeekRelease(std::string url, int32_t fileSize) TestPreparePlay3SeekRelease() argument
796 TestPreparePlaySeekOutValueRelease(std::string url, int32_t fileSize) TestPreparePlaySeekOutValueRelease() argument
812 TestPreparePlaySeekOutValue2Release(std::string url, int32_t fileSize) TestPreparePlaySeekOutValue2Release() argument
831 TestPrepareSetvolumeRelease(std::string url, int32_t fileSize) TestPrepareSetvolumeRelease() argument
843 TestPreparePlayPauseSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlayPauseSetvolumeRelease() argument
857 TestPreparePlayStopSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlayStopSetvolumeRelease() argument
871 TestPreparePlayResetSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlayResetSetvolumeRelease() argument
885 TestPreparePlaySeekSetvolumeRelease(std::string url, int32_t fileSize) TestPreparePlaySeekSetvolumeRelease() argument
902 TestSetSourceSetvolumeRelease(std::string url, int32_t fileSize) TestSetSourceSetvolumeRelease() argument
913 TestPreparePlaySetvolumeErrorValueRelease(std::string url, int32_t fileSize) TestPreparePlaySetvolumeErrorValueRelease() argument
927 TestPreparePlaySetvolumeErrorValue2Release(std::string url, int32_t fileSize) TestPreparePlaySetvolumeErrorValue2Release() argument
942 TestSetSingleLoop(std::string url, int32_t fileSize) TestSetSingleLoop() argument
968 TestSetSingleLoop2(std::string url, int32_t fileSize) TestSetSingleLoop2() argument
[all...]
/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture_base.h287 char *url; member
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h188 std::string url; member

Completed in 27 milliseconds

1...<<11121314151617181920>>...26