Home
last modified time | relevance | path

Searched defs:ReadDoubleVector (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp267 bool ReadDoubleVector(Parcel &parcel, rust::vec<double> &val) in ReadDoubleVector() function
/ohos5.0/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp755 bool Parcel::ReadDoubleVector(std::vector<double>* val) in ReadDoubleVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_parcel.cpp730 bool Parcel::ReadDoubleVector(std::vector<double>* val) in ReadDoubleVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_parcel.cpp732 bool Parcel::ReadDoubleVector(std::vector<double> *val) in ReadDoubleVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_parcel.cpp735 bool Parcel::ReadDoubleVector(std::vector<double>* val) in ReadDoubleVector() function in OHOS::Parcel
/ohos5.0/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_parcel.cpp735 bool Parcel::ReadDoubleVector(std::vector<double>* val) in ReadDoubleVector() function in OHOS::Parcel
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Dparcel.cpp670 bool Parcel::ReadDoubleVector(std::vector<double> *val) in ReadDoubleVector() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dserializer.c1342 double *ReadDoubleVector(IpcIo *io, size_t *size) in ReadDoubleVector() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dparcel.cpp1555 bool Parcel::ReadDoubleVector(std::vector<double> *val) in ReadDoubleVector() function in OHOS::Parcel
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dwrapper.rs146 fn ReadDoubleVector(parcel: Pin<&mut Parcel>, v: &mut Vec<f64>) -> bool; in ReadDoubleVector() function