Home
last modified time | relevance | path

Searched refs:ReadDoubleVector (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dparcel.h766 bool ReadDoubleVector(std::vector<double> *val);
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp370 result = parcel.ReadDoubleVector(nullptr); in BENCHMARK_F()
446 [](auto &parcel, auto &vec) {return parcel.ReadDoubleVector(&vec);}); in BENCHMARK_F()
523 [](auto &parcel, auto &vec) {return parcel.ReadDoubleVector(&vec);}); in BENCHMARK_F()
1634 result = parcel1.ReadDoubleVector(&doubleread); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp362 result = parcel.ReadDoubleVector(nullptr); in HWTEST_F()
465 result = parcel3.ReadDoubleVector(&val3); in ReadvecTestTwoFunc03()
590 result = parcel3.ReadDoubleVector(&val3); in ReadvecTestThreeFunc03()
1697 result = parcel1.ReadDoubleVector(&doubleread); in HWTEST_F()
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp412 PARCEL_POINT_INPUT_WITH_BOOL_RETURN(double, ReadDoubleVector),
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1561 bool Parcel::ReadDoubleVector(std::vector<double> *val) in ReadDoubleVector() function in OHOS::Parcel

Completed in 12 milliseconds