Home
last modified time | relevance | path

Searched refs:DumpHelper (Results 1 - 9 of 9) sorted by relevance

/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
H A Ddump_helper.cpp24 DumpHelper &DumpHelper::GetInstance() in GetInstance()
26 static DumpHelper instance; in GetInstance()
30 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand()
35 bool DumpHelper::Dispatch(int fd, const std::vector<std::string> &args) in Dispatch()
H A Ddump_helper.h27 class DumpHelper { class
29 static DumpHelper &GetInstance();
/base/theme/screenlock_mgr/services/src/
H A Ddump_helper.cpp22 DumpHelper &DumpHelper::GetInstance() in GetInstance()
24 static DumpHelper instance; in GetInstance()
28 void DumpHelper::RegisterCommand(std::shared_ptr<Command> &cmd) in RegisterCommand()
33 bool DumpHelper::Dispatch(int fd, const std::vector<std::string> &args) in Dispatch()
H A Dscreenlock_system_ability.cpp643 DumpHelper::GetInstance().Dispatch(fd, argsStr); in Dump()
667 DumpHelper::GetInstance().RegisterCommand(cmd); in RegisterDumpCommand()
/base/update/updater/services/include/log/
H A Ddump.h34 class DumpHelper { class
37 virtual ~DumpHelper() {} in ~DumpHelper()
40 class DumpHelperLog : public DumpHelper {
52 void RegisterDump(const std::string &key, std::unique_ptr<DumpHelper> ptr) in RegisterDump()
74 std::map<std::string, std::unique_ptr<DumpHelper>> helpers_;
/base/theme/screenlock_mgr/services/include/
H A Ddump_helper.h28 class DumpHelper { class
30 static DumpHelper &GetInstance();
/base/sensors/miscdevice/services/miscdevice_service/include/
H A Dmiscdevice_dump.h50 #define DumpHelper DelayedSingleton<MiscdeviceDump>::GetInstance() macro
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp431 DumpHelper->SaveVibrateRecord(info); in StartVibrateThread()
651 DumpHelper->DumpHelp(fd); in Dump()
659 DumpHelper->ParseCommand(fd, argList); in Dump()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp186 DumpHelper::GetInstance().RegisterCommand(cmd); in OnStart()
1157 if (DumpHelper::GetInstance().Dispatch(fd, argsStr)) { in Dump()
1158 HILOG_ERROR("DumpHelper Dispatch failed!"); in Dump()

Completed in 8 milliseconds