Searched refs:TimeCmdParse (Results 1 - 5 of 5) sorted by relevance
/base/time/time_service/services/dfx/src/ |
H A D | time_cmd_parse.cpp | 18 TimeCmdParse::TimeCmdParse( in TimeCmdParse() function in TimeCmdParse 19 const std::vector<std::string> &argsFormat, const std::string &strHelp, const TimeCmdParse::Action &action) in TimeCmdParse() 23 std::string TimeCmdParse::ShowHelp() in ShowHelp() 28 void TimeCmdParse::DoAction(int fd, const std::vector<std::string> &input) in DoAction() 33 std::string TimeCmdParse::GetOption() in GetOption() 49 std::string TimeCmdParse::GetFormat() in GetFormat()
|
H A D | time_cmd_dispatcher.cpp | 42 void TimeCmdDispatcher::RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd) in RegisterCommand()
|
/base/time/time_service/services/dfx/include/ |
H A D | time_cmd_dispatcher.h | 29 void RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd); 34 std::map<std::string, std::shared_ptr<TimeCmdParse>> cmdHandler;
|
H A D | time_cmd_parse.h | 23 class TimeCmdParse { class 26 TimeCmdParse(const std::vector<std::string> &argsFormat, const std::string &strHelp, const Action &action);
|
/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 123 auto cmdTime = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-time" }), in InitDumpCmd() 128 auto cmdTimerAll = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-timer", "-a" }), in InitDumpCmd() 132 auto cmdTimerInfo = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-timer", "-i", "[n]" }), in InitDumpCmd() 137 auto cmdTimerTrigger = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-timer", "-s", "[n]" }), in InitDumpCmd() 142 auto cmdTimerIdle = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-idle", "-a" }), in InitDumpCmd() 147 auto cmdProxyTimer = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-ProxyTimer", "-l" }), in InitDumpCmd() 152 auto cmdPidTimer = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-PidTimer", "-l" }), in InitDumpCmd() 157 auto cmdUidTimer = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-UidTimer", "-l" }), in InitDumpCmd() 162 auto cmdShowDelayTimer = std::make_shared<TimeCmdParse>(std::vector<std::string>({ "-ProxyDelayTime", "-l" }), in InitDumpCmd() 167 auto cmdAdjustTimer = std::make_shared<TimeCmdParse>(st in InitDumpCmd() [all...] |
Completed in 2 milliseconds