Searched refs:ReadHead (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/pasteboard/framework/tlv/ |
H A D | tlv_object.cpp | 264 bool TLVObject::ReadHead(const std::vector<std::uint8_t> &buffer, TLVHead &head)
in ReadHead() function in OHOS::MiscServices::TLVObject 357 bool ret = ReadHead(buffer, keyHead);
in ReadValue() 363 ret = ret && ReadHead(buffer, valueHead);
in ReadValue() 387 ReadHead(buffer, valueHead);
in ReadVariant() 400 ReadHead(buffer, valueHead);
in ReadValue() 412 ReadHead(buffer, valueHead);
in ReadValue() 428 if (!ReadHead(buffer, keyHead)) {
in ReadValue() 436 if (!ReadHead(buffer, variantHead)) {
in ReadValue() 453 if (!ReadHead(buffer, keyHead)) {
in ReadValue() 461 if (!ReadHead(buffe in ReadValue() [all...] |
H A D | tlv_object.h | 275 bool ReadHead(const std::vector<std::uint8_t> &buffer, TLVHead &head);
299 bool ret = ReadHead(buffer, valueHead);
in ReadValue()
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | tlv_util.h | 117 if (!data.ReadHead(head)) {
in ReadTlv() 212 if (!data.ReadHead(itemHead)) {
in Reading() 268 if (!data.ReadHead(headPair)) {
in Reading() 275 if (!data.ReadHead(headKey) || headKey.tag != static_cast<uint16_t>(TAG::TAG_MAP_KEY)) {
in Reading() 283 if (!data.ReadHead(headValue) || headValue.tag != static_cast<uint16_t>(TAG::TAG_MAP_VALUE)) {
in Reading() 371 if (!data.ReadHead(headItem)) {
in Reading()
|
H A D | tlv_util.cpp | 159 if (!data.ReadHead(headValue)) { in Reading() 201 if (!data.ReadHead(headItem)) { in Reading() 258 if (!data.ReadHead(headItem)) { in Reading() 314 if (!data.ReadHead(headItem)) { in Reading() 411 if (!data.ReadHead(headItem)) { in Reading() 494 if (!data.ReadHead(headItem)) { in Reading()
|
H A D | tlv_object.h | 73 bool ReadHead(TLVHead &head);
|
H A D | tlv_object.cpp | 319 bool TLVObject::ReadHead(TLVHead &head)
in ReadHead() function in OHOS::UDMF::TLVObject
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/mock/ |
H A D | tlv_object_mock.cpp | 164 bool TLVObject::ReadHead(TLVHead &head) in ReadHead() function in OHOS::UDMF::TLVObject
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | paste_data_entry.cpp | 54 bool ret = ReadHead(buffer, head); in Decode() 143 bool ret = ReadHead(buffer, head); in Decode()
|
H A D | paste_data.cpp | 496 bool ret = ReadHead(buffer, head); in Decode() 674 bool ret = ReadHead(buffer, head); in DecodeTag()
|
H A D | paste_data_record.cpp | 384 bool ret = ReadHead(buffer, head); in Decode()
|
Completed in 9 milliseconds