Home
last modified time | relevance | path

Searched refs:otThreadGetNetworkIdTimeout (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dthread_ftd.h359 uint8_t otThreadGetNetworkIdTimeout(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp135 uint8_t otThreadGetNetworkIdTimeout(otInstance *aInstance) in otThreadGetNetworkIdTimeout() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp635 return mEncoder.WriteUint8(otThreadGetNetworkIdTimeout(mInstance)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp4780 return ProcessGetSet(aArgs, otThreadGetNetworkIdTimeout, otThreadSetNetworkIdTimeout); in Process()