Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/framework/tlv/
Dtlv_object.cpp144 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, bool &value, const TLVHead &head) in ReadValue() function in OHOS::MiscServices::TLVObject
148 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int8_t &value, const TLVHead &he… in ReadValue() function in OHOS::MiscServices::TLVObject
152 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int16_t &value, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject
156 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int32_t &value, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject
161 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int64_t &value, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject
165 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, uint32_t &value, const TLVHead &… in ReadValue() function in OHOS::MiscServices::TLVObject
169 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::string &value, const TLVHea… in ReadValue() function in OHOS::MiscServices::TLVObject
178 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, RawMem &rawMem, const TLVHead &h… in ReadValue() function in OHOS::MiscServices::TLVObject
188 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, TLVObject &value, const TLVHead … in ReadValue() function in OHOS::MiscServices::TLVObject
192 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, std::vector<uint8_t> &value, con… in ReadValue() function in OHOS::MiscServices::TLVObject
[all …]
Dtlv_object.h183 …bool ReadValue(const std::vector<std::uint8_t> &buffer, std::vector<T> &value, const TLVHead &head) in ReadValue() function
204 …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/
Dbyte_buffer_operator.h74 bool ReadValue(T& value) const in ReadValue() function
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dproperty.cpp480 bool Property::ReadValue(const std::vector<uint8_t> &buffer, size_t &offset, Value &value) in ReadValue() function in OHOS::Media::Property