Searched refs:CmdType (Results 1 – 9 of 9) sorted by relevance
/base/update/updater/services/flashd/daemon/ |
D | erase_commander.cpp | 37 NotifyFail(CmdType::ERASE); in DoCommand() 45 NotifyFail(CmdType::ERASE); in DoCommand() 50 NotifyFail(CmdType::ERASE); in DoCommand() 53 NotifySuccess(CmdType::ERASE); in DoCommand()
|
D | flash_commander.cpp | 36 NotifyFail(CmdType::FLASH); in DoCommand() 46 NotifyFail(CmdType::FLASH); in DoCommand() 60 NotifyFail(CmdType::FLASH); in DoCommand() 66 NotifyFail(CmdType::FLASH); in DoCommand() 74 NotifySuccess(CmdType::FLASH); in DoCommand() 77 UpdateProgress(CmdType::FLASH); in DoCommand()
|
D | update_commander.cpp | 47 NotifyFail(CmdType::UPDATE); in DoCommand() 53 NotifyFail(CmdType::UPDATE); in DoCommand() 65 NotifyFail(CmdType::UPDATE); in DoCommand() 74 NotifyFail(CmdType::UPDATE); in DoCommand() 80 NotifyFail(CmdType::UPDATE); in DoCommand() 108 NotifySuccess(CmdType::UPDATE); in DoUpdate() 111 UpdateProgress(CmdType::UPDATE); in DoUpdate()
|
D | commander.h | 29 using callbackFun = std::function<void(CmdType type, UpdaterState state, const std::string &msg)>; 40 void NotifySuccess(CmdType type, const std::string &msg = "") const; 41 void NotifyFail(CmdType type, const std::string &msg = "") const; 51 void UpdateProgress(CmdType type) const;
|
D | format_commander.cpp | 38 NotifyFail(CmdType::FORMAT); in DoCommand() 46 NotifyFail(CmdType::FORMAT); in DoCommand() 52 NotifyFail(CmdType::FORMAT); in DoCommand() 57 NotifySuccess(CmdType::FORMAT); in DoCommand()
|
D | commander.cpp | 21 void Commander::NotifySuccess(CmdType type, const std::string &msg) const in NotifySuccess() 29 void Commander::NotifyFail(CmdType type, const std::string &msg) const in NotifyFail() 38 void Commander::UpdateProgress(CmdType type) const in UpdateProgress()
|
D | daemon_updater.h | 38 bool SendToHost(Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg);
|
D | daemon_updater.cpp | 69 bool DaemonUpdater::SendToHost(Flashd::CmdType type, Flashd::UpdaterState state, const std::string … in SendToHost() 114 … auto callback = [this](Flashd::CmdType type, Flashd::UpdaterState state, const std::string &msg) { in CreateCommander()
|
/base/update/updater/services/include/flashd/ |
D | flashd.h | 36 enum class CmdType : uint8_t { enum
|