Home
last modified time | relevance | path

Searched refs:url (Results 651 - 675 of 1512) sorted by relevance

1...<<21222324252627282930>>...61

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp27 const char* url; member
385 cjEvent.url = eventInfo->GetUrl().c_str(); in OnCommonDialog()
404 void FfiOHOSAceFrameworkWebOnPageStart(void (*callback)(const char* url)) in FfiOHOSAceFrameworkWebOnPageStart() argument
466 cjWebResourceRequest.url = request->GetUrl().c_str(); in FfiOHOSAceFrameworkWebOnLoadIntercept()
479 void FfiOHOSAceFrameworkWebOnPageFinish(void (*callback)(const char* url)) in FfiOHOSAceFrameworkWebOnPageFinish() argument
H A Dcj_image_span_ffi.cpp78 void FfiOHOSAceFrameworkImageSpanCreateWithUrl(const char* url) in FfiOHOSAceFrameworkImageSpanCreateWithUrl() argument
83 FfiOHOSAceFrameworkImageCreateWithUrl(url); in FfiOHOSAceFrameworkImageSpanCreateWithUrl()
/third_party/ffmpeg/libavformat/
H A Dutils.c360 int *port_ptr, char *path, int path_size, const char *url) in av_url_split()
376 if ((p = strchr(url, ':'))) { in av_url_split()
377 av_strlcpy(proto, url, FFMIN(proto_size, p + 1 - url)); in av_url_split()
385 av_strlcpy(path, url, path_size); in av_url_split()
357 av_url_split(char *proto, int proto_size, char *authorization, int authorization_size, char *hostname, int hostname_size, int *port_ptr, char *path, int path_size, const char *url) av_url_split() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc285 std::unique_ptr<StringBuffer> url = in GetScriptName() local
287 return url ? toString16(url->string()) : name; in GetScriptName()
361 String16 url, String16 embedderName) in V8DebuggerScript()
363 m_url(std::move(url)), in V8DebuggerScript()
360 V8DebuggerScript(v8::Isolate* isolate, String16 id, String16 url, String16 embedderName) V8DebuggerScript() argument
/third_party/python/Tools/ssl/
H A Dmultissltests.py253 url = url_template.format(v=self.version, s=self.short_version)
254 log.info("Downloading from {}".format(url))
256 req = urlopen(url)
261 "Download from {} has from failed: {}".format(url, e)
264 log.info("Successfully downloaded from {}".format(url))
/applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/
H A Dupdate-sdk.sh57 --url=[sdk url]
94 echo "--url is not null"
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwant_utils.cpp74 std::string url = want.GetUriString(); in IsAtomicServiceUrl() local
77 isAtomicServiceShortUrl = AppDomainVerify::AppDomainVerifyMgrClient::GetInstance()->IsAtomicServiceUrl(url); in IsAtomicServiceUrl()
80 TAG_LOGI(AAFwkTag::ABILITYMGR, "not atomic service short url"); in IsAtomicServiceUrl()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.h60 void FlushPage(const RefPtr<JsAcePage>& page, const std::string& url);
61 void OnPageReady(const RefPtr<JsAcePage>& page, const std::string& url, bool needHideLast);
/foundation/arkui/ace_engine/adapter/preview/entrance/udmf/
H A Dudmf_impl.cpp87 const RefPtr<UnifiedData>& unifiedData, const std::string& url, const std::string& description) in AddLinkRecord()
90 void UdmfClientImpl::GetLinkRecord(const RefPtr<UnifiedData>& unifiedData, std::string& url, std::string& description) in GetLinkRecord() argument
86 AddLinkRecord( const RefPtr<UnifiedData>& unifiedData, const std::string& url, const std::string& description) AddLinkRecord() argument
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h87 void ReplacePage(const std::string& url, const std::string& params);
88 void LoadDocument(const std::string& url, const std::string& componentName, SystemParams& systemParams);
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.cpp63 std::string url = urlValue; in CheckUrl() local
66 int32_t res = apiPolicyAdapter->CheckUrl(bundleName, domainType, url); in CheckUrl()
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/include/
H A Dapp_domain_verify_mgr_client.h96 * @descrition check input url is atomic service or not.
97 * @param url input url to check.
100 bool IsAtomicServiceUrl(const std::string& url);
145 bool IsValidPath(const std::string& url);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.cpp63 std::string url = urlValue; in CheckUrl() local
66 int32_t res = apiPolicyAdapter->CheckUrl(bundleName, domainType, url); in CheckUrl()
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dmedia_data_source_imp.cpp28 IMediaDataSourceImpl::IMediaDataSourceImpl(std::string url, Plugin::Seekable seekable) in IMediaDataSourceImpl() argument
29 : url_(std::move(url)), readPos_(0), seekable_(seekable) in IMediaDataSourceImpl()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dplaylist_downloader.cpp45 void PlayListDownloader::DoOpen(const std::string& url) in DoOpen() argument
52 downloadRequest_ = std::make_shared<DownloadRequest>(url, dataSave_, realStatusCallback, true); in DoOpen()
76 MEDIA_LOG_E("OnDownloadStatus " PUBLIC_LOG_D32 ", url : " PUBLIC_LOG_S, in OnDownloadStatus()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.h70 DownloadRequest(const std::string& url, DataSaveFunc saveData, StatusCallbackFunc statusCallback,
72 DownloadRequest(const std::string& url, double duration, DataSaveFunc saveData, StatusCallbackFunc statusCallback,
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_source.cpp72 int32_t PlayerSource::SetSource(const char *url) in SetSource() argument
75 return demuxer_->SetSource(url); in SetSource()
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Dtranscoder_param.h91 explicit InputUrl(std::string inputUrl) : TransCoderParam(TransCoderPublicParamType::INPUT_URL), url(inputUrl) {} in InputUrl()
92 std::string url; member
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkurlfile_fuzzer/
H A Dscreencaptureurlfile_ndk_fuzzer.cpp110 recorderInfo.url = const_cast<char *>(fileUrl.c_str()); in FuzzScreenCaptureUrlFileNdk()
113 recorderInfo.url = const_cast<char *>(fileUrl.c_str()); in FuzzScreenCaptureUrlFileNdk()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp46 int32_t SoundPoolMock::Load(std::string url) in Load() argument
49 return soundPool_->Load(url); in Load()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureurlfile_fuzzer/
H A Dscreencaptureurlfile_fuzzer.cpp110 recorderInfo.url = "fd://" + to_string(outputFd); in FuzzScreenCaptureUrlFile()
112 recorderInfo.url = "fd://" + to_string(randomUrl); in FuzzScreenCaptureUrlFile()
/foundation/communication/netmanager_base/test/netsysbpfstats/unittest/bpf_core_test/
H A DBpfTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_core_test/
H A DNetSysTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_http_probe.h52 std::string ExtractDomainFormUrl(const std::string &url);
56 bool SetHttpOptions(ProbeType probeType, CURL *curl, const std::string &url);
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/
H A DVpnTest.cpp102 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()
117 context.url = "ws://123.123.123.123:9000"; in HWTEST_F()

Completed in 11 milliseconds

1...<<21222324252627282930>>...61