Home
last modified time | relevance | path

Searched refs:PARAM_ERR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/foundations/model/include/
H A Dcall_result.h28 PARAM_ERR = 401, enumerator
50 constexpr int32_t INT_PARAM_ERR = CAST_INT(CallResult::PARAM_ERR);
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_common_utils.cpp214 CallResult errCode = CallResult::PARAM_ERR; in NapiThrowParamError()
354 callResult == CallResult::APP_NOT_GRANTED || callResult == CallResult::PARAM_ERR; in IsCommonError()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Ddefine_property.cpp67 DECLARE_CALL_RESULT_PROPERTY(CallResult::PARAM_ERR), in DefineCallResult()