Searched defs:TxtEntry (Results 1 – 3 of 3) sorted by relevance
| /external/ot-br-posix/src/mdns/ |
| D | mdns.hpp | 74 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() function 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/ |
| D | types.hpp | 514 struct TxtEntry struct 516 std::string mKey; 517 std::vector<uint8_t> mValue;
|
| /external/openthread/src/core/net/ |
| D | dns_types.hpp | 1054 class TxtEntry : public otDnsTxtEntry class 1140 …TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry() function in ot::Dns::TxtEntry
|