Home
last modified time | relevance | path

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

12345

/developtools/profiler/host/smartperf/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/profiler/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/profiler/host/ohosprofiler/src/main/java/ohos/devtools/services/memory/agentbean/
DClassInfo.java31 private Integer id; field in ClassInfo
57 public void setId(Integer id) { in setId()
DMemoryInstanceInfo.java31 private Integer id; field in MemoryInstanceInfo
77 public void setId(Integer id) { in setId()
DMemoryInstanceDetailsInfo.java32 private Integer id; field in MemoryInstanceDetailsInfo
78 public void setId(Integer id) { in setId()
/developtools/hiperf/src/
Dperf_file_format.cpp166 PerfFileSectionString::PerfFileSectionString(FEATURE id, const char *buf, size_t size) in PerfFileSectionString()
175 PerfFileSectionString::PerfFileSectionString(FEATURE id, const std::string &charString) in PerfFileSectionString()
224 PerfFileSectionSymbolsFiles::PerfFileSectionSymbolsFiles(FEATURE id, const char *buf, size_t size) in PerfFileSectionSymbolsFiles()
304 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, const char *buf, size_t size) in PerfFileSectionNrCpus()
313 PerfFileSectionNrCpus::PerfFileSectionNrCpus(FEATURE id, uint32_t nrCpusAvailable, in PerfFileSectionNrCpus()
342 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, const char *buf, size_t size) in PerfFileSectionU64()
351 PerfFileSectionU64::PerfFileSectionU64(FEATURE id, uint64_t v) : PerfFileSection(id) in PerfFileSectionU64()
377 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, in PerfFileSectionEventDesc()
384 PerfFileSectionEventDesc::PerfFileSectionEventDesc(FEATURE id, const char *buf, size_t size) in PerfFileSectionEventDesc()
Dreport_json_file.cpp65 ReportConfigItem &ReportJsonFile::GetConfig(uint64_t id) in GetConfig()
91 void ReportJsonFile::UpdateReportSample(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount) in UpdateReportSample()
168 uint32_t ReportJsonFile::GetConfigIndex(uint64_t id) in GetConfigIndex()
173 std::string ReportJsonFile::GetConfigName(uint64_t id) in GetConfigName()
190 void ReportJsonFile::UpdateReportCallStack(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount, in UpdateReportCallStack()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignatureAlgorithm.java61 private int id; field in SignatureAlgorithm
70 int id, in SignatureAlgorithm()
102 public static SignatureAlgorithm findById(int id) { in findById()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/bean/
DDistributedThreadBean.java27 private Integer id; field in DistributedThreadBean
42 public void setId(Integer id) { in setId()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_field_parser.h37 …static T ParseIntField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[], size_t s… in ParseIntField()
48 …static std::string ParseStrField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[]… in ParseStrField()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/
DIFuncChange.java30 void change(Integer id); in change()
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/trace/bean/
DBinderArg.java32 private Integer id; field in BinderArg
88 public void setId(Integer id) { in setId()
DProcessMem.java94 public void setPid(final int id) { in setPid()
113 public void setUpid(final int id) { in setUpid()
DProcessData.java31 private int id; field in ProcessData
75 public void setId(final int id) { in setId()
94 public void setUtid(final int id) { in setUtid()
DProcess.java47 public void setPid(final Integer id) { in setPid()
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DBinderArgBean.ts19 id: number | undefined property in BinderArgBean
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/layout/chartview/memory/heapdump/
DHeapDumpFieldInfo.java24 private Integer id; field in HeapDumpFieldInfo
33 public void setId(Integer id) { in setId()
/developtools/ace-js2bundle/ace-loader/test/rich/expected/
DcommonAttr.js34 "id": "abc", property
37 "id": "abc" property
43 "id": "function () {return this.aa}", property
46 "id": "function () {return this.aa}" property
/developtools/global_resource_tool/src/
Did_worker.cpp97 bool IdWorker::PushCache(ResType resType, const string &name, int32_t id) in PushCache()
119 void IdWorker::PushDelId(int32_t id) in PushDelId()
141 int32_t id = 0; in GenerateAppId() local
335 int32_t id = strtol(startId.asString().c_str(), nullptr, 16); in GetStartId() local
Dincrement_index.cpp42 string id = to_string(item.first); in Save() local
110 int32_t id = strtol(idMember.c_str(), nullptr, 10); in LoadIndex() local
186 bool IncrementIndex::PushResourceItem(const ResourceItem &resourceItem, int32_t id, in PushResourceItem()
Dsqlite_database.cpp64 int32_t id = -1; in Insert() local
93 bool SqliteDatabase::Query(const ResourceItem &resourceItem, int32_t &id) in Query()
99 auto callback = [](void *id, int argc, char **argv, char **azColName) -> int { in Query()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dfilter_filter.cpp32 size_t id = filter->AppendNewFilterData(type, name, arg); in AddFilter() local
/developtools/profiler/trace_analyzer/src/filter/
Dfilter_filter.cpp32 size_t id = filter->AppendNewFilterData(type, name, arg); in AddFilter() local

12345