Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 235) sorted by relevance

12345678910

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/
DInteropOps.js38 wrapSystem(id, callback, autoDisposable) { argument
42 call(id, args, length) { argument
54 dispose(id) { argument
63 function wrapSystemCallback(id, callback) { argument
67 function disposeCallback(id) { argument
71 function callCallback(id, args, length) { argument
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dcgroup.proto41 uint64 id = 2; field
49 uint64 id = 2; field
57 uint64 id = 2; field
66 uint64 id = 2; field
75 uint64 id = 2; field
90 uint64 id = 2; field
98 uint64 id = 2; field
123 uint64 id = 2; field
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dcgroup.proto41 int32 id = 2; field
49 int32 id = 2; field
57 int32 id = 2; field
66 int32 id = 2; field
75 int32 id = 2; field
90 int32 id = 2; field
98 int32 id = 2; field
123 int32 id = 2; field
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
Dcgroup.proto41 uint64 id = 2; field
49 uint64 id = 2; field
57 uint64 id = 2; field
66 uint64 id = 2; field
75 uint64 id = 2; field
90 uint64 id = 2; field
98 uint64 id = 2; field
123 uint64 id = 2; field
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/java/
DCallbackRegistry.java23 private static Integer id = 0; field in CallbackRegistry
26 CallbackRegistry.callbacks.put(id, new CallbackRecord( in CallbackRegistry.callbacks.put() argument
54 public static int call(Integer id, byte[] args, int length) { in call()
66 public static void dispose(Integer id) { in dispose()
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/
DSqlLite.ts18 id: number = -1; property in DbThread
39 let id = this.uuid(); variable
54 let id = this.uuid(); variable
71 let id = this.uuid(); variable
113 let id = this.uuid(); variable
DConvert.ts20 id: number = -1; property in ConvertThread
37 let id = this.uuid(); variable
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/protos/types/plugins/mock_data/
Dmock_plugin_result.proto20 int32 id = 1; field
25 int32 id = 1; field
32 int32 id = 1; field
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Draw_syscalls.proto23 uint64 id = 1; field
29 uint64 id = 1; field
Dcgroup.proto41 int32 id = 2; field
49 int32 id = 2; field
64 int32 id = 2; field
72 int32 id = 2; field
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.test.ts72 id: 44, variable
107 id: 4, variable
168 id: -1, variable
203 id: -1, variable
238 id: -1, variable
DTabPaneComparison.test.ts78 id: 124, variable
113 id: 12, variable
150 id: 103, variable
/developtools/hiperf/src/
Dperf_file_format.cpp190 PerfFileSectionString::PerfFileSectionString(const FEATURE id, const char *buf, size_t size) in PerfFileSectionString()
197 PerfFileSectionString::PerfFileSectionString(const FEATURE id, const std::string &charString) in PerfFileSectionString()
292 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(const FEATURE id, const char *buf, const s… in PerfFileSectionSymbolsFiles()
331 PerfFileSectionUniStackTable::PerfFileSectionUniStackTable(const FEATURE id, const char *buf, const… in PerfFileSectionUniStackTable()
397 PerfFileSectionNrCpus::PerfFileSectionNrCpus(const FEATURE id, const char *buf, const size_t size) in PerfFileSectionNrCpus()
404 PerfFileSectionNrCpus::PerfFileSectionNrCpus(const FEATURE id, const uint32_t nrCpusAvailable, in PerfFileSectionNrCpus()
431 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, const size_t size) in PerfFileSectionU64()
438 PerfFileSectionU64::PerfFileSectionU64(const FEATURE id, const uint64_t v) : PerfFileSection(id) in PerfFileSectionU64()
462 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, in PerfFileSectionEventDesc()
469 PerfFileSectionEventDesc::PerfFileSectionEventDesc(const FEATURE id, const char *buf, const size_t … in PerfFileSectionEventDesc()
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfProfile.test.ts54 let id = '1'; variable
85 let id = '2'; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/entity/
DSignatureAlgorithm.java59 private int id; field in SignatureAlgorithm
68 int id, in SignatureAlgorithm()
100 public static SignatureAlgorithm findById(int id) { in findById()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_field_processor.h40 size_t id, in HandleVectorIntField()
61 …static T HandleIntField(const std::vector<FieldFormat> &fields, size_t id, uint8_t data[], size_t … in HandleIntField()
70 …static std::string HandleStrField(const std::vector<FieldFormat> &fields, size_t id, uint8_t data[… in HandleStrField()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/smartperf_host/
Dsph_data.proto22 int32 id = 4; field
68 int32 id = 7; field
91 int32 id = 5; field
95 int32 id = 1; field
106 int32 id = 1; field
124 int32 id = 1; field
132 int32 id = 1; field
160 int32 id = 1; field
171 int32 id = 1; field
226 int64 id = 3; field
[all …]
/developtools/smartperf_host/smartperf_host/ide/src/trace/proto/
DSphBaseData.proto22 int32 id = 4; field
68 int32 id = 7; field
91 int32 id = 5; field
95 int32 id = 1; field
106 int32 id = 1; field
124 int32 id = 1; field
132 int32 id = 1; field
160 int32 id = 1; field
171 int32 id = 1; field
226 int64 id = 3; field
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_field_parser.h42 size_t id, uint8_t data[], size_t size) in ParseVectorIntField()
64 …static T ParseIntField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[], size_t s… in ParseIntField()
75 …static std::string ParseStrField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[]… in ParseStrField()
/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()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/
Dtask_pool_filter.cpp92 std::optional<uint64_t> id; in GetExecuteIdOrTaskId() local
108 auto id = GetExecuteIdOrTaskId(args); in UpdateAssignData() local
127 auto id = GetExecuteIdOrTaskId(args); in UpdateExecuteData() local
152 auto id = GetExecuteIdOrTaskId(args); in UpdateReturnData() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/measure/
Dmeasure_stdtype.cpp81 size_t ProcessMeasureFilter::AppendNewFilter(uint64_t id, DataIndex name, uint32_t internalPid) in AppendNewFilter()
89 size_t ClockEventData::AppendNewFilter(uint64_t id, DataIndex type, DataIndex name, uint64_t cpu) in AppendNewFilter()
97 size_t ClkEventData::AppendNewFilter(uint64_t id, uint64_t rate, DataIndex name, uint64_t cpu) in AppendNewFilter()

12345678910