Home
last modified time | relevance | path

Searched refs:SetPropertyInt32 (Results 1 - 15 of 15) sorted by relevance

/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp355 NapiUtil::SetPropertyInt32( in CreateAttachmentValue()
360 NapiUtil::SetPropertyInt32(env, attachment, "charset", context.charset); in CreateAttachmentValue()
370 NapiUtil::SetPropertyInt32(env, addressObj, "charset", static_cast<int32_t>(mmsAddress.GetAddressCharset())); in ParseAddress()
382 NapiUtil::SetPropertyInt32(env, addressObj, "charset", static_cast<int32_t>(addressArr[i].GetAddressCharset())); in ParseAddressArr()
396 NapiUtil::SetPropertyInt32(env, sendReqObj, "version", sendReqContext.version); in ParseSendReqValue()
401 NapiUtil::SetPropertyInt32(env, sendReqObj, "messageClass", static_cast<int32_t>(sendReqContext.messageClass)); in ParseSendReqValue()
402 NapiUtil::SetPropertyInt32(env, sendReqObj, "expiry", sendReqContext.expiry); in ParseSendReqValue()
403 NapiUtil::SetPropertyInt32(env, sendReqObj, "priority", static_cast<int32_t>(sendReqContext.priority)); in ParseSendReqValue()
404 NapiUtil::SetPropertyInt32( in ParseSendReqValue()
406 NapiUtil::SetPropertyInt32(en in ParseSendReqValue()
[all...]
H A Dnapi_sms.cpp495 NapiUtil::SetPropertyInt32(env, object, "messageClass", shortMessage.GetMessageClass()); in CreateShortMessageValue()
496 NapiUtil::SetPropertyInt32(env, object, "protocolId", shortMessage.GetProtocolId()); in CreateShortMessageValue()
504 NapiUtil::SetPropertyInt32(env, object, "status", shortMessage.GetStatus()); in CreateShortMessageValue()
1298 NapiUtil::SetPropertyInt32(env, simObject, "simMessageStatus", shortMessage.GetIccMessageStatus()); in CreateSimShortMessageValue()
1299 NapiUtil::SetPropertyInt32(env, simObject, "indexOnSim", shortMessage.GetIndexOnSim()); in CreateSimShortMessageValue()
1584 NapiUtil::SetPropertyInt32(env, callbackValue, "splitCount", context->splitCount); in GetSmsSegmentsInfoCallback()
1585 NapiUtil::SetPropertyInt32(env, callbackValue, "encodeCount", context->encodeCount); in GetSmsSegmentsInfoCallback()
1586 NapiUtil::SetPropertyInt32(env, callbackValue, "encodeCountRemaining", context->encodeCountRemaining); in GetSmsSegmentsInfoCallback()
1587 NapiUtil::SetPropertyInt32(env, callbackValue, "scheme", static_cast<int32_t>(context->scheme)); in GetSmsSegmentsInfoCallback()
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_ability_callback.cpp552 NapiCallManagerUtils::SetPropertyInt32(env, callbackValues[ARRAY_INDEX_FIRST], "accountId", info.accountId); in ReportCallState()
553 NapiCallManagerUtils::SetPropertyInt32( in ReportCallState()
557 NapiCallManagerUtils::SetPropertyInt32( in ReportCallState()
559 NapiCallManagerUtils::SetPropertyInt32(env, callbackValues[ARRAY_INDEX_FIRST], "callId", info.callId); in ReportCallState()
560 NapiCallManagerUtils::SetPropertyInt32( in ReportCallState()
562 NapiCallManagerUtils::SetPropertyInt32( in ReportCallState()
564 NapiCallManagerUtils::SetPropertyInt32( in ReportCallState()
566 NapiCallManagerUtils::SetPropertyInt32( in ReportCallState()
622 NapiCallManagerUtils::SetPropertyInt32(env, voipObject, "uid", info.voipCallInfo.uid); in CreateVoipNapiValue()
633 NapiCallManagerUtils::SetPropertyInt32(en in CreateMarkInfoNapiValue()
[all...]
H A Dnapi_call_manager_utils.cpp288 void NapiCallManagerUtils::SetPropertyInt32(napi_env env, napi_value object, std::string name, int32_t value) in SetPropertyInt32() function in OHOS::Telephony::NapiCallManagerUtils
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/include/
H A Dnapi_hitrace_util.h39 static void SetPropertyInt32(const napi_env env, napi_value& object,
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_util.h32 static void SetPropertyInt32(napi_env env, napi_value object, std::string name, int32_t value);
H A Dnapi_util.cpp39 void NapiUtil::SetPropertyInt32(napi_env env, napi_value object, std::string name, int32_t value) in SetPropertyInt32() function in OHOS::HiviewDFX::NapiUtil
H A Dnapi_faultlogger.cpp116 NapiUtil::SetPropertyInt32(env, info, "pid", infoItem.pid); in FaultLogCompleteCallback()
117 NapiUtil::SetPropertyInt32(env, info, "uid", infoItem.uid); in FaultLogCompleteCallback()
118 NapiUtil::SetPropertyInt32(env, info, "type", infoItem.type); in FaultLogCompleteCallback()
/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_ims_reg_info_callback_manager.cpp153 NapiUtil::SetPropertyInt32(env, callbackValues[0], "imsRegState", static_cast<int32_t>(info.imsRegState)); in ReportImsRegInfo()
154 NapiUtil::SetPropertyInt32(env, callbackValues[0], "imsRegTech", static_cast<int32_t>(info.imsRegTech)); in ReportImsRegInfo()
H A Dnapi_radio.cpp165 NapiUtil::SetPropertyInt32(env, callbackValue, "psRadioTech", asyncContext->psTech); in GetRadioTechCallback()
166 NapiUtil::SetPropertyInt32(env, callbackValue, "csRadioTech", asyncContext->csTech); in GetRadioTechCallback()
253 NapiUtil::SetPropertyInt32(env, info, "signalType", signalType); in GetSignalInfoListCallback()
254 NapiUtil::SetPropertyInt32(env, info, "signalLevel", signalLevel); in GetSignalInfoListCallback()
255 NapiUtil::SetPropertyInt32(env, info, "dBm", signalIntensity); in GetSignalInfoListCallback()
343 NapiUtil::SetPropertyInt32(env, info, "signalType", signalType); in GetSignalInfoListSync()
344 NapiUtil::SetPropertyInt32(env, info, "signalLevel", signalLevel); in GetSignalInfoListSync()
345 NapiUtil::SetPropertyInt32(env, info, "dBm", signalIntensity); in GetSignalInfoListSync()
420 NapiUtil::SetPropertyInt32(env, callbackValue, "regState", WrapRegState(asyncContext->regStatus)); in GetNetworkStateCallback()
421 NapiUtil::SetPropertyInt32(en in GetNetworkStateCallback()
[all...]
/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/
H A Dnapi_hitrace_util.cpp107 NapiHitraceUtil::SetPropertyInt32(env, valueObject, FLAGS_ATTR, in CreateHiTraceIdJsObject()
139 NapiHitraceUtil::SetPropertyInt32(env, traceIdObject, FLAGS_ATTR, traceId.GetFlags()); in EnableTraceIdObjectFlag()
142 void NapiHitraceUtil::SetPropertyInt32(const napi_env env, napi_value& object, in SetPropertyInt32() function in OHOS::HiviewDFX::NapiHitraceUtil
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_utils.h83 static void SetPropertyInt32(napi_env env, napi_value object, std::string name, int32_t value);
/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.h39 static void SetPropertyInt32(napi_env env, napi_value object, const std::string &name, int32_t value);
H A Dnapi_util.cpp172 void NapiUtil::SetPropertyInt32(napi_env env, napi_value object, const std::string &name, int32_t value) in SetPropertyInt32() function in OHOS::Telephony::NapiUtil
/base/telephony/core_service/frameworks/js/sim/src/
H A Dnapi_sim.cpp343 NapiUtil::SetPropertyInt32(env, val, "simStatusWord1", responseResult.sw1); in SimAuthResultConversion()
344 NapiUtil::SetPropertyInt32(env, val, "simStatusWord2", responseResult.sw2); in SimAuthResultConversion()

Completed in 23 milliseconds