Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/developtools/smartperf_host/ide/src/base-ui/
Dicon.svg3 <symbol id="icon-minus-square" viewBox="0 0 16 16">
4 <g id="play_expand" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5 <rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12"
7 <rect id="rectangle" fill="currentColor" opacity="0.802454776" x="4.00073886"
11 <symbol id="icon-plus-square" viewBox="0 0 16 16">
12 <g id="play_retract" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13 <rect id="rectangle" stroke="currentColor" opacity="0.899323091" x="2" y="2" width="12"
17 id="shapecombine" fill="currentColor" opacity="0.899323091"></path>
20 <symbol id="icon-filesearch" viewBox="0 0 16 16">
21 <g id="icon_Query" stroke="none" stroke-width="1" fill="currentColor" fill-rule="evenodd"
[all …]
/developtools/hdc/
DREADME_zh.md102 …le><thead align="left"><tr id="row149291357182511"><th class="cellrowborder" valign="top" width="5…
104 <th class="cellrowborder" valign="top" width="50%" id="mcps1.2.3.1.2"><p id="p164237433425"><a name…
108id="row139291857142520"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1 …
110 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p19423174317428"…
111 <p id="p2014511479313"><a name="p2014511479313"></a><a name="p2014511479313"></a>举例:hdc -t *****(设…
114id="row1092965782514"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1 ">…
116 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p5424134314429">…
117 <p id="p1599174953215"><a name="p1599174953215"></a><a name="p1599174953215"></a>举例:hdc -s ip:port<…
120 <tr id="row4929185718255"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.1…
122 <td class="cellrowborder" valign="top" width="50%" headers="mcps1.2.3.1.2 "><p id="p742444364214"><…
[all …]
/developtools/smartperf_host/trace_streamer/src/base/
Dindex_map.h85 … ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != value; }, in MixRange()
86 [&](TableRowId id) -> bool { return dataQueue[id] == value; }); in MixRange()
89 … ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == value; }, in MixRange()
90 [&](TableRowId id) -> bool { return dataQueue[id] != value; }); in MixRange()
93 …ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] != invalidValue; … in MixRange()
94 [&](TableRowId id) -> bool { return dataQueue[id] == invalidValue; }); in MixRange()
97 …ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] == invalidValue; … in MixRange()
98 [&](TableRowId id) -> bool { return dataQueue[id] != invalidValue; }); in MixRange()
101 … ProcessData(dataQueue, remove, [&](TableRowId id) -> bool { return dataQueue[id] <= value; }, in MixRange()
102 [&](TableRowId id) -> bool { return dataQueue[id] > value; }); in MixRange()
[all …]
/developtools/smartperf_host/ide/src/trace/database/data-trafic/
DEnergySysEventReceiver.ts169 hiSysEnergy.id[index] = beanData.id;
185 beanData.id = it.id;
192 beanData.id = it.id;
282 id: data.id,
286 id: hiSysEnergy.id.buffer,
299 hiSysEnergy.id.buffer,
311 id: Uint16Array; property in HiSysEnergy
319 this.id = new Uint16Array(transfer ? res.length : data.params.sharedArrayBuffers.id);
329 let id = new Int32Array(transfer ? res.length : data.params.sharedArrayBuffers.id);
333 id[index] = it.id;
[all …]
DEnergySysEventSender.ts29 id: new SharedArrayBuffer(Uint16Array.BYTES_PER_ELEMENT * MAX_COUNT),
61 id: new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * MAX_COUNT),
89 id: new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * MAX_COUNT),
121 id: new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * MAX_COUNT),
149 let id = new Uint16Array(res.id);
156 id: id[index],
170 let id = new Int32Array(res.id);
173 id: id[index],
183 let id = new Uint32Array(buffers.id);
186 id: id[i],
[all …]
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dtransform.ts45 export function transformForModule(code: string, id: string) {
50 if (isTsOrEtsSourceFile(id) && shouldETSOrTSFileTransformToJS(id, projectConfig)) {
51 preserveSourceMap(id, this.getCombinedSourcemap(), projectConfig, eventTransformForModule);
52 ModuleSourceFile.newSourceFile(id, code);
55 if (isJsSourceFile(id) || isJsonSourceFile(id)) {
56 let code: string = this.getModuleInfo(id).originalCode;
57 if (isJsSourceFile(id)) {
61 preserveSourceMap(id, transformedResult.map, projectConfig, eventTransformForModule);
64 … preserveSourceMap(id, this.getCombinedSourcemap(), projectConfig, eventTransformForModule);
67 ModuleSourceFile.newSourceFile(id, code);
Dcheck_import_module.ts30 const id: string = sourceFile.getModuleId(); constant
31 const unixId: string = toUnixPath(id);
32 if (isJsSourceFile(id) && unixId.indexOf('/oh_modules/') === -1) {
33 const importMap = rollupObject.getModuleInfo(id).importedIdMaps;
37 `ArkTS:WARN File: ${id}\n` +
39 `ArkTS:ERROR ArkTS:ERROR File: ${id}\n` +
/developtools/global_resource_tool/src/
Did_worker.cpp54 resourceId.id = it.second; in GetHeaderId()
82 return result->second.id; in GetSystemId()
97 bool IdWorker::PushCache(ResType resType, const string &name, int32_t id) in PushCache() argument
99 auto result = cacheIds_.emplace(make_pair(resType, name), id); in PushCache()
103 if (appId_ == id) { in PushCache()
104 appId_ = id + 1; in PushCache()
108 if (id < appId_) { in PushCache()
112 for (int32_t i = appId_; i < id; i++) { in PushCache()
115 appId_ = id + 1; in PushCache()
119 void IdWorker::PushDelId(int32_t id) in PushDelId() argument
[all …]
/developtools/smartperf_host/ide/src/trace/bean/
DPerfStruct.ts24 id: number; property in PerfFireChartStruct
26 …constructor(id: number, name: string, depth: number, selfTime: number, totalTime: number, thread_i…
27 this.id = id;
47 id: number,
55 super(id, name, depth, 0, totalTime, thread_id);
56 this.id = id;
DJsStruct.ts27 id: number; property in JsCpuProfilerUIStruct
31 id: number,
40 this.id = id;
65 id: number,
75 super(id, nameId, depth, 0, totalTime, urlId, line, column);
76 this.id = id;
111 id: number
113 super(id, nameId, depth, selfTime, totalTime, urlId, line, column);
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md186 Process 和 Thread 表中的 id 字段可以唯一标识进程和线程。process 表中的 id 在其他表中用作 ipid 字段。thread 表中的 id 在其他表中用作 itid 字段。…
187 thread 表通过 ipid 字段关联 process 表的 id 字段,可以查询线程归属进程。
193 `select thread.* from thread, process where process.pid = 123 and thread.ipid = process.id`
197 thread_state 表记录所有线程的运行状态信息,包含 ts(状态起始时间),dur(状态持续时间),cpu, itid, state(线程状态)。 thread 表的 id 字段与 thre…
203 …`select thread_state.* from thread, thread_state where thread.tid = 123 and thread.id = thread_sta…
207 …ent)和释放(FreeEvent)数据。native_hook 表通过 ipid 和 itid 字段分别与 process 和 thread 表的 id 字段关联,通过 callChainId …
223 …`select native_hook.* from thread, native_hook where thread.tid = 123 and thread.id = native_hook.…
243 …d_id 为线程号。与 perf_thread 表中的 thread_id 字段相关联。event_type_id 为当前采样的事件类型 id,与 perf_report 表中的 id 字段相关联。
267 `select A.*, B.report_value from perf_sample as A, perf_report as B where A.event_type_id = B.id`
282 `select * from frame_slice where id = 12 `
[all …]
/developtools/smartperf_host/trace_streamer/doc/
Ddes_tables.md177 Process和Thread表中的id字段可以唯一标识进程和线程。process表中的id在其他表中用作ipid字段。thread表中的id在其他表中用作itid字段。
178 thread表通过ipid字段关联process表的id字段,可以查询线程归属进程。
182 ```select thread.* from thread, process where process.pid = 123 and thread.ipid = process.id```
185 thread_state表记录所有线程的运行状态信息,包含ts(状态起始时间),dur(状态持续时间),cpu, itid, state(线程状态)。 thread表的id字段与thread_sta…
189 ```select thread_state.* from thread, thread_state where thread.tid = 123 and thread.id = thread_st…
192 native_hook表记录堆内存申请(AllocEvent)和释放(FreeEvent)数据。native_hook表通过ipid和itid字段分别与process和thread表的id字段关联,…
206 ```select native_hook.* from thread, native_hook where thread.tid = 123 and thread.id = native_hook…
222 …相关联。thread_id为线程号。与perf_thread表中的thread_id字段相关联。event_type_id为当前采样的事件类型id,与perf_report表中的id字段相关联。
244 ```select A.*, B.report_value from perf_sample as A, perf_report as B where A.event_type_id = B.id`…
256 ```select * from frame_slice where id = 12 ```
[all …]
DarkTs.md7 数据采集时,Snapshot和Timeline只能选择其中一种,其中Snapshot为堆内存数据,可设置数据采集间隔,上报的数据为多组,以{"id":1,"result":{}}做为一次数据的结束标…
13 Timeline为时间轴数据,一个数据文件中只存在一组Timeline数据。以{"id":1,"result":{}}作为数据采集起始,{"id":2,"result":{}}作为数据采集结束。
30 id:函数id
42 数组格式,表示在当前数据中每个id对应的函数出现的顺序。
70 一个Snapshot模式的文件包含有多组Snapshot数据,每一组以{"id":1,"result":{}}作为结束标识,Snapshot数据包含在json[params][ chunk]节点下,…
74 一个Timeline模式的文件包含有一组Timeline数据,以{"id":1,"result":{}}作为起始标识,以{"id":2,"result":{}}作为结束标识。Timeline数据包含…
78 cpu profiler的数据一次上报完成,以{"id":3,"result":{}}作为起始标识,包含在json[profile]节点下,取上报外层的数据作为结束时间。
94 nodes:该节点包含了js_heap_nodes表的信息,每一行为7个int类型数字,分别表示type,name,id,self_size,edge_count,trace_node_id,det…
96 …分别表示type,name_or_index,to_node。表中from_node_id是通过nodes节点的id和edgecount计算出的,nodes节点的每个edgecount对应的id即…
102 | type | name | id | self_size | edge_count | trace_node_id | datachedness |
[all …]
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts45 fileStruct.id = row.id;
74 let result = await queryHeapInfo(file.id);
92 let result = await queryHeapNode(file.id);
97 file.id,
101 row.id,
109 file.snapshotStruct.rootNodeId = row.id;
111 heapNodes.set(node.id, node);
117 file.snapshotStruct.edges = await queryHeapEdge(file.id);
121 file.snapshotStruct.functionInfos = await queryHeapFunction(file.id);
125 let result = await queryHeapTraceNode(file.id);
[all …]
/developtools/smartperf_host/ide/src/trace/database/
DSqlLite.ts30 let id = this.uuid(); variable
31 this.taskMap[id] = handler;
33 id: id,
44 id: number = -1; property in DbThread
62 let id = this.uuid(); variable
63 this.taskMap[id] = handler;
65 id: id,
76 let id = this.uuid(); variable
77 this.taskMap[id] = handler;
79 id: id,
[all …]
DSqlLiteWorker.ts52 function deleteConnection(store: IDBObjectStore, id: number): Promise<unknown> {
54 let deleteRequest = store.delete(id);
89 self.postMessage({ id: e.data.id, ready: true, index: 0 });
94 id: e.data.id,
100 self.postMessage({ id: e.data.id, init: true });
117 self.postMessage({ id: e.data.id, results: res });
121 id: e.data.id,
DConvert.ts19 id: number = -1; property in ConvertThread
36 let id = this.uuid(); variable
37 this.taskMap[id] = (res: any) => {
46 id: id,
78 if (Reflect.has(thread.taskMap, event.data.id)) {
80 let fun = thread.taskMap[event.data.id];
84 Reflect.deleteProperty(thread.taskMap, event.data.id);
86 let fun = thread.taskMap[event.data.id];
90 Reflect.deleteProperty(thread.taskMap, event.data.id);
96 thread!.id = i;
DProcedure.ts21 id: number = -1; property in ProcedureThread
37 let id = this.uuid(); variable
38 this.taskMap[id] = handler;
40 id: id,
117 if (Reflect.has(newThread.taskMap, event.data.id)) {
119 let fun = newThread.taskMap[event.data.id];
123 Reflect.deleteProperty(newThread.taskMap, event.data.id);
132 newThread.id = this.works.length;
152 thread.id = this.works.length;
168 id: event.data.id,
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/
DTabPaneTaskFrames.test.ts59 id: 310,
72 id: 321,
85 id: 331,
96 id: 87,
114 id: 99,
132 id: 292,
150 id: 294,
168 id: 297,
186 id: 300,
204 id: 310,
[all …]
/developtools/profiler/
DREADME_zh.md85 …able><thead align="left"><tr id="row221mcpsimp"><th class="cellrowborder" valign="top" width="30%"…
87 <th class="cellrowborder" valign="top" width="30.020000000000003%" id="mcps1.2.4.1.2"><p id="p225mc…
89 <th class="cellrowborder" valign="top" width="39.98%" id="mcps1.2.4.1.3"><p id="p227mcpsimp"><a nam…
93 <tbody><tr id="row229mcpsimp"><td class="cellrowborder" valign="top" width="30%" headers="mcps1.2.4…
95 <td class="cellrowborder" valign="top" width="30.020000000000003%" headers="mcps1.2.4.1.2 "><p id="…
97 …ame="ul1467809165112"></a><a name="ul1467809165112"></a><ul id="ul1467809165112"><li>功能:<p id="p12…
98 </li><li>输入参数:<p id="p104087130518"><a name="p104087130518"></a><a name="p104087130518"></a>configD…
99 <p id="p32731219115114"><a name="p32731219115114"></a><a name="p32731219115114"></a>configSize:配置信息…
100 </li><li>返回值:<p id="p4892128135110"><a name="p4892128135110"></a><a name="p4892128135110"></a>0:成功<…
101 <p id="p1621513010517"><a name="p1621513010517"></a><a name="p1621513010517"></a>-1:失败</p>
[all …]
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-typescript.ts140 load(id: string) {
145 fileCacheInfo = this.cache.get('fileCacheInfo')[path.resolve(id)];
148 if (projectConfig.isPreview && !projectConfig.checkEntry && id.match(/(?<!\.d)\.(ets)$/)) {
149 abilityPagesFullPath.push(path.resolve(id).toLowerCase());
152 storedFileInfo.addFileCacheInfo(path.resolve(id), fileCacheInfo);
157 const fileName: string = path.resolve(options.id);
278 async function transform(code: string, id: string) {
280 if (!filter(id)) {
284 storedFileInfo.collectTransformedFiles(path.resolve(id));
293 const newContent: string = jsBundlePreProcess(code, id, this.getModuleInfo(id).isEntry, logger);
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogSummary.ts115 this.expandedNodeList.add(item.id);
158 if (rowNode.children && this.expandedNodeList.has(rowNode.id)) {
171 expandIcon.name = this.expandedNodeList.has(rowNode.id) ? 'minus-square' : 'plus-square';
175 this.changeNode(rowNode.id);
224 let id = 0; variable
225 let root: LogTreeNode = {id: id, depth: 0, children: [], logName: 'All', count: 0};
227 id++;
232 id++;
233 levelNode = {id: id, depth: 0, children: [], logName: item.level, count: 1};
240 id++;
[all …]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
DFsVerityHashAlgorithm.java27 private final byte id; field in FsVerityHashAlgorithm
33 FsVerityHashAlgorithm(byte id, String hashAlgorithm, int outputByteSize) { in FsVerityHashAlgorithm() argument
34 this.id = id; in FsVerityHashAlgorithm()
40 return id; in getId()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_field_processor.h40 size_t id, in HandleVectorIntField() argument
45 TS_CHECK_TRUE_RET(fields.size() > id, {}); in HandleVectorIntField()
46 FieldFormat format = fields[id]; in HandleVectorIntField()
61 …static T HandleIntField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[], size_t … in HandleIntField() argument
64 TS_CHECK_TRUE_RET(fields.size() > id, {}); in HandleIntField()
65 return HandleIntField<T>(fields[id], data, size); in HandleIntField()
70 …static std::string HandleStrField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[… in HandleStrField() argument
72 TS_CHECK_TRUE_RET(fields.size() > id, ""); in HandleStrField()
73 return HandleStrField(fields[id], data, size); in HandleStrField()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_field_parser.h38 size_t id, uint8_t data[], size_t size) in ParseVectorIntField() argument
41 if (fields.size() <= id) { in ParseVectorIntField()
45 FieldFormat format = fields[id]; in ParseVectorIntField()
60 …static T ParseIntField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[], size_t s… in ParseIntField() argument
63 if (fields.size() > id) { in ParseIntField()
64 return ParseIntField<T>(fields[id], data, size); in ParseIntField()
71 …static std::string ParseStrField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[]… in ParseStrField() argument
73 if (fields.size() > id) { in ParseStrField()
74 return ParseStrField(fields[id], data, size); in ParseStrField()

12345678910>>...19