Searched refs:mSwitchoverDone (Results 1 – 2 of 2) sorted by relevance
108 void (*mSwitchoverDone)(otInstance *aInstance, bool aSuccess); member
532 if (mCallbacks.mSwitchoverDone != nullptr) in HandleValueIs()534 mCallbacks.mSwitchoverDone(mInstance, status == SPINEL_STATUS_SWITCHOVER_DONE); in HandleValueIs()