Home
last modified time | relevance | path

Searched refs:UN_SUPPORT (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/model/include/
H A Dcall_result.h29 UN_SUPPORT = 801, enumerator
45 constexpr int32_t INT_UN_SUPPORT = CAST_INT(CallResult::UN_SUPPORT);
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_impl_firmware.cpp100 businessError.Build(CallResult::UN_SUPPORT, "pause download not support"); in PauseDownload()
109 businessError.Build(CallResult::UN_SUPPORT, "resume download not support"); in ResumeDownload()
H A Dupdate_service.cpp261 businessError.Build(CallResult::UN_SUPPORT, "PauseDownload unsupport"); in PauseDownload()
269 businessError.Build(CallResult::UN_SUPPORT, "ResumeDownload unsupport"); in ResumeDownload()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp68 DECLARE_CALL_RESULT_PROPERTY(CallResult::UN_SUPPORT), in DefineCallResult()
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_common_utils.cpp353 return callResult == CallResult::UN_SUPPORT || callResult == CallResult::NOT_SYSTEM_APP || in IsCommonError()