Home
last modified time | relevance | path

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

/openthread-3.4.0/src/posix/platform/
Dsettings.cpp240 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/
Dsettings.h147 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16…
/openthread-3.4.0/src/core/common/
Dsettings_driver.hpp169 error = otPlatSettingsGet(GetInstancePtr(), aKey, aIndex, value, aValueLength); in Get()
/openthread-3.4.0/examples/platforms/utils/
Dsettings_ram.c71 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() function
/openthread-3.4.0/tests/fuzz/
Dfuzzer_platform.cpp438 otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16… in otPlatSettingsGet() function
/openthread-3.4.0/tests/unit/
Dtest_platform.cpp234 OT_TOOL_WEAK otError otPlatSettingsGet(otInstance *, uint16_t aKey, int aIndex, uint8_t *aValue, ui… in otPlatSettingsGet() function