Home
last modified time | relevance | path

Searched refs:FlashGetSwapSize (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/gtest/
Dfake_platform.hpp107 virtual uint32_t FlashGetSwapSize() const { return kFlashSwapSize; } in FlashGetSwapSize() function in ot::FakePlatform
Dfake_platform.cpp543 …otPlatFlashGetSwapSize(otInstance *) { return FakePlatform::CurrentPlatform().FlashGetSwapSize(); } in otPlatFlashGetSwapSize()