• Home
  • Raw
  • Download

Lines Matching refs:longValue

377         jlong longValue = (longValues ? longValues[0] : 0);  in getObjectPropertyValue()  local
383 formatDateTime(longValue, date, sizeof(date)); in getObjectPropertyValue()
390 snprintf(date, sizeof(date), "%04lld0101T000000", longValue); in getObjectPropertyValue()
397 packet.putInt8(longValue); in getObjectPropertyValue()
400 packet.putUInt8(longValue); in getObjectPropertyValue()
403 packet.putInt16(longValue); in getObjectPropertyValue()
406 packet.putUInt16(longValue); in getObjectPropertyValue()
409 packet.putInt32(longValue); in getObjectPropertyValue()
412 packet.putUInt32(longValue); in getObjectPropertyValue()
415 packet.putInt64(longValue); in getObjectPropertyValue()
418 packet.putUInt64(longValue); in getObjectPropertyValue()
421 packet.putInt128(longValue); in getObjectPropertyValue()
424 packet.putInt128(longValue); in getObjectPropertyValue()
475 jlong longValue = 0; in setObjectPropertyValue() local
480 longValue = packet.getInt8(); in setObjectPropertyValue()
483 longValue = packet.getUInt8(); in setObjectPropertyValue()
486 longValue = packet.getInt16(); in setObjectPropertyValue()
489 longValue = packet.getUInt16(); in setObjectPropertyValue()
492 longValue = packet.getInt32(); in setObjectPropertyValue()
495 longValue = packet.getUInt32(); in setObjectPropertyValue()
498 longValue = packet.getInt64(); in setObjectPropertyValue()
501 longValue = packet.getUInt64(); in setObjectPropertyValue()
516 (jint)handle, (jint)property, longValue, stringValue); in setObjectPropertyValue()
540 jlong longValue = longValues[0]; in getDevicePropertyValue() local
545 packet.putInt8(longValue); in getDevicePropertyValue()
548 packet.putUInt8(longValue); in getDevicePropertyValue()
551 packet.putInt16(longValue); in getDevicePropertyValue()
554 packet.putUInt16(longValue); in getDevicePropertyValue()
557 packet.putInt32(longValue); in getDevicePropertyValue()
560 packet.putUInt32(longValue); in getDevicePropertyValue()
563 packet.putInt64(longValue); in getDevicePropertyValue()
566 packet.putUInt64(longValue); in getDevicePropertyValue()
569 packet.putInt128(longValue); in getDevicePropertyValue()
572 packet.putInt128(longValue); in getDevicePropertyValue()
598 jlong longValue = 0; in setDevicePropertyValue() local
603 longValue = packet.getInt8(); in setDevicePropertyValue()
606 longValue = packet.getUInt8(); in setDevicePropertyValue()
609 longValue = packet.getInt16(); in setDevicePropertyValue()
612 longValue = packet.getUInt16(); in setDevicePropertyValue()
615 longValue = packet.getInt32(); in setDevicePropertyValue()
618 longValue = packet.getUInt32(); in setDevicePropertyValue()
621 longValue = packet.getInt64(); in setDevicePropertyValue()
624 longValue = packet.getUInt64(); in setDevicePropertyValue()
639 (jint)property, longValue, stringValue); in setDevicePropertyValue()