Home
last modified time | relevance | path

Searched defs:headerId (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp89 const std::string &ObexHeader::GetHeaderName(uint8_t headerId) in GetHeaderName()
129 uint8_t headerId = buf[pos++]; in ParseOptionalHeaders() local
190 void ObexHeader::ParseBytes(const uint8_t &headerId, const uint8_t *buf, uint16_t &pos) in ParseBytes()
422 uint8_t headerId = header->GetHeaderId(); in Append() local
442 void ObexHeader::AppendUnicode(const uint8_t headerId, const std::u16string &text) in AppendUnicode()
448 void ObexHeader::AppendByte(const uint8_t headerId, const uint8_t byte) in AppendByte()
460 void ObexHeader::AppendWord(const uint8_t headerId, const uint32_t word) in AppendWord()
466 void ObexHeader::AppendString(const uint8_t headerId, const std::string &str) in AppendString()
781 void ObexHeader::RemoveItem(const uint8_t headerId) in RemoveItem()
951 ObexOptionalHeader::ObexOptionalHeader(uint8_t headerId) in ObexOptionalHeader()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_commit_storage.cpp252 CommitID headerId; in GetAllCommitsInTree() local
492 CommitID headerId; in GetLatestCommits() local
869 CommitID headerId; in GetMaxCommitVersion() local
H A Dmulti_ver_natural_store.cpp890 CommitID headerId = commitHistory_->GetHeader(errCode); in CompareVerDataAndLog() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp55 uint32_t headerId = 'ROHR'; in Create() local
84 uint32_t headerId; in Open() local
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.cpp479 uint16_t headerId = ReadLE16(extraData); in DoDecodeCentralDirEntry() local