Home
last modified time | relevance | path

Searched refs:otPlatFlashWrite (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/utils/
Dflash.cpp193 otPlatFlashWrite(&GetInstance(), mSwapIndex, mSwapUsed, &record, record.GetSize()); in Add()
196 otPlatFlashWrite(&GetInstance(), mSwapIndex, mSwapUsed, &record, sizeof(RecordHeader)); in Add()
243 otPlatFlashWrite(&GetInstance(), dstIndex, dstOffset, &record, record.GetSize()); in Swap()
248 otPlatFlashWrite(&GetInstance(), dstIndex, 0, &sSwapActive, sizeof(sSwapActive)); in Swap()
249 otPlatFlashWrite(&GetInstance(), mSwapIndex, 0, &sSwapInactive, sizeof(sSwapInactive)); in Swap()
278 otPlatFlashWrite(&GetInstance(), mSwapIndex, offset, &record, sizeof(record)); in Delete()
289 otPlatFlashWrite(&GetInstance(), mSwapIndex, offset, &record, sizeof(record)); in Delete()
301 otPlatFlashWrite(&GetInstance(), 0, 0, &sSwapActive, sizeof(sSwapActive)); in Wipe()
/openthread-latest/include/openthread/platform/
Dflash.h84 void otPlatFlashWrite(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, const void *aDat…
/openthread-latest/examples/platforms/simulation/
Dflash.c133 void otPlatFlashWrite(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset, const void *aDat… in otPlatFlashWrite() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp552 void otPlatFlashWrite(otInstance *, uint8_t aSwapIndex, uint32_t aOffset, const void *aData, uint32… in otPlatFlashWrite() function
/openthread-latest/tests/unit/
Dtest_platform.cpp402 OT_TOOL_WEAK void otPlatFlashWrite(otInstance *, in otPlatFlashWrite() function