Home
last modified time | relevance | path

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

/openthread-latest/tests/gtest/
Dfake_platform.cpp184 uint64_t FakePlatform::Run(uint64_t aTimeoutInUs) in Run() argument
192 ProcessSchedules(aTimeoutInUs); in Run()
195 return aTimeoutInUs; in Run()
198 void FakePlatform::GoInUs(uint64_t aTimeoutInUs) in GoInUs() argument
200 while ((aTimeoutInUs = Run(aTimeoutInUs)) > 0) in GoInUs()
Dfake_platform.hpp64 uint64_t Run(uint64_t aTimeoutInUs = 0);
66 void GoInUs(uint64_t aTimeoutInUs = 0);