Searched refs:otPlatSettingsGet (Results 1 – 6 of 6) sorted by relevance
/openthread-3.4.0/src/posix/platform/ |
D | settings.cpp | 240 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() function 564 assert(otPlatSettingsGet(instance, 0, 0, value, &length) == OT_ERROR_NOT_FOUND); in main() 575 assert(otPlatSettingsGet(instance, 0, 0, nullptr, nullptr) == OT_ERROR_NONE); in main() 576 assert(otPlatSettingsGet(instance, 0, 0, nullptr, &length) == OT_ERROR_NONE); in main() 580 assert(otPlatSettingsGet(instance, 0, 0, value, &length) == OT_ERROR_NONE); in main() 587 assert(otPlatSettingsGet(instance, 0, 0, value, &length) == OT_ERROR_NONE); in main() 594 assert(otPlatSettingsGet(instance, 0, 1, nullptr, nullptr) == OT_ERROR_NOT_FOUND); in main() 596 assert(otPlatSettingsGet(instance, 1, 0, nullptr, nullptr) == OT_ERROR_NOT_FOUND); in main() 607 assert(otPlatSettingsGet(instance, 0, 1, value, &length) == OT_ERROR_NONE); in main() 612 assert(otPlatSettingsGet(instance, 0, 0, value, &length) == OT_ERROR_NONE); in main() [all …]
|
/openthread-3.4.0/include/openthread/platform/ |
D | settings.h | 147 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16…
|
/openthread-3.4.0/src/core/common/ |
D | settings_driver.hpp | 169 error = otPlatSettingsGet(GetInstancePtr(), aKey, aIndex, value, aValueLength); in Get()
|
/openthread-3.4.0/examples/platforms/utils/ |
D | settings_ram.c | 71 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() function
|
/openthread-3.4.0/tests/fuzz/ |
D | fuzzer_platform.cpp | 438 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() function
|
/openthread-3.4.0/tests/unit/ |
D | test_platform.cpp | 234 OT_TOOL_WEAK otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, ui… in otPlatSettingsGet() function
|