Searched refs:byteValue (Results 1 – 9 of 9) sorted by relevance
49 byte byteValue = '\0'; in DoSomethingInterestingWithMyAPI() local50 want->SetParam(key, byteValue); in DoSomethingInterestingWithMyAPI()51 want->GetByteParam(key, byteValue); in DoSomethingInterestingWithMyAPI()
49 int8_t byteValue = static_cast<int8_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local62 sptr<IInterface> byteIt = Byte::Box(byteValue); in DoSomethingInterestingWithMyAPI()
108 byte byteValue = '\0'; in DoSomethingInterestingWithMyApiDistributedWant004() local109 want->SetParam(key, byteValue); in DoSomethingInterestingWithMyApiDistributedWant004()110 want->GetByteParam(key, byteValue); in DoSomethingInterestingWithMyApiDistributedWant004()
673 let byteValue = Number(utils.getLowerSixtyFour(value));676 this[offset + i] = byteValue;678 byteValue = Number(utils.getLowerSixtyFour(value >> 32n));680 byteValue = byteValue >> eightBytes;683 this[offset] = byteValue;688 let byteValue = Number(utils.getLowerSixtyFour(value));691 this[offset++] = byteValue;693 byteValue = Number(utils.getLowerSixtyFour(value >> 32n)); // 32 means offset 32-bits695 byteValue = byteValue >> eightBytes;698 this[offset++] = byteValue;
126 int8_t byteValue = static_cast<int8_t>(GetU32Data(data)); in DoSomethingInterestingWithMyApiDistributedWantParams003() local127 sptr<IInterface> byteIt = Byte::Box(byteValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
100 uint32_t byteValue = 0x0; in ParseBytesVector() local101 napi_get_value_uint32(env, element, &byteValue); in ParseBytesVector()102 vec.push_back(static_cast<unsigned char>(byteValue)); in ParseBytesVector()
143 return byteValue; in GetByteValue()146 void SetByteValue(int8_t byteValue) in SetByteValue() argument148 this->byteValue = byteValue; in SetByteValue()282 int8_t byteValue; member in AllDataType
1093 byte byteValue = 'z'; in AddByteParams() local1096 want.SetParam(key, byteValue); in AddByteParams()
802 byte byteValue = 'z'; in AddByteParams() local805 want.SetParam(key, byteValue); in AddByteParams()