/developtools/global_resource_tool/src/ |
D | resource_item.cpp | 24 ResourceItem::ResourceItem() : type_(ResType::INVALID_RES_TYPE) in ResourceItem() 34 : data_(nullptr), dataLen_(0), name_(name), keyparams_(keyparams), type_(type) in ResourceItem() 99 return type_; in GetResType() 140 type_ = other.type_; in CopyFrom()
|
D | id_worker.cpp | 27 type_ = type; in Init() 30 IdDefinedParser idDefinedParser = IdDefinedParser(packageParser, type_); in Init() 45 if (type_ == ResourceIdCluster::RES_ID_APP) { in GenerateId()
|
D | append_compiler.cpp | 30 ResourceItem resourceItem(fileInfo.filename, fileInfo.keyParams, type_); in CompileSingleFile()
|
D | id_defined_parser.cpp | 26 : packageParser_(packageParser), type_(type), root_(nullptr) in IdDefinedParser() 43 bool isSys = type_ == ResourceIdCluster::RES_ID_SYS; in Init() 249 if (type_ == ResourceIdCluster::RES_ID_SYS && in ParseName()
|
D | generic_compiler.cpp | 52 ResourceItem resourceItem(fileInfo.filename, fileInfo.keyParams, type_); in PostFile()
|
/developtools/profiler/hiebpf/src/ |
D | kernel_symbol_info.cpp | 28 str >> symbol.type_; in GetSymbol() 30 if (std::strchr("TtWw", symbol.type_)) { in GetSymbol() 31 symbol.type_ = 'T'; in GetSymbol() 99 if (prevSymbol.type_ == 'T') { in GetSymbolData() 107 if (prevSymbol.type_ == 'T') { in GetSymbolData()
|
D | bpf_event_receiver.cpp | 299 item->type_ = static_cast<uint16_t>(cmplt_event->start_event.type); in EncodeFSTraceEvent() 301 gFSTraceTypeTable[item->type_].c_str(), in EncodeFSTraceEvent() 302 gFSTraceTypeTable[item->type_].size()) == EOK, in EncodeFSTraceEvent() 336 item->type_ = static_cast<uint16_t>(cmplt_event->start_event.type); in EncodePFTraceEvent() 339 gPFTraceTypeTable[item->type_].c_str(), in EncodePFTraceEvent() 340 gPFTraceTypeTable[item->type_].size()) == EOK, in EncodePFTraceEvent() 371 item->type_ = cmplt_event->start_event.type; in EncodeBIOTraceEvent() 374 gBIOTraceTypeTable[item->type_].c_str(), in EncodeBIOTraceEvent() 375 gBIOTraceTypeTable[item->type_].size()) == EOK, in EncodeBIOTraceEvent()
|
D | elf_file.cpp | 264 type_ = u2Buf[0]; in ParseElf32Header() 322 type_ = u2Buf[0]; in ParseElf64Header() 468 type_ = u4Buf[index]; in ParsePrgHeader32() 490 type_ = u4Buf[index]; in ParsePrgHeader64()
|
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
D | data_area.h | 43 auto res = static_cast<ProtoWireType>(type_); in Type() 133 type_ = type; in SetDataAreaType() 146 type_ = type; in Initialize() 210 uint8_t type_; variable
|
/developtools/profiler/hiebpf/include/ |
D | commandline_flags.h | 58 FlagTypes type_ {FlagTypes::FT_void}; 61 MetaFlag(const FlagTypes& flagType, void* flagPtr): type_ {flagType}, addr_ {flagPtr} {} in MetaFlag() 78 metaFlag.type_ = FlagTypes::FT_bool; in FlagRegesterer() 80 metaFlag.type_ = FlagTypes::FT_int8; in FlagRegesterer() 82 metaFlag.type_ = FlagTypes::FT_int16; in FlagRegesterer() 84 metaFlag.type_ = FlagTypes::FT_int32; in FlagRegesterer() 86 metaFlag.type_ = FlagTypes::FT_int64; in FlagRegesterer() 88 metaFlag.type_ = FlagTypes::FT_uint8; in FlagRegesterer() 90 metaFlag.type_ = FlagTypes::FT_uint16; in FlagRegesterer() 92 metaFlag.type_ = FlagTypes::FT_uint32; in FlagRegesterer() [all …]
|
D | bpf_event_receiver.h | 54 uint16_t type_; member 72 uint16_t type_; member 89 __u32 type_; member
|
D | kernel_symbol_info.h | 40 char type_ = 0; member
|
D | elf_file.h | 62 uint16_t type_; variable 97 uint32_t type_; variable
|
/developtools/profiler/device/plugins/diskio_plugin/include/ |
D | io_stats.h | 139 if (type_ == DiskioConfig::IO_REPORT) { in PutPluginStatsData() 141 } else if (type_ == DiskioConfig::IO_REPORT_EX) { in PutPluginStatsData() 233 DiskioConfig::IoReportType type_; variable
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | trace_ops.cpp | 36 : arg0_(arg0), bin_(path), type_(type) in TraceOps() 49 return type_; in GetTraceType()
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
D | trace_ops.h | 57 TraceType type_ = UNKNOW; variable
|
/developtools/profiler/device/plugins/diskio_plugin/src/ |
D | io_stats.cpp | 39 IoStats::IoStats(DiskioConfig::IoReportType type) : type_(type) in IoStats() 73 if (type_ == DiskioConfig::IO_REPORT) { in GetIoData() 75 } else if (type_ == DiskioConfig::IO_REPORT_EX) { in GetIoData()
|
/developtools/global_resource_tool/include/ |
D | i_resource_compiler.h | 41 ResType type_; variable
|
D | resource_item.h | 54 ResType type_; variable
|
D | id_worker.h | 43 ResourceIdCluster type_; variable
|
D | id_defined_parser.h | 58 ResourceIdCluster type_; variable
|
/developtools/hiperf/include/ |
D | report.h | 479 uint32_t type_; member 486 return (type_ == o.type_) && (config_ == o.config_); 494 return StringPrintf("%s(%" PRIu32 "-%" PRIu64 "):PRIu64", eventName_.c_str(), type_, in toDebugString() 499 : eventName_(eventName), type_(type), config_(config), coutMode_(coutMode) in eventName_()
|
/developtools/smartperf_host/trace_streamer/src/table/base/include/ |
D | table_base.h | 144 ColumnInfo(const std::string &name, const std::string &type) : name_(name), type_(type) {} in ColumnInfo() 146 std::string type_; member
|
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/arkts/ |
D | pbreader_js_memory_parser.h | 98 int32_t type_ = 0; variable
|
D | pbreader_js_memory_parser.cpp | 310 type_ = jsHeapConfig.type(); in ParseJSMemoryConfig() 344 if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_SNAPSHOT) { in SerializeToString() 346 } else if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_TIMELINE) { in SerializeToString() 464 if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_SNAPSHOT) { in ParseSnapshotOrTimeLineEnd() 467 } else if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_TIMELINE) { in ParseSnapshotOrTimeLineEnd() 541 if (isFirst_ && type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_SNAPSHOT) { in Parse()
|