Searched refs:WriteHead (Results 1 - 6 of 6) sorted by relevance
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.cpp | 135 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 D | tlv_object.h | 247 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 D | tlv_object.cpp | 267 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 D | tlv_object.h | 71 bool WriteHead(uint16_t tag, uint32_t len);
|
H A D | tlv_util.cpp | 33 return data.WriteHead(static_cast<uint16_t>(tag), 0); in Writing()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/ |
H A D | tlv_object_mock.cpp | 154 bool TLVObject::WriteHead(uint16_t type, uint32_t len) in WriteHead() function in OHOS::UDMF::TLVObject
|
Completed in 7 milliseconds