Home
last modified time | relevance | path

Searched defs:ReadValue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp284 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 Dtlv_object.h295 …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 Dbyte_buffer_operator.h74 bool ReadValue(T& value) const in ReadValue() function
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dproperty.cpp432 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 Dipc_cparcel.cpp129 static int ReadValue(const OHIPCParcel *parcel, T* value, bool (OHOS::MessageParcel::*Read)(T& valu… in ReadValue() function