Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Djoiner_api.cpp87 return AsCoreType(aInstance).Get<MeshCoP::Joiner>().GetDiscerner(); in otJoinerGetDiscerner()
/openthread-latest/src/core/meshcop/
Djoiner.hpp140 const JoinerDiscerner *GetDiscerner(void) const;
Djoiner.cpp67 const JoinerDiscerner *Joiner::GetDiscerner(void) const { return mDiscerner.IsEmpty() ? nullptr : &… in GetDiscerner() function in ot::MeshCoP::Joiner