Home
last modified time | relevance | path

Searched refs:floatVector (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/
H A Dwantsixth_fuzzer.cpp43 std::vector<float> floatVector; in DoSomethingInterestingWithMyAPI() local
44 want->SetParam(key, floatVector); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp150 std::vector<float> floatVector; in DoSomethingInterestingWithMyApiDistributedWant006() local
151 want->SetParam(key, floatVector); in DoSomethingInterestingWithMyApiDistributedWant006()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_read.cpp1251 std::vector<float> floatVector; in JS_readFloatArrayBuffer() local
1252 if (!napiSequence->nativeParcel_->ReadFloatVector(&floatVector)) { in JS_readFloatArrayBuffer()
1256 size_t bufferSize = floatVector.size() * BYTE_SIZE_32; in JS_readFloatArrayBuffer()
1257 return JS_CopyVectorToBuffer(env, floatVector, bufferSize); in JS_readFloatArrayBuffer()