Home
last modified time | relevance | path

Searched defs:TLVObject (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.h60 struct API_EXPORT TLVObject { struct
62 TLVObject() : total_(0), cursor_(0) in TLVObject() argument
75 static inline size_t Count(bool value) in Count()
79 static inline size_t Count(int8_t value) in Count()
83 static inline size_t Count(int16_t value) in Count()
87 static inline size_t Count(int32_t value) in Count()
111 static inline size_t Count(TLVObject &value) in Count() argument
343 virtual ~TLVObject() = default; argument
352 inline bool IsEnough() const in IsEnough()
357 size_t total_ = 0;
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp22 TLVObject::TLVObject(std::vector<std::uint8_t> &buffer) in TLVObject() function in OHOS::UDMF::TLVObject