Home
last modified time | relevance | path

Searched refs:WriteClearOptions (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.h90 static int32_t WriteClearOptions(MessageParcel &data, const ClearOptions &clearOptions);
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp400 int32_t MessageParcelHelper::WriteClearOptions(MessageParcel &data, const ClearOptions &clearOption… in WriteClearOptions() function in OHOS::UpdateEngine::MessageParcelHelper
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp218 MessageParcelHelper::WriteClearOptions(data, clearOptions); in ClearError()