Home
last modified time | relevance | path

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

/openthread-latest/tests/gtest/
Dfake_platform.hpp97 …virtual otError SettingsGet(uint16_t aKey, uint16_t aIndex, uint8_t *aValue, uint16_t *aValueLengt…
Dfake_platform.cpp212 otError FakePlatform::SettingsGet(uint16_t aKey, uint16_t aIndex, uint8_t *aValue, uint16_t *aValue… in SettingsGet() function in ot::FakePlatform
521 return FakePlatform::CurrentPlatform().SettingsGet(aKey, aIndex, aValue, aValueLength); in otPlatSettingsGet()