Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1461 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()
Dradio_spinel.hpp1137 otError RequestV(uint32_t aCommand, spinel_prop_key_t aKey, const char *aFormat, va_list aArgs);