Home
last modified time | relevance | path

Searched refs:COTA (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/
H A Dcomponent_type.h24 COTA = 4, enumerator
/ohos5.0/base/update/updateservice/services/core/ability/model/include/
H A Dpackage_type.h26 COTA = 5, enumerator
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp115 DECLARE_ENUM_PROPERTY(ComponentType::COTA), in DefineComponentType()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp574 …td::list<ComponentType> enumList = { ComponentType::OTA, ComponentType::PATCH, ComponentType::COTA, in ParseUpgradeFile()