Home
last modified time | relevance | path

Searched refs:WriteHead (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp135 WriteHead(buffer, type, tagCursor, cursor_ - valueCursor); in Write()
154 WriteHead(buffer, type, tagCursor, cursor_ - valueCursor); in Write()
189 WriteHead(buffer, type, tagCursor, cursor_ - valueCursor); in Write()
210 WriteHead(buffer, type, tagCursor, cursor_ - valueCursor); in Write()
230 WriteHead(buffer, type, tagCursor, cursor_ - valueCursor); in Write()
243 WriteHead(buffer, type, tagCursor, cursor_ - valueCursor); in Write()
252 WriteHead(buffer, type, cursor_, value.size()); in Write()
H A Dtlv_object.h247 WriteHead(buffer, type, tagCursor, cursor_ - valueCursor); in Write()
360 static inline void WriteHead(std::vector<std::uint8_t> &buffer, uint16_t type, size_t tagCursor, uint32_t len) in WriteHead() function
/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp267 return WriteHead(static_cast<uint16_t>(tag), (uint32_t)0); in Write()
277 return WriteHead(static_cast<uint16_t>(tag), (uint32_t)0); in Write()
293 bool TLVObject::WriteHead(uint16_t tag, uint32_t len) in WriteHead() function in OHOS::UDMF::TLVObject
H A Dtlv_object.h71 bool WriteHead(uint16_t tag, uint32_t len);
H A Dtlv_util.cpp33 return data.WriteHead(static_cast<uint16_t>(tag), 0); in Writing()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/
H A Dtlv_object_mock.cpp154 bool TLVObject::WriteHead(uint16_t type, uint32_t len) in WriteHead() function in OHOS::UDMF::TLVObject

Completed in 7 milliseconds