Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_advertising_proxy.cpp713 VerifyOrExit(aFirstService.GetTxtDataLength() == aSecondService.GetTxtDataLength()); in EntriesMatch()
714 …memcmp(aFirstService.GetTxtData(), aSecondService.GetTxtData(), aFirstService.GetTxtDataLength())); in EntriesMatch()
1023 serviceInfo.mTxtDataLength = aService.GetTxtDataLength(); in RegisterService()
Ddns_types.hpp1166 uint16_t GetTxtDataLength(void) const { return mData[kIndexTxtLength]; } in GetTxtDataLength() function in ot::Dns::TxtEntry::Iterator
1172 const char *GetTxtDataEnd(void) const { return GetTxtData() + GetTxtDataLength(); } in GetTxtDataEnd()
Dsrp_server.hpp309 uint16_t GetTxtDataLength(void) const { return mTxtData.GetLength(); } in GetTxtDataLength() function in ot::Srp::Server::Service
Ddnssd_server.cpp659 return AppendTxtRecord(aService.GetTxtData(), aService.GetTxtDataLength(), in AppendTxtRecord()
/openthread-latest/src/core/api/
Dsrp_server_api.cpp222 *aDataLength = AsCoreType(aService).GetTxtDataLength(); in otSrpServerServiceGetTxtData()