Home
last modified time | relevance | path

Searched refs:otDatasetGetDelayTimerMinimal (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Ddataset_ftd.h69 uint32_t otDatasetGetDelayTimerMinimal(otInstance *aInstance);
/openthread-latest/src/core/api/
Ddataset_ftd_api.cpp49 uint32_t otDatasetGetDelayTimerMinimal(otInstance *aInstance) in otDatasetGetDelayTimerMinimal() function
/openthread-latest/src/cli/
Dcli.cpp2637 OutputLine("%lu", ToUlong((otDatasetGetDelayTimerMinimal(GetInstancePtr()) / 1000))); in Process()