Home
last modified time | relevance | path

Searched refs:clearOptions (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/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);
/ohos5.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 …t32_t MessageParcelHelper::WriteClearOptions(MessageParcel &data, const ClearOptions &clearOptions) in WriteClearOptions() argument
402 data.WriteUint32(static_cast<uint32_t>(clearOptions.status)); in WriteClearOptions()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-update-sys.md1016 clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallbac…
1029 | clearOptions | [ClearOptions](#clearoptions) | 是 | 清除选项。 …
1053 const clearOptions: update.ClearOptions = {
1056 updater.clearError(versionDigestInfo, clearOptions, (err: BusinessError) => {
1063 clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise\<void>
1076 | clearOptions | [ClearOptions](#clearoptions) | 是 | 更新选项。 |
1105 const clearOptions: update.ClearOptions = {
1108 updater.clearError(versionDigestInfo, clearOptions).then(() => {
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h59 const ClearOptions &clearOptions, BusinessError &businessError) = 0;
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp124 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError() argument
129 int32_t ret = updateService->ClearError(info, versionDigest, clearOptions, businessError); in ClearError()
H A Dupdate_service_proxy.cpp209 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError() argument
218 MessageParcelHelper::WriteClearOptions(data, clearOptions); in ClearError()
/ohos5.0/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() argument
132 CAST_INT(clearOptions.status)); in ClearError()
H A Dupdate_service.cpp285 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError() argument
292 return onlineUpdater->ClearError(info, versionDigestInfo, clearOptions, businessError); in ClearError()
/ohos5.0/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;
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Dclient_helper.h61 …tic ClientStatus GetOptionsFromArg(napi_env env, const napi_value arg, ClearOptions &clearOptions);
/ohos5.0/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h73 const ClearOptions &clearOptions, BusinessError &businessError) = 0;
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_proxy.h47 const ClearOptions &clearOptions, BusinessError &businessError) override;
H A Dupdate_service_kits_impl.h56 const ClearOptions &clearOptions, BusinessError &businessError) final;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-update.md113 …igestInfo, clearOptions: ClearOptions, callback: AsyncCallback\<void>): void;<br>clearError(versio…
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp539 …tus 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()
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-update.md113 …igestInfo, clearOptions: ClearOptions, callback: AsyncCallback\<void>): void;<br>clearError(versio…
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-update-sys.md1016 clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallbac…
1029 | clearOptions | [ClearOptions](#clearoptions) | Yes | Clear options. …
1053 const clearOptions: update.ClearOptions = {
1056 updater.clearError(versionDigestInfo, clearOptions, (err: BusinessError) => {
1063 clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise\<void>
1076 | clearOptions | [ClearOptions](#clearoptions) | Yes | Update options. |
1105 const clearOptions: update.ClearOptions = {
1108 updater.clearError(versionDigestInfo, clearOptions).then(() => {
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-update.md26clearOptions: ClearOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:Updater;<br>方法or属性…
27 …tInfo, clearOptions: ClearOptions): Promise\<void>;<br>旧版本信息:|类名:Updater;<br>方法or属性:clearError(ver…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-update.md88 |新增|NA|类名:Updater;<br>方法or属性:clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOp…
89 |新增|NA|类名:Updater;<br>方法or属性:clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOp…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-update.md26clearOptions: ClearOptions, callback: AsyncCallback\<void>): void;<br>Old version information: |Cl…
27clearOptions: ClearOptions): Promise\<void>;<br>Old version information: |Class name: Updater;<br>…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-update.md88 …d or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, …
89 …d or attribute name: clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions):…