Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcommand_test.cpp39 size_t command_count = GetAllCommandNames().size(); in TEST()
41 ASSERT_EQ(command_count + 1, GetAllCommandNames().size()); in TEST()
43 ASSERT_EQ(command_count, GetAllCommandNames().size()); in TEST()
H A Dcmd_help.cpp80 for (auto& cmd_name : GetAllCommandNames()) { in PrintShortHelp()
H A Dcommand.h201 const std::vector<std::string> GetAllCommandNames();
H A Dcommand.cpp167 const std::vector<std::string> GetAllCommandNames() { in GetAllCommandNames() function