Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/framework/tlv/
Dtlv_object.h60 struct API_EXPORT TLVObject { struct
62 TLVObject() : total_(0), cursor_(0) in TLVObject() function
68 inline void Init(std::vector<std::uint8_t> &buffer) in Init()
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
116 inline size_t Count(const std::shared_ptr<T> value) in Count()
124 inline size_t Count(const std::vector<T> &value) in Count()
[all …]
/foundation/distributeddatamgr/udmf/framework/common/
Dtlv_object.cpp22 TLVObject::TLVObject(std::vector<std::uint8_t> &buffer) in TLVObject() function in OHOS::UDMF::TLVObject