Searched refs:RequestV (Results 1 – 2 of 2) sorted by relevance
/external/openthread/src/lib/spinel/ |
D | radio_spinel.hpp | 931 otError RequestV(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, va_list aArgs);
|
D | radio_spinel_impl.hpp | 1781 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()
|