Searched defs:ReadValue (Results 1 – 5 of 5) sorted by relevance
| /foundation/distributeddatamgr/pasteboard/framework/tlv/ |
| D | tlv_object.cpp | 280 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::monostate &value, const TLV… in ReadValue() function in OHOS::MiscServices::TLVObject 284 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, void *value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject 288 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, bool &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject 292 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int8_t &value, const TLVHead &he… in ReadValue() function in OHOS::MiscServices::TLVObject 296 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int16_t &value, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject 300 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int32_t &value, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject 305 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int64_t &value, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject 309 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, double &value, const TLVHead &he… in ReadValue() function in OHOS::MiscServices::TLVObject 313 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, uint32_t &value, const TLVHead &… in ReadValue() function in OHOS::MiscServices::TLVObject 317 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::string &value, const TLVHea… in ReadValue() function in OHOS::MiscServices::TLVObject [all …]
|
| D | tlv_object.h | 295 …bool ReadValue(const std::vector<std::uint8_t> &buffer, std::vector<T> &value, const TLVHead &head) in ReadValue() function 333 …bool ReadValue(const std::vector<std::uint8_t> &buffer, std::shared_ptr<T> &value, const TLVHead &… in ReadValue() function
|
| /foundation/arkui/ace_engine/frameworks/bridge/codec/ |
| D | byte_buffer_operator.h | 74 bool ReadValue(T& value) const in ReadValue() function
|
| /foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
| D | property.cpp | 432 bool Property::ReadValue(const std::vector<uint8_t> &buffer, size_t &offset, Value &value) in ReadValue() function in OHOS::Media::Property
|
| /foundation/communication/ipc/ipc/native/src/c_api/source/ |
| D | ipc_cparcel.cpp | 129 static int ReadValue(const OHIPCParcel *parcel, T* value, bool (OHOS::MessageParcel::*Read)(T& valu… in ReadValue() function
|