Home
last modified time | relevance | path

Searched refs:url (Results 576 - 600 of 1552) sorted by relevance

1...<<21222324252627282930>>...63

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_observer_manager.h40 void OnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, const std::string &url,
49 void HandleOnInstallFinishedByUrl(int32_t recordId, const std::string &startTime, const std::string &url,
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dfree_install_observer_proxy.cpp66 void FreeInstallObserverProxy::OnInstallFinishedByUrl(const std::string &startTime, const std::string &url, in OnInstallFinishedByUrl() argument
76 if (!data.WriteString(startTime) || !data.WriteString(url) || in OnInstallFinishedByUrl()
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H A Ddistribute_req_param.h85 void SetUrl(const std::string url) in SetUrl() argument
87 url_ = url; in SetUrl()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dplaylist_downloader.h39 virtual void Open(const std::string& url) = 0;
61 void DoOpen(const std::string& url);
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_lite_source/
H A Dhttp_lite_manager.h63 bool HttpOpen(std::string &url, HttpLiteAttr &attr);
76 HttpLiteUrlType IsHlsSource(std::string &url);
/foundation/multimedia/drm_framework/frameworks/native/test/common/src/
H A Dhttp.cpp36 int HttpPost(std::string url, unsigned char *request, uint32_t requestLen, unsigned char *response, in HttpPost() argument
45 // url in HttpPost()
46 curl_easy_setopt(curl, CURLOPT_URL, url.c_str()); in HttpPost()
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetloop_fuzzer/
H A Dsoundpoolsetloop_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolSetLoop() local
61 soundID = TestSoundPool::Load(url); in FuzzSoundPoolSetLoop()
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetrate_fuzzer/
H A Dsoundpoolsetrate_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolSetRate() local
61 soundID = TestSoundPool::Load(url); in FuzzSoundPoolSetRate()
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetvolume_fuzzer/
H A Dsoundpoolsetvolume_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolSetVolume() local
61 soundID = TestSoundPool::Load(url); in FuzzSoundPoolSetVolume()
/foundation/multimedia/player_framework/test/fuzztest/soundpool_fuzztest/soundpoolsetpriority_fuzzer/
H A Dsoundpoolsetpriority_fuzzer.cpp60 std::string url = "fd://" + std::to_string(fd); in FuzzSoundPoolSetPriority() local
61 soundID = TestSoundPool::Load(url); in FuzzSoundPoolSetPriority()
/test/testfwk/xdevice/src/xdevice/
H A D__main__.py50 file, url = source.get("file"), source.get("url")
54 LOG.info(f"get report template resource {file} from {url}")
56 response = request.urlopen(url, timeout=5)
/third_party/curl/tests/libtest/
H A Dlib678.c66 static int test_cert_blob(const char *url, const char *cafile) in test_cert_blob() argument
83 curl_easy_setopt(curl, CURLOPT_URL, url); in test_cert_blob()
/third_party/curl/docs/examples/
H A Dthreaded-ssl.c120 static void *pull_one_url(void *url) in pull_one_url() argument
125 curl_easy_setopt(curl, CURLOPT_URL, url); in pull_one_url()
/third_party/node/test/parallel/
H A Dtest-http-host-headers.js29 if (req.url === '/setHostFalse5') {
34 `Wrong host header for req[${req.url}]: ${req.headers.host}`);
H A Dtest-http2-https-fallback-http-server-options.js10 const url = require('url');
63 Object.assign(url.parse(origin), {
H A Dtest-http2-respond-nghttperrors.js71 const url = `http://localhost:${port}`;
79 const client = http2.connect(url);
H A Dtest-http2-server-push-stream-errors.js80 const url = `http://localhost:${server.address().port}`;
82 const client = http2.connect(url);
/third_party/node/src/
H A Dnode_win32_etw_provider.h61 const char* method, const char* url, int fd);
66 const char* method, const char* url, int fd);
/third_party/node/benchmark/http/
H A Dcreate-clientrequest.js11 // Use 'url' to avoid name clash with other http benchmark
12 url: types.concat(['wpt']),
19 function main({ url: type, arg, e }) {
/third_party/skia/tests/
H A DPDFTaggedLinkTest.cpp70 sk_sp<SkData> url(SkData::MakeWithCString("http://www.google.com")); in DEF_TEST()
71 SkAnnotateRectWithURL(canvas, linkRect, url.get()); in DEF_TEST()
/third_party/skia/tools/svg/
H A Dsvg_downloader.py25 for url in lines:
26 file_url = url.strip()
/third_party/python/PCbuild/
H A Dget_external.py14 url = f'https://github.com/{org}/{repo}/archive/{commit_hash}.zip'
20 url,
/third_party/skia/bin/
H A Dfetch-gn29 url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/{}-{}/+/git_revision:{}'.format( variable
31 f.write(urlopen(url).read())
H A Dfetch-clang-format37 url = 'https://chromium-%s.storage-download.googleapis.com/%s' % (target, sha1)
38 f.write(urllib2.urlopen(url).read())
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp120 std::string url = config.recorderInfo.url; in Convert() local
121 if (!(url.empty())) { in Convert()
122 tempConfig.recorderInfo.url = const_cast<char *>(config.recorderInfo.url.c_str()); in Convert()
123 tempConfig.recorderInfo.urlLen = config.recorderInfo.url.size(); in Convert()

Completed in 7 milliseconds

1...<<21222324252627282930>>...63