Home
last modified time | relevance | path

Searched refs:filterName (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/cmds/src/
Dcommand_param.cpp20 void CommandParam::AddFilter(const std::string& filterName) in AddFilter() argument
22 if (IsInFilter(filterName)) { in AddFilter()
25 paramFilter_.push_back(filterName); in AddFilter()
27 bool CommandParam::IsInFilter(const std::string& filterName) in IsInFilter() argument
30 [filterName](const std::string& s) { return s == filterName; }); in IsInFilter()
/developtools/profiler/device/cmds/include/
Dcommand_param.h33 void AddFilter(const std::string& filterName);
34 bool IsInFilter(const std::string& filterName);
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts151 let filterName = it.name!; variable
155 if (this.cpuFreqFilterNames.indexOf(filterName) == -1) {
156 this.cpuFreqFilterNames.push(filterName);