Home
last modified time | relevance | path

Searched refs:pHead (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/common/
H A Dtlv_object.cpp330 const auto *pHead = reinterpret_cast<const TLVHead *>(startCursor); in ReadHead() local
331 auto len = NetToHost(pHead->len); in ReadHead()
339 head.tag = NetToHost(pHead->tag); in ReadHead()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp269 const auto *pHead = reinterpret_cast<const TLVHead *>(buffer.data() + cursor_); in ReadHead() local
270 if (!HasExpectBuffer(buffer, NetToHost(pHead->len)) && in ReadHead()
271 !HasExpectBuffer(buffer, NetToHost(pHead->len) + sizeof(TLVHead))) { in ReadHead()
274 head.tag = NetToHost(pHead->tag); in ReadHead()
275 head.len = NetToHost(pHead->len); in ReadHead()

Completed in 3 milliseconds