Home
last modified time | relevance | path

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

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