Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/flashd_test/
Dflash_host_unittest.cpp65 flashHost->CommandDispatch(command, in TestFlashHost()
87 flashHost->CommandDispatch(command, in TestFlashProgress()
92 … flashHost->CommandDispatch(CMD_UPDATER_BEGIN, const_cast<uint8_t *>(data.data()), data.size()); in TestFlashProgress()
95 flashHost->CommandDispatch(CMD_UPDATER_CHECK, in TestFlashProgress()
98 … flashHost->CommandDispatch(CMD_UPDATER_DATA, const_cast<uint8_t *>(data.data()), data.size()); in TestFlashProgress()
101 flashHost->CommandDispatch(CMD_UPDATER_FINISH, in TestFlashProgress()
107 flashHost->CommandDispatch(CMD_UPDATER_PROGRESS, in TestFlashProgress()
113 flashHost->CommandDispatch(CMD_UPDATER_PROGRESS, in TestFlashProgress()
/base/update/updater/services/flashd/daemon/
Ddaemon_updater.h30 bool CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) override;
Ddaemon_updater.cpp41 bool DaemonUpdater::CommandDispatch(const uint16_t command, uint8_t *payload, const int payloadSize) in CommandDispatch() function in Hdc::DaemonUpdater