Searched refs:EraseCommander (Results 1 – 3 of 3) sorted by relevance
28 void EraseCommander::DoCommand([[maybe_unused]] const std::string &cmdParam, [[maybe_unused]] size_… in DoCommand()33 void EraseCommander::DoCommand(const uint8_t *payload, int payloadSize) in DoCommand()56 bool EraseCommander::DoErase(const std::string &partitionName) const in DoErase()67 void EraseCommander::PostCommand() in PostCommand()
22 class EraseCommander : public Commander {24 explicit EraseCommander(callbackFun callback) : Commander(callback) {}; in EraseCommander() function25 ~EraseCommander() override {}; in ~EraseCommander()
27 …_ERASE_PARTITION, [](callbackFun callback) { return std::make_unique<EraseCommander>(callback); } … in __anon638a673d0202()