Home
last modified time | relevance | path

Searched refs:aCompletePending (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/examples/platforms/simulation/
Dmultipan.c53 otError otPlatMultipanSetActiveInstance(otInstance *aInstance, bool aCompletePending) in otPlatMultipanSetActiveInstance() argument
58 OT_UNUSED_VARIABLE(aCompletePending); in otPlatMultipanSetActiveInstance()
/openthread-latest/src/ncp/
Dmultipan_platform.cpp95 OT_TOOL_WEAK otError otPlatMultipanSetActiveInstance(otInstance *aInstance, bool aCompletePending) in otPlatMultipanSetActiveInstance() argument
98 OT_UNUSED_VARIABLE(aCompletePending); in otPlatMultipanSetActiveInstance()
/openthread-latest/include/openthread/platform/
Dmultipan.h100 otError otPlatMultipanSetActiveInstance(otInstance *aInstance, bool aCompletePending);
/openthread-latest/tests/unit/
Dtest_multipan_rcp_instances.cpp103 otError otPlatMultipanSetActiveInstance(otInstance *aInstance, bool aCompletePending) in otPlatMultipanSetActiveInstance() argument
107 OT_UNUSED_VARIABLE(aCompletePending); in otPlatMultipanSetActiveInstance()
/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp442 otError SetMultipanActiveInterface(spinel_iid_t aIid, bool aCompletePending);
Dradio_spinel.cpp2291 otError RadioSpinel::SetMultipanActiveInterface(spinel_iid_t aIid, bool aCompletePending) in SetMultipanActiveInterface() argument
2299 if (aCompletePending) in SetMultipanActiveInterface()