Home
last modified time | relevance | path

Searched refs:combinationType (Results 1 - 9 of 9) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/data_processor/src/
H A Dfirmware_check_data_processor_empty.cpp101 uint32_t combinationType = CAST_UINT(CombinationType::INVALLID_TYPE); in GetCombinationType() local
102 FIRMWARE_LOGI("CombinationType::%{public}u", combinationType); in GetCombinationType()
103 return static_cast<CombinationType>(combinationType); in GetCombinationType()
H A Dfirmware_check_data_processor.cpp149 task.combinationType = GetCombinationType(); in HandleNewVersion()
219 uint32_t combinationType = CAST_UINT(CombinationType::INVALLID_TYPE); in GetCombinationType() local
222 combinationType |= CAST_UINT(CombinationType::HOTA); in GetCombinationType()
226 FIRMWARE_LOGI("CombinationType::%{public}u", combinationType); in GetCombinationType()
227 return static_cast<CombinationType>(combinationType); in GetCombinationType()
/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_task_table.cpp69 int32_t combinationType = CAST_INT(CombinationType::INVALLID_TYPE); in ParseDbValue() local
70 GetColumnValue(resultSet, COLUMN_TASK_COMBINATION_TYPE, combinationType); in ParseDbValue()
71 value.combinationType = static_cast<CombinationType>(combinationType); in ParseDbValue()
103 PutColumnValue(dbValue, COLUMN_TASK_COMBINATION_TYPE, CAST_INT(value.combinationType)); in BuildDbValue()
H A Dfirmware_task_operator.cpp65 const CombinationType &combinationType) in UpdateCombinationTypeByTaskId()
68 values.PutInt(COLUMN_TASK_COMBINATION_TYPE, CAST_INT(combinationType)); in UpdateCombinationTypeByTaskId()
64 UpdateCombinationTypeByTaskId(const std::string &taskId, const CombinationType &combinationType) UpdateCombinationTypeByTaskId() argument
H A Dfirmware_task_operator_empty.cpp57 const CombinationType &combinationType) in UpdateCombinationTypeByTaskId()
56 UpdateCombinationTypeByTaskId(const std::string &taskId, const CombinationType &combinationType) UpdateCombinationTypeByTaskId() argument
/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_task.h36 CombinationType combinationType = CombinationType::INVALLID_TYPE; member
60 .append("combinationType=").append(std::to_string(CAST_INT(combinationType))).append(",") in ToString()
H A Dfirmware_task_operator.h53 const CombinationType &combinationType);
/base/update/updateservice/services/firmware/upgrade/status/src/
H A Dfirmware_result_process.cpp170 if (task.combinationType == CombinationType::HOTA) { in HandleFileResults()
/base/update/updateservice/services/firmware/upgrade/flow/src/
H A Dfirmware_manager.cpp389 if (task.combinationType == CombinationType::HOTA) { in HandleBootUpdateSuccess()

Completed in 4 milliseconds