Home
last modified time | relevance | path

Searched refs:clearOptions (Results 1 - 15 of 15) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/include/
H A Dmessage_parcel_helper.h89 static int32_t ReadClearOptions(MessageParcel &reply, ClearOptions &clearOptions);
90 static int32_t WriteClearOptions(MessageParcel &data, const ClearOptions &clearOptions);
/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h59 const ClearOptions &clearOptions, BusinessError &businessError) = 0;
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp394 int32_t MessageParcelHelper::ReadClearOptions(MessageParcel &reply, ClearOptions &clearOptions) in ReadClearOptions() argument
396 clearOptions.status = static_cast<UpgradeStatus>(reply.ReadUint32()); in ReadClearOptions()
400 int32_t MessageParcelHelper::WriteClearOptions(MessageParcel &data, const ClearOptions &clearOptions) in WriteClearOptions() argument
402 data.WriteUint32(static_cast<uint32_t>(clearOptions.status)); in WriteClearOptions()
/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Dclient_helper.h61 static ClientStatus GetOptionsFromArg(napi_env env, const napi_value arg, ClearOptions &clearOptions);
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h51 const ClearOptions &clearOptions, BusinessError &businessError) final;
H A Dupdate_service.h58 const ClearOptions &clearOptions, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h56 const ClearOptions &clearOptions, BusinessError &businessError) final;
H A Dupdate_service_proxy.h47 const ClearOptions &clearOptions, BusinessError &businessError) override;
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h73 const ClearOptions &clearOptions, BusinessError &businessError) = 0;
/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp124 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
129 int32_t ret = updateService->ClearError(info, versionDigest, clearOptions, businessError); in ClearError()
123 ClearError(const UpgradeInfo &info, const VersionDigestInfo &versionDigest, const ClearOptions &clearOptions, BusinessError &businessError) ClearError() argument
H A Dupdate_service_proxy.cpp209 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
218 MessageParcelHelper::WriteClearOptions(data, clearOptions); in ClearError()
208 ClearError(const UpgradeInfo &info, const VersionDigestInfo &versionDigest, const ClearOptions &clearOptions, BusinessError &businessError) ClearError() argument
/base/update/updateservice/services/engine/src/
H A Dupdate_service_stub.cpp251 ClearOptions clearOptions; in ClearErrorStub() local
255 MessageParcelHelper::ReadClearOptions(data, clearOptions); in ClearErrorStub()
257 int32_t ret = service->ClearError(upgradeInfo, versionDigestInfo, clearOptions, businessError); in ClearErrorStub()
H A Dupdate_service_impl_firmware.cpp128 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
132 CAST_INT(clearOptions.status)); in ClearError()
127 ClearError(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const ClearOptions &clearOptions, BusinessError &businessError) ClearError() argument
H A Dupdate_service.cpp285 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
292 return onlineUpdater->ClearError(info, versionDigestInfo, clearOptions, businessError); in ClearError()
284 ClearError(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, const ClearOptions &clearOptions, BusinessError &businessError) ClearError() argument
/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp539 ClientStatus ClientHelper::GetOptionsFromArg(napi_env env, const napi_value arg, ClearOptions &clearOptions) in GetOptionsFromArg() argument
560 clearOptions.status = static_cast<UpgradeStatus>(status); in GetOptionsFromArg()
561 ENGINE_LOGI("GetClearOptionsFromArg status:%{public}d", clearOptions.status); in GetOptionsFromArg()

Completed in 11 milliseconds