Home
last modified time | relevance | path

Searched refs:strValue (Results 1 – 17 of 17) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_hisysevent_parser.cpp88 std::string strValue = value; in NoArrayDataParse() local
89 DataIndex valueIndex = traceDataCache_->GetDataIndex(strValue); in NoArrayDataParse()
116 std::string strValue = value; in ArrayDataParse() local
117 DataIndex valueIndex = traceDataCache_->GetDataIndex(strValue); in ArrayDataParse()
132 std::string strValue = value; in CommonDataParser() local
133 DataIndex valueIndex = traceDataCache_->GetDataIndex(strValue); in CommonDataParser()
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_hisysevent_parser.cpp65 std::string strValue = value; in ArrayDataParse() local
66 DataIndex valueIndex = traceDataCache_->GetDataIndex(strValue); in ArrayDataParse()
80 std::string strValue = value; in AppendStringValue() local
81 DataIndex valueIndex = traceDataCache_->GetDataIndex(strValue); in AppendStringValue()
/developtools/smartperf_host/ide/src/trace/bean/
DBinderArgBean.ts21 strValue: string | undefined; property in BinderArgBean
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DBinderArgBean.ts21 strValue: string | undefined; property in BinderArgBean
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dhi_sysevent_measure_filter.cpp37 DataIndex strValue) in AppendNewValue() argument
41 strValue); in AppendNewValue()
Dhi_sysevent_measure_filter.h46 DataIndex strValue);
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp140 std::string strValue = value; in AppendJsonDataToHiSysEventNewValue() local
141 DataIndex valueIndex = eventParser_->traceDataCache_->GetDataIndex(strValue); in AppendJsonDataToHiSysEventNewValue()
175 std::string strValue = value; in ArrayDataParse() local
176 DataIndex valueIndex = eventParser_->traceDataCache_->GetDataIndex(strValue); in ArrayDataParse()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_parser.cpp178 std::string strValue = value; in AppendJsonDataToHiSysEventNewValue() local
179 DataIndex valueIndex = eventParser_->traceDataCache_->GetDataIndex(strValue); in AppendJsonDataToHiSysEventNewValue()
213 std::string strValue = value; in ArrayDataParse() local
214 DataIndex valueIndex = eventParser_->traceDataCache_->GetDataIndex(strValue); in ArrayDataParse()
/developtools/smartperf_host/trace_streamer/src/filter/
Dhi_sysevent_measure_filter.cpp38 DataIndex strValue) in AppendNewValue() argument
42 strValue); in AppendNewValue()
Dhi_sysevent_measure_filter.h60 DataIndex strValue);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts238 strValue: 'value',
245 strValue: 'value',
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts172 list.push({ name: arg.keyName, value: arg.strValue });
238 value: item.strValue,
274 binderSliceId = Number(item.strValue);
283 list.push({ name: item.keyName, value: item.strValue });
315 list.push({ name: item.keyName, value: item.strValue });
426 list.push({ name: item.keyName, value: item.strValue });
526 list.push({ name: arg.keyName, value: arg.strValue });
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts172 list.push({ name: arg.keyName, value: arg.strValue });
241 value: item.strValue,
268 binderSliceId = Number(item.strValue);
277 list.push({ name: item.keyName, value: item.strValue });
300 list.push({ name: item.keyName, value: item.strValue });
413 list.push({ name: item.keyName, value: item.strValue });
546 list.push({ name: arg.keyName, value: arg.strValue });
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2497 …endNewData(uint32_t fileId, std::string key, uint32_t type, int32_t intValue, std::string strValue) in AppendNewData() argument
2503 strValues_.emplace_back(strValue); in AppendNewData()
Dtrace_stdtype.h2089 …ndNewData(uint32_t fileId, std::string key, uint32_t type, int32_t intValue, std::string strValue);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2546 …endNewData(uint32_t fileId, std::string key, uint32_t type, int32_t intValue, std::string strValue) in AppendNewData() argument
2552 strValues_.emplace_back(strValue); in AppendNewData()
Dtrace_stdtype.h2122 …ndNewData(uint32_t fileId, std::string key, uint32_t type, int32_t intValue, std::string strValue);