Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/mdns/
H A Dmdns.hpp79 struct TxtEntry struct in otbr::Mdns::Publisher
81 std::string mKey; ///< The key of the TXT entry.
82 std::vector<uint8_t> mValue; ///< The value of the TXT entry. Can be empty.
83 … mIsBooleanAttribute; ///< This entry is boolean attribute (encoded as `key` without `=`).
85 TxtEntry(const char *aKey, const char *aValue) in TxtEntry() function
90 TxtEntry(const char *aKey, const uint8_t *aValue, size_t aValueLength) in TxtEntry() function
95 TxtEntry(const char *aKey, size_t aKeyLength, const uint8_t *aValue, size_t aValueLength) in TxtEntry() function
102 TxtEntry(const char *aKey) in TxtEntry() argument
107 TxtEntry(const char *aKey, size_t aKeyLength) in TxtEntry() function
113 bool operator==(const TxtEntry &aOther) const in operator ==()
/aosp_15_r20/external/ot-br-posix/src/dbus/common/
H A Dtypes.hpp486 struct TxtEntry struct
488 std::string mKey;
489 std::vector<uint8_t> mValue;
/aosp_15_r20/external/openthread/src/core/net/
H A Ddns_types.hpp1188 class TxtEntry : public otDnsTxtEntry class
1282TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry() function in ot::Dns::TxtEntry