Home
last modified time | relevance | path

Searched refs:url (Results 1101 - 1125 of 1506) sorted by relevance

1...<<41424344454647484950>>...61

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dgas_serv.c349 struct hostapd_venue_url *url; in anqp_add_venue_url() local
351 url = &hapd->conf->venue_url[i]; in anqp_add_venue_url()
352 wpabuf_put_u8(buf, 1 + url->url_len); in anqp_add_venue_url()
353 wpabuf_put_u8(buf, url->venue_number); in anqp_add_venue_url()
354 wpabuf_put_data(buf, url->url, url->url_len); in anqp_add_venue_url()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dgas_serv.c346 struct hostapd_venue_url *url; in anqp_add_venue_url() local
348 url = &hapd->conf->venue_url[i]; in anqp_add_venue_url()
349 wpabuf_put_u8(buf, 1 + url->url_len); in anqp_add_venue_url()
350 wpabuf_put_u8(buf, url->venue_number); in anqp_add_venue_url()
351 wpabuf_put_data(buf, url->url, url->url_len); in anqp_add_venue_url()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp183 void DashMpdDownloader::Open(const std::string &url) in Open() argument
185 url_ = url; in Open()
186 DoOpen(url); in Open()
203 void DashMpdDownloader::UpdateDownloadFinished(const std::string &url) in UpdateDownloadFinished() argument
742 srcSegment.url_ = currentDownloadStream_->indexSegment_->url_; // only store url in stream in Dash On-Demand in BuildDashSegment()
773 void DashMpdDownloader::DoOpen(const std::string& url, int64_t startRange, int64_t endRange) in DoOpen() argument
790 mediaSource.url = url; in DoOpen()
793 auto downloadDoneCallback = [this](const std::string &url, const std::string &location) { in DoOpen()
794 UpdateDownloadFinished(url); in DoOpen()
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer.cpp187 void FormRenderer::ReloadForm(const std::string& url) in ReloadForm() argument
193 uiContent_->ReloadForm(url); in ReloadForm()
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp203 int FFmpegApiWrap::IoOpen(AVIOContext **s, const char *url, int flags, in IoOpen() argument
208 ret = ioOpenFunc(s, url, flags, intCb, options); in IoOpen()
/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.cpp31 SoundParser::SoundParser(int32_t soundID, std::string url) in SoundParser() argument
33 std::shared_ptr<MediaAVCodec::AVSource> source = MediaAVCodec::AVSourceFactory::CreateWithURI(url); in SoundParser()
/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp199 std::string url = requestOptions.GetUrl(); in HWTEST_F() local
200 EXPECT_EQ(url, testValue); in HWTEST_F()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
H A Dutd_test.cpp130 std::string url(OH_Utd_GetReferenceUrl(utd)); in HWTEST_F()
131 EXPECT_EQ(REFERENCE_URL, url); in HWTEST_F()
/third_party/ffmpeg/libavdevice/
H A Dalsa.c185 if (ctx->url[0] == 0) audio_device = "default"; in ff_alsa_open()
186 else audio_device = ctx->url; in ff_alsa_open()
H A Dvfwcap.c260 if (!strcmp(s->url, "list")) { in vfw_read_header()
283 devnum = atoi(s->url); in vfw_read_header()
/third_party/curl/lib/
H A Dgetinfo.c99 *param_charp = data->state.url?data->state.url:(char *)""; in getinfo_char()
/third_party/libsnd/programs/
H A Dsndfile-info.c519 printf ("Url : %.*s\n", (int) sizeof (cart.url), cart.url) ; in cart_dump()
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js139 this._url = req.url;
267 (!this._url || this._url === req.url) &&
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h271 const StringView& url, unsigned lineNumber, in consoleAPIMessage()
359 StringView detailedMessage, StringView url,
268 consoleAPIMessage(int contextGroupId, v8::Isolate::MessageErrorLevel level, const StringView& message, const StringView& url, unsigned lineNumber, unsigned columnNumber, V8StackTrace*) consoleAPIMessage() argument
/third_party/node/deps/v8/include/
H A Dv8-inspector.h256 const StringView& url, unsigned lineNumber, in consoleAPIMessage()
344 StringView detailedMessage, StringView url,
253 consoleAPIMessage(int contextGroupId, v8::Isolate::MessageErrorLevel level, const StringView& message, const StringView& url, unsigned lineNumber, unsigned columnNumber, V8StackTrace*) consoleAPIMessage() argument
/third_party/openssl/ohos_lite/include/openssl/
H A Docsp.h229 int OCSP_parse_url(const char *url, char **phost, char **pport, char **ppath,
260 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go109 url string
122 URLs: []string{r.url},
/third_party/ffmpeg/libavformat/
H A Ddashenc.c53 #include "url.h"
282 static int handle_io_open_error(AVFormatContext *s, int err, char *url) { in handle_io_open_error() argument
287 "Unable to open %s for writing: %s\n", url, errbuf); in handle_io_open_error()
1140 const char *proto = avio_find_protocol_name(s->url); in write_manifest()
1149 snprintf(temp_filename, sizeof(temp_filename), use_rename ? "%s.tmp" : "%s", s->url); in write_manifest()
1246 if ((ret = ff_rename(temp_filename, s->url, s)) < 0) in write_manifest()
1464 av_strlcpy(c->dirname, s->url, sizeof(c->dirname)); in dash_init()
1471 av_strlcpy(basename, s->url, sizeof(basename)); in dash_init()
1591 ctx->url = av_strdup(filename); in dash_init()
1916 const char *proto = avio_find_protocol_name(s->url); in dash_flush()
[all...]
/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
316 errorCode = CommonInitialize(window, url, storage); in Initialize()
318 errorCode = AceContainer::RunPage(instanceId_, url, ""); in Initialize()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp131 std::string url(source->uri, source->uriSize); in ImageSourceNativeCreate()
132 IMAGE_LOGD("ImageSourceNativeCreate by path %{public}s", url.c_str()); in ImageSourceNativeCreate()
133 auto path = UrlToPath(url); in ImageSourceNativeCreate()
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_player_slow_1.h372 PTEST((std::string url), Test single player play url music, and finished automatically) in FIXTURE() argument
375 ASSERT_EQ(0, player->SetSource(TestSource(url))); in FIXTURE()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp226 int OH_UdsHyperlink_SetUrl(OH_UdsHyperlink* pThis, const char* url) in OH_UdsHyperlink_SetUrl() argument
228 if (url == nullptr || IsInvalidUdsObjectPtr(pThis, NdkStructId::UDS_HYPERLINK_STRUCT_ID)) { in OH_UdsHyperlink_SetUrl()
231 return pThis->SetUdsValue<std::string>(URL, url); in OH_UdsHyperlink_SetUrl()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Docsp.h356 # define OCSP_parse_url(url, host, port, path, ssl) \
357 OSSL_HTTP_parse_url(url, ssl, NULL, host, port, NULL, path, NULL, NULL)
391 X509_EXTENSION *OCSP_crlID_new(const char *url, long *n, char *tim);

Completed in 29 milliseconds

1...<<41424344454647484950>>...61