Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_stat.h114 bool CheckOptionPid(std::vector<pid_t> pids);
/developtools/hiperf/src/
Dsubcommand_stat.cpp587 if (!CheckOptionPid(pids)) { in CheckOptionPidAndApp()
597 bool SubCommandStat::CheckOptionPid(std::vector<pid_t> pids) in CheckOptionPid() function in OHOS::Developtools::HiPerf::SubCommandStat