Home
last modified time | relevance | path

Searched defs:clearOptions (Results 1 – 6 of 6) sorted by relevance

/base/update/updateservice/services/engine/src/
Dupdate_helper.cpp384 int32_t UpdateHelper::ReadClearOptions(MessageParcel &reply, ClearOptions &clearOptions) in ReadClearOptions()
390 int32_t UpdateHelper::WriteClearOptions(MessageParcel &data, const ClearOptions &clearOptions) in WriteClearOptions()
Dupdate_service_stub.cpp204 ClearOptions clearOptions; in ClearErrorStub() local
Dupdate_service.cpp491 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
/base/update/updateservice/interfaces/inner_api/engine/
Dupdate_service_kits_impl.cpp194 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
Dupdate_service_proxy.cpp189 const ClearOptions &clearOptions, BusinessError &businessError) in ClearError()
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp513 …tus ClientHelper::GetOptionsFromArg(napi_env env, const napi_value arg, ClearOptions &clearOptions) in GetOptionsFromArg()