Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/flashd/daemon/
H A Ddaemon_updater.cpp97 if (commander_ != nullptr) { in SendToHost()
98 commander_->PostCommand(); in SendToHost()
135 commander_ = CreateCommander(ctxNow.transferConfig.functionName.c_str()); in CheckCommand()
136 if (commander_ == nullptr) { in CheckCommand()
148 if (commander_ == nullptr) { in DataCommand()
166 commander_ = CreateCommander(CMDSTR_ERASE_PARTITION); in EraseCommand()
167 if (commander_ == nullptr) { in EraseCommand()
171 commander_->DoCommand(payload, payloadSize); in EraseCommand()
176 commander_ = CreateCommander(CMDSTR_FORMAT_PARTITION); in FormatCommand()
177 if (commander_ == nullptr) { in FormatCommand()
[all …]
H A Ddaemon_updater.h43 std::unique_ptr<Flashd::Commander> commander_ = nullptr; variable
/ohos5.0/base/update/updater/test/unittest/flashd_test/
H A Dflashd_unittest.cpp56 std::unique_ptr<Flashd::Commander> commander_ = nullptr; member in __anon43aa4ae10110::FLashServiceUnitTest