Lines Matching defs:state
178 // Check commlink state.
233 void BatchExecutor::onStateChanged (CommLinkState state, const char* message)
235 switch (state)
256 // Reset state and start batch.
283 XE_FAIL("Unknown state");
350 void BatchExecutor::enqueueStateChanged (void* userPtr, CommLinkState state, const char* message)
356 << state
389 CommLinkState state = COMMLINKSTATE_LAST;
393 >> state
396 executor->onStateChanged(state, message.c_str());