Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 13 of 13) sorted by relevance

/developtools/smartperf_host/ide/test/statistics/util/
DSpStatisticsHttpUtil.test.ts40 originalFetch = global.fetch;
46 global.fetch = mockFetch;
57 global.fetch = originalFetch;
/developtools/smartperf_host/ide/src/command/
DCmd.ts26 fetch(uri, {
83 let buf = await fetch(uri, {
123 fetch(uri, {
141 fetch(uri, {
159 fetch(uri, {
176 let res = await fetch(uri, { method: 'POST' });
/developtools/smartperf_host/ide/src/statistics/util/
DSpStatisticsHttpUtil.ts68 fetch(`https://${SpStatisticsHttpUtil.requestServerInfo}/serverTime`)
110 fetch(`https://${SpStatisticsHttpUtil.requestServerInfo}/${requestUrl}`, {
126 fetch(`https://${SpStatisticsHttpUtil.requestServerInfo}/${requestUrl}`, {
156 fetch(`https://${SpStatisticsHttpUtil.requestServerInfo}/record`, {
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
Dimport-api-01.ets16 import fetch from '@system.fetch'
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_config.proto17 // TODO Save the fetch data
/developtools/profiler/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_config.proto17 // TODO Save the fetch data
/developtools/hdc/scripts/
Ddev_hdc_test.py236 def check_shell(cmd, pattern=None, fetch=False): argument
244 elif fetch:
332 … check_hdc_cmd("shell \"ifconfig -a | grep inet | grep -v 127.0.0.1 | grep -v inet6\"", fetch=True)
/developtools/smartperf_host/ide/src/trace/
DSpApplicationPublicFunc.ts425 fetch(`https://${window.location.host.split(':')[0]}:${window.location.port}/logger`, {
DSpApplication.ts562 fetch(localUrl)
1869 fetch(url)
1880 fetch(api, {
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpSdkConfig.ts151 fetch(wasmJsonUrl)
/developtools/smartperf_host/ide/src/trace/database/
DSqlLite.ts263 DbPool.sharedBuffer = await fetch(url).then((res) => res.arrayBuffer());
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowConfig.ts441 fetch(jsonUrl)
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.init.ts815 configJson = await fetch(wasmConfigUri).then((res) => res.text());