Home
last modified time | relevance | path

Searched refs:WriteCurrentVersionInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/
H A Dmessage_parcel_helper.h60 static int32_t WriteCurrentVersionInfo(MessageParcel &data, const CurrentVersionInfo &info);
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp227 int32_t MessageParcelHelper::WriteCurrentVersionInfo(MessageParcel &data, const CurrentVersionInfo … in WriteCurrentVersionInfo() function in OHOS::UpdateEngine::MessageParcelHelper
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_stub.cpp121 MessageParcelHelper::WriteCurrentVersionInfo(reply, currentVersionInfo); in GetCurrentVersionStub()