Home
last modified time | relevance | path

Searched refs:FlashCommander (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Dflash_commander.h22 class FlashCommander : public Commander {
24 DISALLOW_COPY_MOVE(FlashCommander);
25 explicit FlashCommander(callbackFun callback) : Commander(callback) {} in FlashCommander() function
26 ~FlashCommander() override {}; in ~FlashCommander()
H A Dflash_commander.cpp30 void FlashCommander::DoCommand(const std::string &cmmParam, size_t fileSize) in DoCommand()
56 void FlashCommander::DoCommand(const uint8_t *payload, int payloadSize) in DoCommand()
80 bool FlashCommander::InitPartition(const std::string &partName, const uint8_t *buffer, int bufferSi… in InitPartition()
95 int FlashCommander::DoFlash(const uint8_t *payload, int payloadSize) in DoFlash()
117 void FlashCommander::PostCommand() in PostCommand()
H A Dcommander_factory.cpp26 …_FLASH_PARTITION, [](callbackFun callback) { return std::make_unique<FlashCommander>(callback); } … in __anon67fe69160102()