Home
last modified time | relevance | path

Searched refs:vStr (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/interfaces/innerkits/native/src/
Dhiperf_client.cpp111 void RecordOption::SetOption(const std::string &name, const std::vector<std::string> &vStr) in SetOption() argument
114 if (vStr.empty()) { in SetOption()
123 for (auto substr : vStr) { in SetOption()
/developtools/hiperf/interfaces/innerkits/native/include/
Dhiperf_client.h254 void SetOption(const std::string &name, const std::vector<std::string> &vStr);