Home
last modified time | relevance | path

Searched defs:ReadVector (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
Dparcel.h103 uint32_t ReadVector(std::vector<T> &val) in ReadVector() function
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
Drs_screen_data.cpp78 bool RSScreenData::ReadVector(std::vector<RSScreenModeInfo> &unmarsupportModes, uint32_t unmarModeC… in ReadVector() function in OHOS::Rosen::RSScreenData
Drs_screen_hdr_capability.cpp80 bool RSScreenHDRCapability::ReadVector(std::vector<ScreenHDRFormat>& unmarFormats, Parcel &parcel) in ReadVector() function in OHOS::Rosen::RSScreenHDRCapability
Drs_screen_capability.cpp119 bool RSScreenCapability::ReadVector(std::vector<RSScreenProps> &unmarProps, uint32_t unmarPropCount… in ReadVector() function in OHOS::Rosen::RSScreenCapability
/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
Dparcel_wrapper.cpp215 template<typename T> bool ReadVector(Parcel &parcel, rust::vec<T> &val, bool (Parcel::*ReadVec)(std… in ReadVector() function
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dparcel.cpp615 bool Parcel::ReadVector(std::vector<T> *val, bool (Parcel::*Read)(T &)) in ReadVector() function in OHOS::Parcel