Home
last modified time | relevance | path

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

/openthread-3.4.0/examples/platforms/utils/
Dsettings_ram.c78 int currentIndex = 0; in otPlatSettingsGet() local
88 if (currentIndex == aIndex) in otPlatSettingsGet()
109 currentIndex++; in otPlatSettingsGet()
189 int currentIndex = 0; in otPlatSettingsDelete() local
202 if (currentIndex == aIndex) in otPlatSettingsDelete()
219 currentIndex++; in otPlatSettingsDelete()