Searched refs:upgradeMode (Results 1 – 5 of 5) sorted by relevance
81 int32_t upgradeMode = CAST_INT(UpgradeMode::MANUAL); in ParseDbValue() local82 GetColumnValue(resultSet, COLUMN_TASK_UPGRADE_MODE, upgradeMode); in ParseDbValue()83 value.upgradeMode = static_cast<UpgradeMode>(upgradeMode); in ParseDbValue()107 PutColumnValue(dbValue, COLUMN_TASK_UPGRADE_MODE, CAST_INT(value.upgradeMode)); in BuildDbValue()
100 …FirmwareTaskOperator::UpdateUpgradeModeByTaskId(const std::string &taskId, UpgradeMode upgradeMode) in UpdateUpgradeModeByTaskId() argument103 values.PutInt(COLUMN_TASK_UPGRADE_MODE, CAST_INT(upgradeMode)); in UpdateUpgradeModeByTaskId()
82 …FirmwareTaskOperator::UpdateUpgradeModeByTaskId(const std::string &taskId, UpgradeMode upgradeMode) in UpdateUpgradeModeByTaskId() argument
41 UpgradeMode upgradeMode = UpgradeMode::MANUAL; member62 .append("upgradeMode=").append(std::to_string(CAST_INT(upgradeMode))).append(",") in ToString()
58 bool UpdateUpgradeModeByTaskId(const std::string &taskId, UpgradeMode upgradeMode);