Searched refs:combinationType (Results 1 – 8 of 8) sorted by relevance
69 int32_t combinationType = CAST_INT(CombinationType::INVALLID_TYPE); in ParseDbValue() local70 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()
62 const CombinationType &combinationType) in UpdateCombinationTypeByTaskId() argument65 values.PutInt(COLUMN_TASK_COMBINATION_TYPE, CAST_INT(combinationType)); in UpdateCombinationTypeByTaskId()
56 const CombinationType &combinationType) in UpdateCombinationTypeByTaskId() argument
150 task.combinationType = GetCombinationType(); in HandleNewVersion()220 uint32_t combinationType = CAST_UINT(CombinationType::INVALLID_TYPE); in GetCombinationType() local223 combinationType |= CAST_UINT(CombinationType::HOTA); in GetCombinationType()227 FIRMWARE_LOGI("CombinationType::%{public}u", combinationType); in GetCombinationType()228 return static_cast<CombinationType>(combinationType); in GetCombinationType()
34 CombinationType combinationType = CombinationType::INVALLID_TYPE; member58 .append("combinationType=").append(std::to_string(CAST_INT(combinationType))).append(",") in ToString()
50 const CombinationType &combinationType);
157 if (task.combinationType == CombinationType::HOTA) { in HandleFileResults()
385 if (task.combinationType == CombinationType::HOTA) { in HandleBootUpdateSuccess()