Home
last modified time | relevance | path

Searched refs:byteValue (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfourth_fuzzer/
H A Dwantfourth_fuzzer.cpp49 byte byteValue = '\0'; in DoSomethingInterestingWithMyAPI() local
50 want->SetParam(key, byteValue); in DoSomethingInterestingWithMyAPI()
51 want->GetByteParam(key, byteValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp49 int8_t byteValue = static_cast<int8_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
62 sptr<IInterface> byteIt = Byte::Box(byteValue); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp108 byte byteValue = '\0'; in DoSomethingInterestingWithMyApiDistributedWant004() local
109 want->SetParam(key, byteValue); in DoSomethingInterestingWithMyApiDistributedWant004()
110 want->GetByteParam(key, byteValue); in DoSomethingInterestingWithMyApiDistributedWant004()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/src/
H A Djs_buffer.ts673 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-bits
695 byteValue = byteValue >> eightBytes;
698 this[offset++] = byteValue;
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp126 int8_t byteValue = static_cast<int8_t>(GetU32Data(data)); in DoSomethingInterestingWithMyApiDistributedWantParams003() local
127 sptr<IInterface> byteIt = Byte::Box(byteValue); in DoSomethingInterestingWithMyApiDistributedWantParams003()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp100 uint32_t byteValue = 0x0; in ParseBytesVector() local
101 napi_get_value_uint32(env, element, &byteValue); in ParseBytesVector()
102 vec.push_back(static_cast<unsigned char>(byteValue)); in ParseBytesVector()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_test.cpp143 return byteValue; in GetByteValue()
146 void SetByteValue(int8_t byteValue) in SetByteValue() argument
148 this->byteValue = byteValue; in SetByteValue()
282 int8_t byteValue; member in AllDataType
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1093 byte byteValue = 'z'; in AddByteParams() local
1096 want.SetParam(key, byteValue); in AddByteParams()
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp802 byte byteValue = 'z'; in AddByteParams() local
805 want.SetParam(key, byteValue); in AddByteParams()