Searched refs:LOCKING (Results 1 – 3 of 3) sorted by relevance
227 TransitResult failReason = TransitResult::LOCKING;265 EXPECT_TRUE(stateMachineController->TransitTo(trigger, false) == TransitResult::LOCKING);
58 LOCKING = 2, enumerator
1041 RecordFailure(owner->currentState_, reason, TransitResult::LOCKING); in TransitTo()1042 return TransitResult::LOCKING; in TransitTo()1125 case TransitResult::LOCKING: in RecordFailure()