Home
last modified time | relevance | path

Searched refs:otCommissionerGetState (Results 1 – 5 of 5) sorted by relevance

/external/openthread/include/openthread/
Dcommissioner.h488 otCommissionerState otCommissionerGetState(otInstance *aInstance);
/external/openthread/src/core/api/
Dcommissioner_api.cpp183 otCommissionerState otCommissionerGetState(otInstance *aInstance) in otCommissionerGetState() function
/external/openthread/src/cli/
Dcli_commissioner.cpp434 OutputLine(StateToString(otCommissionerGetState(GetInstancePtr()))); in Process()
/external/openthread/src/ncp/
Dncp_base_ftd.cpp676 switch (otCommissionerGetState(mInstance)) in HandlePropertyGet()
1045 return mEncoder.WriteBool(otCommissionerGetState(mInstance) == OT_COMMISSIONER_STATE_ACTIVE); in HandlePropertyGet()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp912 if (otCommissionerGetState(mController->GetInstance()) == OT_COMMISSIONER_STATE_DISABLED) in UbusMgmtset()
941 if (otCommissionerGetState(mController->GetInstance()) == OT_COMMISSIONER_STATE_DISABLED) in UbusCommissioner()