Searched refs:ONE_PARAMETER (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
H A D | napi_faultlogger.cpp | 35 constexpr size_t ONE_PARAMETER = 1; variable 164 if (parameterCount < ONE_PARAMETER || parameterCount > TWO_PARAMETER) { in QuerySelfFaultLog() 169 if (!NapiUtil::IsMatchType(env, parameters[ONE_PARAMETER - 1], napi_number)) { in QuerySelfFaultLog() 180 napi_get_value_int32(env, parameters[ONE_PARAMETER - 1], &faultLogInfoContext->faultType); in QuerySelfFaultLog() 181 if (parameterCount == ONE_PARAMETER) { in QuerySelfFaultLog() 213 if (!NapiUtil::IsMatchType(env, parameters[ONE_PARAMETER - 1], napi_number)) { in AddFaultLog() 231 napi_get_value_int32(env, parameters[ONE_PARAMETER - 1], &nowTmp); in AddFaultLog() 254 if (parameterCount < ONE_PARAMETER || parameterCount > TWO_PARAMETER) { in Query() 260 if (!NapiUtil::IsMatchType(env, parameters[ONE_PARAMETER - 1], napi_number)) { in Query() 276 napi_get_value_int32(env, parameters[ONE_PARAMETER - 1], &faultLogInfoContext->faultType); in Query() [all …]
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_sms.cpp | 364 case ONE_PARAMETER: { in MatchSendShortMessageParameters() 575 case ONE_PARAMETER: { in MatchSetDefaultSmsSlotIdParameters() 650 case ONE_PARAMETER: { in MatchGetDefaultSmsSlotIdParameters() 853 case ONE_PARAMETER: { in MatchGetSmscAddrParameters() 929 case ONE_PARAMETER: { in MatchAddSimMessageParameters() 1110 case ONE_PARAMETER: { in MatchUpdateSimMessageParameters() 1233 case ONE_PARAMETER: { in MatchGetAllSimMessagesParameters() 1329 case ONE_PARAMETER: { in MatchSetCBConfigParameters() 1429 case ONE_PARAMETER: in MatchSplitMessageParameters() 1603 case ONE_PARAMETER: { in MatchIsImsSmsSupportedParameters() [all …]
|
H A D | napi_mms.cpp | 647 case ONE_PARAMETER: in GetMatchDecodeMmsResult() 712 case ONE_PARAMETER: in MatchEncodeMms()
|
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_sms.h | 48 constexpr int32_t ONE_PARAMETER = 1; variable
|