Home
last modified time | relevance | path

Searched refs:otPlatDnssdKey (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/include/openthread/platform/
Ddnssd.h127 typedef struct otPlatDnssdKey struct
136 } otPlatDnssdKey; argument
366 const otPlatDnssdKey *aKey,
401 const otPlatDnssdKey *aKey,
/openthread-latest/src/core/net/
Ddnssd.hpp111 class Key : public otPlatDnssdKey, public Clearable<Key> ///< Key information
425 DefineCoreType(otPlatDnssdKey, Dnssd::Key);
/openthread-latest/examples/platforms/simulation/
Ddnssd.c86 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
97 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/openthread-latest/src/lib/spinel/
Dspinel_prop_codec.cpp92 otError EncodeDnssd<otPlatDnssdKey>(Encoder &aEncoder, in EncodeDnssd()
93 const otPlatDnssdKey &aObj, in EncodeDnssd()
171 otPlatDnssdKey &aKey, in DecodeDnssdKey()
Dspinel_prop_codec.hpp111 otPlatDnssdKey &aKey,
/openthread-latest/src/ncp/platform/
Ddnssd.cpp87 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
98 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/openthread-latest/tests/unit/
Dtest_spinel_prop_codec.cpp146 otPlatDnssdKey dnssdKeyEncode; in TestDnssd()
147 otPlatDnssdKey dnssdKeyDecode; in TestDnssd()
Dtest_ncp_dnssd.cpp124 otPlatDnssdKey dnssdKey; in TestNcpDnssdRegistrations()
Dtest_platform.cpp885 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
896 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
Dtest_srp_adv_proxy.cpp313 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
358 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/openthread-latest/include/openthread/
Dmdns.h126 typedef otPlatDnssdKey otMdnsKey;
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp598 const otPlatDnssdKey *aKey, in otPlatDnssdRegisterKey()
609 const otPlatDnssdKey *aKey, in otPlatDnssdUnregisterKey()
/openthread-latest/src/ncp/
Dncp_base.hpp301 void DnssdRegisterKey(const otPlatDnssdKey *aKey,
312 void DnssdUnregisterKey(const otPlatDnssdKey *aKey,
Dncp_base_ftd.cpp1581 void NcpBase::DnssdRegisterKey(const otPlatDnssdKey *aKey, in DnssdRegisterKey()
1588 void NcpBase::DnssdUnregisterKey(const otPlatDnssdKey *aKey, in DnssdUnregisterKey()