Home
last modified time | relevance | path

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

/external/ot-br-posix/src/mdns/
Dmdns.hpp83 …bool mIsBooleanAttribute; ///< This entry is boolean attribute (encoded as `key` w… member
98 , mIsBooleanAttribute(false) in TxtEntry()
109 , mIsBooleanAttribute(true) in TxtEntry()
116 (mIsBooleanAttribute == aOther.mIsBooleanAttribute); in operator ==()
Dmdns.cpp121 if (!txtEntry.mIsBooleanAttribute) in EncodeTxtData()
131 if (!txtEntry.mIsBooleanAttribute) in EncodeTxtData()
/external/ot-br-posix/src/trel_dnssd/
Dtrel_dnssd.cpp511 if (txtEntry.mIsBooleanAttribute) in ReadExtAddrFromTxtData()
/external/ot-br-posix/src/border_agent/
Dborder_agent.cpp524 addedEntry.mIsBooleanAttribute = false; in AppendVendorTxtEntries()