Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/include/openthread/
H A Dthread_ftd.h544 uint8_t otThreadGetRouterSelectionJitter(otInstance *aInstance);
/aosp_15_r20/external/openthread/src/core/api/
H A Dthread_ftd_api.cpp218 uint8_t otThreadGetRouterSelectionJitter(otInstance *aInstance) in otThreadGetRouterSelectionJitter() function
/aosp_15_r20/external/openthread/src/ncp/
H A Dncp_base_ftd.cpp599 return mEncoder.WriteUint8(otThreadGetRouterSelectionJitter(mInstance)); in HandlePropertyGet()
/aosp_15_r20/external/openthread/src/cli/
H A Dcli.cpp6376 return ProcessGetSet(aArgs, otThreadGetRouterSelectionJitter, otThreadSetRouterSelectionJitter); in Process()