Home
last modified time | relevance | path

Searched refs:HasSubType (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/net/
Dsrp_client.hpp205 bool HasSubType(void) const { return (mSubTypeLabels != nullptr); } in HasSubType() function in ot::Srp::Client::Service
Dsrp_client.cpp139 if (HasSubType()) in SetState()
1406 if (aService.HasSubType() && !removing) in AppendServiceInstruction()
/openthread-latest/tests/unit/
Dtest_srp_adv_proxy.cpp193 VerifyOrQuit(service.HasSubType() == (aService->mSubTypeLabelsLength != 0)); in otPlatDnssdRegisterService()