Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Dsrp_server.hpp216 const char *GetInstanceLabel(void) const { return mInstanceLabel.AsCString(); } in GetInstanceLabel()
418 Heap::String mInstanceLabel; member in ot::Srp::Server::Service
Dsrp_server.cpp1760 SuccessOrExit(error = mInstanceLabel.Set(aInstanceLabel)); in Init()