Home
last modified time | relevance | path

Searched refs:HostUpdater (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/src/host/
H A Dhost_updater.h23 class HostUpdater : public HdcTransferBase { class
25 explicit HostUpdater(HTaskInfo hTaskInfo);
26 virtual ~HostUpdater();
H A Dhost_updater.cpp71 HostUpdater::HostUpdater(HTaskInfo hTaskInfo) : HdcTransferBase(hTaskInfo) in HostUpdater() function in Hdc::HostUpdater
77 HostUpdater::~HostUpdater() {} in ~HostUpdater()
79 bool HostUpdater::RunQueue(CtxFile &context) in RunQueue()
84 WRITE_LOG(LOG_FATAL, "HostUpdater::RunQueue new uv_fs_t failed"); in RunQueue()
96 bool HostUpdater::BeginTransfer(const std::string &function, const uint8_t *payload, int payloadSize, size_t minParam, in BeginTransfer()
138 void HostUpdater::CheckMaster(CtxFile *context) in CheckMaster()
156 bool HostUpdater::CheckCmd(HdcCommand command, uint8_t *payload, int payloadSize, size_t paramCount) in CheckCmd()
178 bool HostUpdater
[all...]
H A Dtranslate.cpp408 } else if (HostUpdater::CheckMatchUpdate(input, *outCmd)) { in String2FormatCommand()
H A Dserver.cpp1017 ret = TaskCommandDispatch<HostUpdater>(hTaskInfo, TASK_FLASHD, command, payload, payloadSize); in RedirectToTask()
1046 ret = DoTaskRemove<HostUpdater>(hTask, op); in RemoveInstanceTask()
H A Dclient.cpp433 if (!HostUpdater::ConfirmCommand(thisClass->command, closeInput)) { in CommandWorker()

Completed in 9 milliseconds