Home
last modified time | relevance | path

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

/openthread-latest/tests/gtest/
Dfake_platform.hpp66 void GoInUs(uint64_t aTimeoutInUs = 0);
68 void GoInMs(uint32_t aTimeoutInMs = 0) { GoInUs(aTimeoutInMs * OT_US_PER_MS); } in GoInMs()
Dradio_spinel_rcp_test.cpp310 platform.GoInUs(100000); in TEST()
312 platform.GoInUs(1); in TEST()
314 platform.GoInUs(10000); in TEST()
Dfake_platform.cpp198 void FakePlatform::GoInUs(uint64_t aTimeoutInUs) in GoInUs() function in ot::FakePlatform