Searched refs:SettingsGet (Results 1 – 2 of 2) sorted by relevance
97 …virtual otError SettingsGet(uint16_t aKey, uint16_t aIndex, uint8_t *aValue, uint16_t *aValueLengt…
212 otError FakePlatform::SettingsGet(uint16_t aKey, uint16_t aIndex, uint8_t *aValue, uint16_t *aValue… in SettingsGet() function in ot::FakePlatform521 return FakePlatform::CurrentPlatform().SettingsGet(aKey, aIndex, aValue, aValueLength); in otPlatSettingsGet()