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