Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_dnssd_discovery_proxy.cpp531 struct SrvResolverInfo : public Clearable<SrvResolverInfo> struct
533 bool ServiceTypeMatches(const char *aType) const { return !strcmp(mServiceType, aType); } in ServiceTypeMatches()
534 …erviceInstanceMatches(const char *aInstance) const { return !strcmp(mServiceInstance, aInstance); } in ServiceInstanceMatches()
536 void UpdateFrom(const otPlatDnssdSrvResolver *aResolver) in UpdateFrom()
544 uint16_t mCallCount;
545 char mServiceInstance[Dns::Name::kMaxLabelSize];
546 char mServiceType[Dns::Name::kMaxNameSize];
547 otPlatDnssdSrvCallback mCallback;