/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_serv.c | 349 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 D | gas_serv.c | 346 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 D | dash_mpd_downloader.cpp | 183 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 D | form_renderer.cpp | 187 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 D | ffmpeg_api_wrap.cpp | 203 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 D | sound_parser.cpp | 31 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 D | HttpRequestOptionsTest.cpp | 199 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 D | utd_test.cpp | 130 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 D | alsa.c | 185 if (ctx->url[0] == 0) audio_device = "default"; in ff_alsa_open() 186 else audio_device = ctx->url; in ff_alsa_open()
|
H A D | vfwcap.c | 260 if (!strcmp(s->url, "list")) { in vfw_read_header() 283 devnum = atoi(s->url); in vfw_read_header()
|
/third_party/curl/lib/ |
H A D | getinfo.c | 99 *param_charp = data->state.url?data->state.url:(char *)""; in getinfo_char()
|
/third_party/libsnd/programs/ |
H A D | sndfile-info.c | 519 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 D | index.js | 139 this._url = req.url; 267 (!this._url || this._url === req.url) &&
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-inspector.h | 271 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 D | v8-inspector.h | 256 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 D | ocsp.h | 229 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 D | main.go | 109 url string 122 URLs: []string{r.url},
|
/third_party/ffmpeg/libavformat/ |
H A D | dashenc.c | 53 #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 D | ui_content_impl.cpp | 312 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 D | image_source_mdk_kits.cpp | 131 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 D | test_single_player_slow_1.h | 372 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 D | uds.cpp | 226 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 D | ocsp.h | 356 # 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 D | ocsp.h | 356 # 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 D | ocsp.h | 356 # 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);
|