Home
last modified time | relevance | path

Searched refs:ERROR_PARAMETER_COUNTS_INVALID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/js/napi/
H A Dtelephony_napi_common_error.h43 ERROR_PARAMETER_COUNTS_INVALID = -4, enumerator
H A Dnapi_parameter_util.h167 return std::optional<NapiError>(ERROR_PARAMETER_COUNTS_INVALID); in MatchParameters()
H A Dnapi_util.cpp436 case ERROR_PARAMETER_COUNTS_INVALID: in CreateParameterErrorMessageForJs()
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp2730 ReportFunctionFailed(env, ERROR_PARAMETER_COUNTS_INVALID, "GetImsRegInfo"); in GetImsRegInfo()
2894 ReportFunctionFailed(env, ERROR_PARAMETER_COUNTS_INVALID, "on_imsRegStateChange"); in ObserverOn()
2957 ReportFunctionFailed(env, ERROR_PARAMETER_COUNTS_INVALID, "off_imsRegStateChange"); in ObserverOff()