Home
last modified time | relevance | path

Searched defs:TxtEntry (Results 1 – 3 of 3) sorted by relevance

/external/ot-br-posix/src/mdns/
Dmdns.hpp74 struct TxtEntry struct in otbr::Mdns::Publisher
76 std::string mName; ///< The name of the TXT entry.
77 std::vector<uint8_t> mValue; ///< The value of the TXT entry.
79 TxtEntry(const char *aName, const char *aValue) in TxtEntry() argument
84 TxtEntry(const char *aName, const uint8_t *aValue, size_t aValueLength) in TxtEntry() argument
89 TxtEntry(const char *aName, size_t aNameLength, const uint8_t *aValue, size_t aValueLength) in TxtEntry() argument
95 …erator==(const TxtEntry &aOther) const { return mName == aOther.mName && mValue == aOther.mValue; } in operator ==()
/external/ot-br-posix/src/dbus/common/
Dtypes.hpp514 struct TxtEntry struct
516 std::string mKey;
517 std::vector<uint8_t> mValue;
/external/openthread/src/core/net/
Ddns_types.hpp1054 class TxtEntry : public otDnsTxtEntry class
1140TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry() function in ot::Dns::TxtEntry