Searched defs:ReadValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.cpp | 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 326 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, RawMem &rawMem, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject 351 bool TLVObject::ReadValue( in ReadValue() function in OHOS::MiscServices::TLVObject 423 bool TLVObject::ReadValue(const std::vector<std::uint8_t>& buffer, Details& value, const TLVHead& h… in ReadValue() function in OHOS::MiscServices::TLVObject [all …]
|
H A 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/codec/ |
H A D | byte_buffer_operator.h | 74 bool ReadValue(T& value) const in ReadValue() function
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A 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
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/ |
H A D | ipc_cparcel.cpp | 129 static int ReadValue(const OHIPCParcel *parcel, T* value, bool (OHOS::MessageParcel::*Read)(T& valu… in ReadValue() function
|