Lines Matching refs:GetInstancePtr
74 error = otCommissionerAnnounceBegin(GetInstancePtr(), mask, count, period, &address); in Process()
116 error = otCommissionerEnergyScan(GetInstancePtr(), mask, count, period, scanDuration, &address, in Process()
159 … while (otCommissionerGetNextJoinerInfo(GetInstancePtr(), &iter, &joinerInfo) == OT_ERROR_NONE) in Process()
244 …error = otCommissionerAddJoinerWithDiscerner(GetInstancePtr(), &discerner, aArgs[2].GetCString(), … in Process()
248 … error = otCommissionerAddJoiner(GetInstancePtr(), addrPtr, aArgs[2].GetCString(), timeout); in Process()
276 error = otCommissionerRemoveJoinerWithDiscerner(GetInstancePtr(), &discerner); in Process()
280 error = otCommissionerRemoveJoiner(GetInstancePtr(), addrPtr); in Process()
352 error = otCommissionerSendMgmtGet(GetInstancePtr(), tlvs, static_cast<uint8_t>(length)); in Process()
433 error = otCommissionerSendMgmtSet(GetInstancePtr(), &dataset, tlvs, tlvsLength); in Process()
469 …error = otCommissionerPanIdQuery(GetInstancePtr(), panId, mask, &address, &Commissioner::HandlePan… in Process()
490 return otCommissionerSetProvisioningUrl(GetInstancePtr(), aArgs[0].GetCString()); in Process()
508 OutputLine("%d", otCommissionerGetSessionId(GetInstancePtr())); in Process()
535 OutputLine("%s", otCommissionerGetId(GetInstancePtr())); in Process()
540 error = otCommissionerSetId(GetInstancePtr(), aArgs[0].GetCString()); in Process()
564 …return otCommissionerStart(GetInstancePtr(), &Commissioner::HandleStateChanged, &Commissioner::Han… in Process()
645 return otCommissionerStop(GetInstancePtr()); in Process()
664 OutputLine("%s", StateToString(otCommissionerGetState(GetInstancePtr()))); in Process()