Home
last modified time | relevance | path

Searched refs:GetAllCommandNames (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Dcommand_test.cpp42 size_t command_count = GetAllCommandNames().size(); in TEST()
44 ASSERT_EQ(command_count + 1, GetAllCommandNames().size()); in TEST()
46 ASSERT_EQ(command_count, GetAllCommandNames().size()); in TEST()
Dcmd_help.cpp79 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp()
Dcommand.h204 const std::vector<std::string> GetAllCommandNames();
Dcommand.cpp167 const std::vector<std::string> GetAllCommandNames() { in GetAllCommandNames() function