Searched refs:fetch (Results 1 – 13 of 13) sorted by relevance
| /developtools/smartperf_host/ide/test/statistics/util/ |
| D | SpStatisticsHttpUtil.test.ts | 40 originalFetch = global.fetch; 46 global.fetch = mockFetch; 57 global.fetch = originalFetch;
|
| /developtools/smartperf_host/ide/src/command/ |
| D | Cmd.ts | 26 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/ |
| D | SpStatisticsHttpUtil.ts | 68 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/ |
| D | import-api-01.ets | 16 import fetch from '@system.fetch'
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/hisysevent_data/ |
| D | hisysevent_plugin_config.proto | 17 // TODO Save the fetch data
|
| /developtools/profiler/protos/types/plugins/hisysevent_data/ |
| D | hisysevent_plugin_config.proto | 17 // TODO Save the fetch data
|
| /developtools/hdc/scripts/ |
| D | dev_hdc_test.py | 236 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/ |
| D | SpApplicationPublicFunc.ts | 425 fetch(`https://${window.location.host.split(':')[0]}:${window.location.port}/logger`, {
|
| D | SpApplication.ts | 562 fetch(localUrl) 1869 fetch(url) 1880 fetch(api, {
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpSdkConfig.ts | 151 fetch(wasmJsonUrl)
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | SqlLite.ts | 263 DbPool.sharedBuffer = await fetch(url).then((res) => res.arrayBuffer());
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceRowConfig.ts | 441 fetch(jsonUrl)
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.init.ts | 815 configJson = await fetch(wasmConfigUri).then((res) => res.text());
|