Searched refs:GetPanIdQueryClient (Results 1 – 3 of 3) sorted by relevance
157 return AsCoreType(aInstance).Get<MeshCoP::Commissioner>().GetPanIdQueryClient().SendQuery( in otCommissionerPanIdQuery()
359 PanIdQueryClient &GetPanIdQueryClient(void) { return mPanIdQuery; } in GetPanIdQueryClient() function in ot::MeshCoP::Commissioner
901 template <> inline PanIdQueryClient &Instance::Get(void) { return mCommissioner.GetPanIdQueryClient… in Get()