Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dcommissioner_api.cpp154 return AsCoreType(aInstance).Get<MeshCoP::Commissioner>().GetPanIdQueryClient().SendQuery( in otCommissionerPanIdQuery()
/openthread-latest/src/core/meshcop/
Dcommissioner.hpp337 PanIdQueryClient &GetPanIdQueryClient(void) { return mPanIdQuery; } in GetPanIdQueryClient() function in ot::MeshCoP::Commissioner
/openthread-latest/src/core/instance/
Dinstance.hpp918 template <> inline PanIdQueryClient &Instance::Get(void) { return mCommissioner.GetPanIdQueryClient in Get()