Searched refs:otPlatDnssdKey (Results 1 – 14 of 14) sorted by relevance
/openthread-latest/include/openthread/platform/ |
D | dnssd.h | 127 typedef struct otPlatDnssdKey struct 136 } otPlatDnssdKey; argument 366 const otPlatDnssdKey *aKey, 401 const otPlatDnssdKey *aKey,
|
/openthread-latest/src/core/net/ |
D | dnssd.hpp | 111 class Key : public otPlatDnssdKey, public Clearable<Key> ///< Key information 425 DefineCoreType(otPlatDnssdKey, Dnssd::Key);
|
/openthread-latest/examples/platforms/simulation/ |
D | dnssd.c | 86 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 97 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/openthread-latest/src/lib/spinel/ |
D | spinel_prop_codec.cpp | 92 otError EncodeDnssd<otPlatDnssdKey>(Encoder &aEncoder, in EncodeDnssd() 93 const otPlatDnssdKey &aObj, in EncodeDnssd() 171 otPlatDnssdKey &aKey, in DecodeDnssdKey()
|
D | spinel_prop_codec.hpp | 111 otPlatDnssdKey &aKey,
|
/openthread-latest/src/ncp/platform/ |
D | dnssd.cpp | 87 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 98 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/openthread-latest/tests/unit/ |
D | test_spinel_prop_codec.cpp | 146 otPlatDnssdKey dnssdKeyEncode; in TestDnssd() 147 otPlatDnssdKey dnssdKeyDecode; in TestDnssd()
|
D | test_ncp_dnssd.cpp | 124 otPlatDnssdKey dnssdKey; in TestNcpDnssdRegistrations()
|
D | test_platform.cpp | 885 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 896 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
D | test_srp_adv_proxy.cpp | 313 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 358 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/openthread-latest/include/openthread/ |
D | mdns.h | 126 typedef otPlatDnssdKey otMdnsKey;
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 598 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey() 609 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
|
/openthread-latest/src/ncp/ |
D | ncp_base.hpp | 301 void DnssdRegisterKey(const otPlatDnssdKey *aKey, 312 void DnssdUnregisterKey(const otPlatDnssdKey *aKey,
|
D | ncp_base_ftd.cpp | 1581 void NcpBase::DnssdRegisterKey(const otPlatDnssdKey *aKey, in DnssdRegisterKey() 1588 void NcpBase::DnssdUnregisterKey(const otPlatDnssdKey *aKey, in DnssdUnregisterKey()
|