Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread_ftd.h631 uint8_t otThreadGetMaxRouterId(otInstance *aInstance);
/aosp_15_r20/external/ot-br-posix/src/rest/
H A Dresource.cpp228 maxRouterId = otThreadGetMaxRouterId(mInstance); in GetNodeInfo()
515 maxRouterId = otThreadGetMaxRouterId(mInstance); in GetDataNumOfRoute()
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp264 uint8_t otThreadGetMaxRouterId(otInstance *aInstance) in otThreadGetMaxRouterId() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp237 maxRouterId = otThreadGetMaxRouterId(mInstance); in HandlePropertyGet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp6212 maxRouterId = otThreadGetMaxRouterId(GetInstancePtr()); in Process()