Home
last modified time | relevance | path

Searched refs:GetTxtDataLength (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/api/
Dsrp_server_api.cpp225 *aDataLength = AsCoreType(aService).GetTxtDataLength(); in otSrpServerServiceGetTxtData()
/openthread-3.6.0/src/core/net/
Ddns_types.hpp1229 uint16_t GetTxtDataLength(void) const { return mData[kIndexTxtLength]; } in GetTxtDataLength() function in ot::Dns::TxtEntry::Iterator
1235 const char *GetTxtDataEnd(void) const { return GetTxtData() + GetTxtDataLength(); } in GetTxtDataEnd()
Dsrp_server.hpp320 uint16_t GetTxtDataLength(void) const { return mTxtData.GetLength(); } in GetTxtDataLength() function in ot::Srp::Server::Service
Ddnssd_server.cpp608 return AppendTxtRecord(aService.GetTxtData(), aService.GetTxtDataLength(), in AppendTxtRecord()