Searched refs:RequestV (Results 1 – 2 of 2) sorted by relevance
/openthread-3.7.0/src/lib/spinel/ |
D | radio_spinel.hpp | 1120 otError RequestV(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, va_list aArgs);
|
D | radio_spinel.cpp | 1417 otError RadioSpinel::RequestV(uint32_t command, spinel_prop_key_t aKey, const char *aFormat, va_lis… in RequestV() function in ot::Spinel::RadioSpinel 1449 otError status = RequestV(aCommand, aKey, aFormat, args); in Request() 1479 error = RequestV(aCommand, aKey, aFormat, aArgs); in RequestWithPropertyFormatV() 1494 error = RequestV(aCommand, aKey, aFormat, aArgs); in RequestWithExpectedCommandV()
|