Home
last modified time | relevance | path

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

123456

/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/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/host/smartperf/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfProfile.test.ts39 let id = "1"; variable
73 let id = "2"; variable
/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/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
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()
/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/device/plugins/ftrace_plugin/include/
Dftrace_field_parser.h37 size_t id, uint8_t data[], size_t size) in ParseVectorIntField()
59 …static T ParseIntField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[], size_t s… in ParseIntField()
70 …static std::string ParseStrField(const std::vector<FieldFormat>& fields, size_t id, uint8_t data[]… in ParseStrField()
/developtools/profiler/protos/types/plugins/hisysevent_data/
Dhisysevent_plugin_result.proto20 uint64 id = 2; field
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DBinderArgBean.ts19 id: number | undefined property in BinderArgBean
/developtools/packing_tool/adapter/ohos/
DResourceIndexResult.java25 public int id; field in ResourceIndexResult
/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
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()
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
187 bool IncrementIndex::PushResourceItem(const ResourceItem &resourceItem, int32_t id, in PushResourceItem()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dfilter_filter.cpp32 size_t id = filter->AppendNewFilterData(type, name, arg); in AddFilter() local
/developtools/global_resource_tool/include/
Dresource_table.h36 int32_t id; member
62 int32_t id; member
/developtools/profiler/protos/types/plugins/native_hook/
Dnative_hook_result.proto73 uint32 id = 1; field
78 uint32 id = 1; field
83 uint32 id = 1; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto73 uint32 id = 1; field
78 uint32 id = 1; field
83 uint32 id = 1; field
/developtools/profiler/host/smartperf/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.test.ts64 let id = '1'; variable
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp268 for (uint32_t id : pluginIds) { in DestroyPluginSession() local
284 for (uint32_t id : pluginIds) { in StartPluginSession() local
333 for (uint32_t id : pluginIds) { in StopPluginSession() local
358 for (uint32_t id : pluginIds) { in ReportPluginBasicData() local
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/hilog_data/
Dhilog_plugin_result.proto30 uint64 id = 3; field
/developtools/profiler/protos/types/plugins/hilog_data/
Dhilog_plugin_result.proto30 uint64 id = 3; field

123456