Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcommand_test.cpp40 size_t command_count = GetAllCommandNames().size(); in TEST()
42 ASSERT_EQ(command_count + 1, GetAllCommandNames().size()); in TEST()
44 ASSERT_EQ(command_count, GetAllCommandNames().size()); in TEST()
Dcmd_help.cpp66 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp()
Dcommand.h67 const std::vector<std::string> GetAllCommandNames();
Dcommand.cpp64 const std::vector<std::string> GetAllCommandNames() { in GetAllCommandNames() function