Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dradio_spinel.hpp931 otError RequestV(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, va_list aArgs);
Dradio_spinel_impl.hpp1781 otError RadioSpinel<InterfaceType, ProcessContextType>::RequestV(uint32_t command, in RequestV() function in ot::Spinel::RadioSpinel
1820 otError status = RequestV(aCommand, aKey, aFormat, args); in Request()
1852 error = RequestV(aCommand, aKey, aFormat, aArgs); in RequestWithPropertyFormatV()
1868 error = RequestV(aCommand, aKey, aFormat, aArgs); in RequestWithExpectedCommandV()