Searched defs:VersionComponent (Results 1 – 1 of 1) sorted by relevance
31 struct VersionComponent : public BaseJsonStruct { struct32 std::string componentId;33 int32_t componentType = CAST_INT(ComponentType::INVALID);34 std::string upgradeAction;35 std::string displayVersion;36 std::string innerVersion;37 size_t size = 0;38 size_t effectiveMode = static_cast<size_t>(EffectiveMode::COLD);39 size_t otaMode = static_cast<size_t>(OtaMode::REGULAR);40 DescriptionInfo descriptionInfo;[all …]