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