Home
last modified time | relevance | path

Searched defs:componentDescriptions (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/description/
H A Dversion_description_info.h25 std::vector<ComponentDescription> componentDescriptions; member
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp54 …ReadComponentDescriptions(MessageParcel &reply, std::vector<ComponentDescription> &componentDescri… in ReadComponentDescriptions()
72 …teComponentDescriptions(MessageParcel &data, const std::vector<ComponentDescription> &componentDes… in WriteComponentDescriptions()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp114 …d BuildComponentDescriptions(napi_env env, napi_value &obj, const std::vector<ComponentDescription> in BuildComponentDescriptions()