Home
last modified time | relevance | path

Searched refs:UpdateFdSet (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/src/posix/platform/
Dvendor_interface.hpp113 void UpdateFdSet(void *aMainloopContext);
Dresolver.hpp79 void UpdateFdSet(otSysMainloopContext &aContext);
Dvendor_interface_example.cpp102 void VendorInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() function in ot::Posix::VendorInterface
Dhdlc_interface.hpp118 void UpdateFdSet(void *aMainloopContext);
Dresolver.cpp267 void Resolver::UpdateFdSet(otSysMainloopContext &aContext) in UpdateFdSet() function in ot::Posix::Resolver
342 void platformResolverUpdateFdSet(otSysMainloopContext *aContext) { gResolver.UpdateFdSet(*aContext)… in platformResolverUpdateFdSet()
Dspi_interface.hpp119 void UpdateFdSet(void *aMainloopContext);
Dspinel_manager.cpp219 sSpinelManager.GetSpinelInterface().UpdateFdSet(aContext); in platformSpinelManagerUpdateFdSet()
Dspi_interface.cpp614 void SpiInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() function in ot::Posix::SpiInterface
757 UpdateFdSet(&context); in WaitForFrame()
Dhdlc_interface.cpp350 void HdlcInterface::UpdateFdSet(void *aMainloopContext) in UpdateFdSet() function in ot::Posix::HdlcInterface
/openthread-latest/src/lib/spinel/
Dspinel_interface.hpp112 virtual void UpdateFdSet(void *aMainloopContext) = 0;
/openthread-latest/tests/gtest/
Dfake_coprocessor_platform.hpp60 virtual void UpdateFdSet(void *aMainloopContext) override {} in UpdateFdSet() function in ot::DirectSpinelInterface