Home
last modified time | relevance | path

Searched refs:GoInMs (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/gtest/
Dradio_spinel_rcp_test.cpp94 platform.GoInMs(1000); in TEST()
132 platform.GoInMs(1000); in TEST()
189 platform.GoInMs(1000); in TEST()
246 platform.GoInMs(1000); in TEST()
286 platform.GoInMs(1000); in TEST()
372 platform.GoInMs(1000); in TEST()
Ddataset_test.cpp87 fakePlatform.GoInMs(10000); in TEST()
Dfake_platform.hpp68 void GoInMs(uint32_t aTimeoutInMs = 0) { GoInUs(aTimeoutInMs * OT_US_PER_MS); } in GoInMs() function in ot::FakePlatform