Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_dnssd_discovery_proxy.cpp286 char mInstanceLabel[Dns::Name::kMaxLabelSize]; member
316 …or = response.GetServiceInstance(index, sBrowseInfo.mInstanceLabel, sizeof(sBrowseInfo.mInstanceLa… in BrowseCallback()
326 Log(" %2u) %s", index + 1, sBrowseInfo.mInstanceLabel); in BrowseCallback()
336 … SuccessOrExit(response.GetServiceInfo(sBrowseInfo.mInstanceLabel, sBrowseInfo.mServiceInfo)); in BrowseCallback()
1083 VerifyOrQuit(!strcmp(sBrowseInfo.mInstanceLabel, "hulk")); in TestProxyBasic()
1621 VerifyOrQuit(!strcmp(sBrowseInfo.mInstanceLabel, "thor")); in TestProxySubtypeBrowse()
1814 VerifyOrQuit(!strcmp(sBrowseInfo.mInstanceLabel, "spiderman")); in TestProxyTimeout()
2148 VerifyOrQuit(!strcmp(sBrowseInfo.mInstanceLabel, "starlord")); in TestProxySharedResolver()
2760 VerifyOrQuit(!strcmp(sBrowseInfo.mInstanceLabel, "mantis")); in TestProxyInvokeCallbackFromStartApi()
/openthread-latest/src/core/net/
Dsrp_server.hpp225 const char *GetInstanceLabel(void) const { return mInstanceLabel.AsCString(); } in GetInstanceLabel()
427 Heap::String mInstanceLabel; member in ot::Srp::Server::Service
Dsrp_server.cpp1830 SuccessOrExit(error = mInstanceLabel.Set(aInstanceLabel)); in Init()