Searched refs:SettingsSet (Results 1 – 2 of 2) sorted by relevance
98 virtual otError SettingsSet(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength);
249 otError FakePlatform::SettingsSet(uint16_t aKey, const uint8_t *aValue, uint16_t aValueLength) in SettingsSet() function in ot::FakePlatform526 return FakePlatform::CurrentPlatform().SettingsSet(aKey, aValue, aValueLength); in otPlatSettingsSet()