Searched refs:aServiceMatchMode (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/thread/ |
D | network_data.hpp | 443 ServiceMatchMode aServiceMatchMode) in FindService() argument 446 aEnterpriseNumber, aServiceData, aServiceDataLength, aServiceMatchMode)); in FindService() 463 ServiceMatchMode aServiceMatchMode) const; 481 ServiceMatchMode aServiceMatchMode, in FindService() argument 486 … aServiceMatchMode, const_cast<const uint8_t *>(aTlvs), in FindService() 506 ServiceMatchMode aServiceMatchMode, 530 ServiceMatchMode aServiceMatchMode) const; 693 ServiceMatchMode aServiceMatchMode);
|
D | network_data.cpp | 571 ServiceMatchMode aServiceMatchMode) const in FindService() 573 …return FindService(aEnterpriseNumber, aServiceData, aServiceDataLength, aServiceMatchMode, mTlvs, … in FindService() 579 ServiceMatchMode aServiceMatchMode, in FindService() argument 588 …(MatchService(*serviceTlv, aEnterpriseNumber, aServiceData, aServiceDataLength, aServiceMatchMode)) in FindService() 601 ServiceMatchMode aServiceMatchMode) const in FindNextService() 617 …return FindService(aEnterpriseNumber, aServiceData, aServiceDataLength, aServiceMatchMode, tlvs, l… in FindNextService() 624 ServiceMatchMode aServiceMatchMode) in MatchService() argument 631 switch (aServiceMatchMode) in MatchService()
|