Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/include/
H A Dparcel.h482 double ReadDouble();
506 bool ReadDouble(double &value);
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp309 PARCEL_NO_INPUT_WITH_RETURN(double, ReadDouble),
322 PARCEL_REF_INPUT_WITH_BOOL_RETURN(double, ReadDouble),
418 // error call ReadDouble after following methods, will crash with "signal SIGBUS: illegal alignment".
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1001 double Parcel::ReadDouble() in ReadDouble() function in OHOS::Parcel
1088 bool Parcel::ReadDouble(double &value) in ReadDouble() function in OHOS::Parcel
1563 return ReadVector(val, &Parcel::ReadDouble); in ReadDoubleVector()
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp1113 doubleread = parcel1.ReadDouble(); in BENCHMARK_F()
1124 doubleread = parcel2.ReadDouble(); in BENCHMARK_F()
2117 double readDouble = parcel.ReadDouble(); in BENCHMARK_F()
2383 result = parcel1.ReadDouble(doubleread); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp1207 doubleread = parcel1.ReadDouble(); in HWTEST_F()
1223 doubleread = parcel2.ReadDouble(); in HWTEST_F()
2202 double readDouble = parcel.ReadDouble(); in HWTEST_F()

Completed in 13 milliseconds