Searched refs:RegisterCommand (Results 1 – 9 of 9) sorted by relevance
30 void RegisterCommand(std::shared_ptr<Command> &cmd);
30 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand() function in OHOS::MiscServices::DumpHelper
31 void RegisterCommand(std::shared_ptr<Command> &cmd);
29 void RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd);
28 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand() function in OHOS::ScreenLock::DumpHelper
529 DumpHelper::GetInstance().RegisterCommand(cmd); in RegisterDumpCommand()
42 void TimeCmdDispatcher::RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd) in RegisterCommand() function in OHOS::MiscServices::TimeCmdDispatcher
103 TimeCmdDispatcher::GetInstance().RegisterCommand(cmdTime); in InitDumpCmd()107 TimeCmdDispatcher::GetInstance().RegisterCommand(cmdTimerAll); in InitDumpCmd()112 TimeCmdDispatcher::GetInstance().RegisterCommand(cmdTimerInfo); in InitDumpCmd()117 TimeCmdDispatcher::GetInstance().RegisterCommand(cmdTimerTrigger); in InitDumpCmd()122 TimeCmdDispatcher::GetInstance().RegisterCommand(cmdTimerIdle); in InitDumpCmd()
167 DumpHelper::GetInstance().RegisterCommand(cmd); in OnStart()