Searched refs:GoInUs (Results 1 – 3 of 3) sorted by relevance
66 void GoInUs(uint64_t aTimeoutInUs = 0);68 void GoInMs(uint32_t aTimeoutInMs = 0) { GoInUs(aTimeoutInMs * OT_US_PER_MS); } in GoInMs()
310 platform.GoInUs(100000); in TEST()312 platform.GoInUs(1); in TEST()314 platform.GoInUs(10000); in TEST()
198 void FakePlatform::GoInUs(uint64_t aTimeoutInUs) in GoInUs() function in ot::FakePlatform