Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dvendor_interface_example.cpp49 class VendorInterfaceImpl class
52 explicit VendorInterfaceImpl(const Url::Url &aRadioUrl) in VendorInterfaceImpl() function in ot::Posix::VendorInterfaceImpl
67 static OT_DEFINE_ALIGNED_VAR(sVendorInterfaceImplRaw, sizeof(VendorInterfaceImpl), uint64_t);
71 new (&sVendorInterfaceImplRaw) VendorInterfaceImpl(aRadioUrl); in VendorInterface()