Searched refs:byteValue (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_base/test/fuzztest/wantfourth_fuzzer/ |
H A D | wantfourth_fuzzer.cpp | 49 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 D | wantparamsfirst_fuzzer.cpp | 49 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 D | distributedwant_fuzzer.cpp | 108 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 D | distributedwantparams_fuzzer.cpp | 126 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 D | nfc_napi_common_utils.cpp | 100 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 D | rdb_predicates_test.cpp | 143 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 D | distributed_want_test.cpp | 1079 byte byteValue = 'z'; in AddByteParams() local 1082 want.SetParam(key, byteValue); in AddByteParams()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 802 byte byteValue = 'z'; in AddByteParams() local 805 want.SetParam(key, byteValue); in AddByteParams()
|
Completed in 20 milliseconds