Home
last modified time | relevance | path

Searched refs:byteValue (Results 1 - 8 of 8) sorted by relevance

/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()
/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()
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp108 byte byteValue = '\0'; in DoSomethingInterestingWithMyAPI_DistributedWant_004() local
109 want->SetParam(key, byteValue); in DoSomethingInterestingWithMyAPI_DistributedWant_004()
110 want->GetByteParam(key, byteValue); in DoSomethingInterestingWithMyAPI_DistributedWant_004()
/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp126 int8_t byteValue = static_cast<int8_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI_DistributedWantParams_003() local
127 sptr<IInterface> byteIt = Byte::Box(byteValue); in DoSomethingInterestingWithMyAPI_DistributedWantParams_003()
/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()
/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
337 "stringValue TEXT , blobValue BLOB , clobValue TEXT , byteValue INTEGER , "
351 "clobValue, byteValue, timeValue, characterValue, primIntValue, primLongValue, "
698 predicates1.EqualTo("byteValue", std::to_string(INT8_MIN))->Or()->EqualTo("byteValue", std::to_string(1)); in BasicDataTypeTest()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1079 byte byteValue = 'z'; in AddByteParams() local
1082 want.SetParam(key, byteValue); in AddByteParams()
/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()

Completed in 20 milliseconds