Home
last modified time | relevance | path

Searched refs:IsInterfaceNameMatch (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/src/posix/platform/
Dspinel_manager.cpp108 else if (HdlcInterface::IsInterfaceNameMatch(aInterfaceName)) in CreateSpinelInterface()
114 else if (Posix::SpiInterface::IsInterfaceNameMatch(aInterfaceName)) in CreateSpinelInterface()
120 else if (VendorInterface::IsInterfaceNameMatch(aInterfaceName)) in CreateSpinelInterface()
Dvendor_interface.hpp152 static bool IsInterfaceNameMatch(const char *aInterfaceName) in IsInterfaceNameMatch() function in ot::Posix::VendorInterface
Dhdlc_interface.hpp157 static bool IsInterfaceNameMatch(const char *aInterfaceName) in IsInterfaceNameMatch() function in ot::Posix::HdlcInterface
Dspi_interface.hpp158 static bool IsInterfaceNameMatch(const char *aInterfaceName) in IsInterfaceNameMatch() function in ot::Posix::SpiInterface