Home
last modified time | relevance | path

Searched refs:RegisterCommand (Results 1 – 9 of 9) sorted by relevance

/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
Ddump_helper.h30 void RegisterCommand(std::shared_ptr<Command> &cmd);
Ddump_helper.cpp30 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand() function in OHOS::MiscServices::DumpHelper
/base/theme/screenlock_mgr/services/include/
Ddump_helper.h31 void RegisterCommand(std::shared_ptr<Command> &cmd);
/base/time/time_service/services/dfx/include/
Dtime_cmd_dispatcher.h29 void RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd);
/base/theme/screenlock_mgr/services/src/
Ddump_helper.cpp28 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand() function in OHOS::ScreenLock::DumpHelper
Dscreenlock_system_ability.cpp529 DumpHelper::GetInstance().RegisterCommand(cmd); in RegisterDumpCommand()
/base/time/time_service/services/dfx/src/
Dtime_cmd_dispatcher.cpp42 void TimeCmdDispatcher::RegisterCommand(std::shared_ptr<TimeCmdParse> &cmd) in RegisterCommand() function in OHOS::MiscServices::TimeCmdDispatcher
/base/time/time_service/services/
Dtime_system_ability.cpp103 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()
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp167 DumpHelper::GetInstance().RegisterCommand(cmd); in OnStart()