Home
last modified time | relevance | path

Searched refs:doubleVector (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfifth_fuzzer/
H A Dwantfifth_fuzzer.cpp52 std::vector<double> doubleVector; in DoSomethingInterestingWithMyAPI() local
53 want->SetParam(key, doubleVector); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp134 std::vector<double> doubleVector; in DoSomethingInterestingWithMyApiDistributedWant005() local
135 want->SetParam(key, doubleVector); in DoSomethingInterestingWithMyApiDistributedWant005()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp363 auto doubleVector = std::get<std::vector<double>>(pValue.value_); in NativeValueToCValueType() local
364 v.doubleArray = VectorToDoubleArray(doubleVector, code); in NativeValueToCValueType()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_sequence_read.cpp1262 std::vector<double> doubleVector; in JS_readDoubleArrayBuffer() local
1263 if (!napiSequence->nativeParcel_->ReadDoubleVector(&doubleVector)) { in JS_readDoubleArrayBuffer()
1267 size_t bufferSize = doubleVector.size() * BYTE_SIZE_64; in JS_readDoubleArrayBuffer()
1268 return JS_CopyVectorToBuffer(env, doubleVector, bufferSize); in JS_readDoubleArrayBuffer()