Home
last modified time | relevance | path

Searched refs:ClearOptions (Results 1 – 18 of 18) sorted by relevance

/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts410 …clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions, callback: AsyncCallba…
426 clearError(versionDigestInfo: VersionDigestInfo, clearOptions: ClearOptions): Promise<void>;
1123 export interface ClearOptions { interface
/base/update/updateservice/interfaces/inner_api/include/
Dmessage_parcel_helper.h74 static int32_t ReadClearOptions(MessageParcel &reply, ClearOptions &clearOptions);
75 static int32_t WriteClearOptions(MessageParcel &data, const ClearOptions &clearOptions);
Diservice_online_updater.h45 const ClearOptions &clearOptions, BusinessError &businessError) = 0;
Dupdate_service_kits.h57 const ClearOptions &clearOptions, BusinessError &businessError) = 0;
Dupdate_service_kits_impl.h55 const ClearOptions &clearOptions, BusinessError &businessError) final;
Dupdate_helper.h343 struct ClearOptions { struct
/base/update/updateservice/services/engine/include/
Dupdate_service_impl_firmware.h49 const ClearOptions &clearOptions, BusinessError &businessError) final;
Dupdate_service_proxy.h48 const ClearOptions &clearOptions, BusinessError &businessError) override;
Dupdate_service.h59 const ClearOptions &clearOptions, BusinessError &businessError) override;
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_client.h105 ClearOptions clearOptions_ {};
/base/update/updateservice/services/engine/src/
Dmessage_parcel_helper.cpp386 int32_t MessageParcelHelper::ReadClearOptions(MessageParcel &reply, ClearOptions &clearOptions) in ReadClearOptions()
392 int32_t MessageParcelHelper::WriteClearOptions(MessageParcel &data, const ClearOptions &clearOption… in WriteClearOptions()
Dupdate_service_impl_firmware.cpp106 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
Dupdate_service.cpp280 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
Dupdate_service_stub.cpp240 ClearOptions clearOptions; in ClearErrorStub()
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp197 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
Dupdate_service_proxy.cpp202 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h209 …static ClientStatus GetOptionsFromArg(napi_env env, const napi_value arg, ClearOptions &clearOptio…
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp496 ClientStatus ClientHelper::GetOptionsFromArg(napi_env env, const napi_value arg, ClearOptions &clea… in GetOptionsFromArg()