Searched refs:mInstanceLabel (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_dnssd_discovery_proxy.cpp | 286 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/ |
D | srp_server.hpp | 225 const char *GetInstanceLabel(void) const { return mInstanceLabel.AsCString(); } in GetInstanceLabel() 427 Heap::String mInstanceLabel; member in ot::Srp::Server::Service
|
D | srp_server.cpp | 1830 SuccessOrExit(error = mInstanceLabel.Set(aInstanceLabel)); in Init()
|