Home
last modified time | relevance | path

Searched refs:FormatCommander (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/services/flashd/daemon/
H A Dformat_commander.cpp29 void FormatCommander::DoCommand([[maybe_unused]] const std::string &cmmParam, [[maybe_unused]] size_t fileSize) in DoCommand()
34 void FormatCommander::DoCommand(const uint8_t *payload, int payloadSize) in DoCommand()
61 bool FormatCommander::IsOnlySupportErase(const std::string &partitionName) const in IsOnlySupportErase()
67 int FormatCommander::DoFormat(const std::string &partitionName) const in DoFormat()
77 void FormatCommander::PostCommand() in PostCommand()
H A Dformat_commander.h23 class FormatCommander : public Commander { class
25 explicit FormatCommander(callbackFun callback) : Commander(callback) {} in FormatCommander() function in Flashd::FormatCommander
26 ~FormatCommander() override {};
H A Dcommander_factory.cpp29 { Hdc::CMDSTR_FORMAT_PARTITION, [](callbackFun callback) { return std::make_unique<FormatCommander>(callback); } }

Completed in 2 milliseconds