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.cpp50 class VendorInterfaceImpl class
53 explicit VendorInterfaceImpl(const Url::Url &aRadioUrl) in VendorInterfaceImpl() function in ot::Posix::VendorInterfaceImpl
68 static OT_DEFINE_ALIGNED_VAR(sVendorInterfaceImplRaw, sizeof(VendorInterfaceImpl), uint64_t);
72 new (&sVendorInterfaceImplRaw) VendorInterfaceImpl(aRadioUrl); in VendorInterface()