Searched refs:ONE_PARAMETER (Results 1 - 4 of 4) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/ |
H A D | napi_faultlogger.cpp | 35 constexpr size_t ONE_PARAMETER = 1; member 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 in Query() [all...] |
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_sms.cpp | 394 case ONE_PARAMETER: { in MatchSendShortMessageParameters() 605 case ONE_PARAMETER: { in MatchSetDefaultSmsSlotIdParameters() 680 case ONE_PARAMETER: { in MatchGetDefaultSmsSlotIdParameters() 883 case ONE_PARAMETER: { in MatchGetSmscAddrParameters() 958 case ONE_PARAMETER: { in MatchAddSimMessageParameters() 1139 case ONE_PARAMETER: { in MatchUpdateSimMessageParameters() 1262 case ONE_PARAMETER: { in MatchGetAllSimMessagesParameters() 1358 case ONE_PARAMETER: { in MatchSetCBConfigParameters() 1458 case ONE_PARAMETER: in MatchSplitMessageParameters() 1632 case ONE_PARAMETER in MatchIsImsSmsSupportedParameters() [all...] |
H A D | napi_mms.cpp | 647 case ONE_PARAMETER: in GetMatchDecodeMmsResult() 712 case ONE_PARAMETER: in MatchEncodeMms()
|
/base/telephony/sms_mms/frameworks/js/napi/include/ |
H A D | napi_sms.h | 48 constexpr int32_t ONE_PARAMETER = 1; member
|
Completed in 8 milliseconds