Home
last modified time | relevance | path

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

/openthread-latest/tests/gtest/
Dfake_platform.hpp103 virtual void FlashInit();
Dfake_platform.cpp286 void FakePlatform::FlashInit() { memset(mFlash, 0xff, sizeof(mFlash)); } in FlashInit() function in ot::FakePlatform
541 void otPlatFlashInit(otInstance *) { return FakePlatform::CurrentPlatform().FlashInit(); } in otPlatFlashInit()