Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.h107 bool IsDigit(const std::string& str);
Dffrt_converter.cpp341 bool FfrtConverter::IsDigit(const std::string& str) in IsDigit() function in SysTuning::TraceStreamer::FfrtConverter
505 if (beginPos != std::string::npos && IsDigit(mark.substr(beginPos + 1))) { in ConvertFfrtThreadToFfrtTaskByLine()