Lines Matching refs:active
424 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
425 active->stateMachine_ = cellularMachine;
427 active->StateBegin();
428 EXPECT_EQ(active->isActive_, true);
443 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
444 active->stateMachine_ = cellularMachine;
446 bool result = active->StateProcess(event);
462 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
463 active->stateMachine_ = cellularMachine;
465 bool result = active->StateProcess(event);
481 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
482 active->stateMachine_ = cellularMachine;
485 bool result = active->ProcessDisconnectDone(event);
501 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
502 active->stateMachine_ = cellularMachine;
504 bool result = active->ProcessDisconnectDone(event);
520 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
521 active->stateMachine_ = cellularMachine;
524 bool result = active->ProcessDisconnectAllDone(event);
540 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
541 active->stateMachine_ = cellularMachine;
543 bool result = active->ProcessDisconnectAllDone(event);
559 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
561 active->stateMachine_ = cellularMachine;
565 bool result = active->ProcessDisconnectAllDone(event);
581 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
583 active->stateMachine_ = cellularMachine;
587 bool result = active->ProcessDisconnectAllDone(event);
603 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
604 active->stateMachine_ = cellularMachine;
606 bool result = active->ProcessLinkCapabilityChanged(event);
622 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
624 active->stateMachine_ = cellularMachine;
627 bool result = active->ProcessLinkCapabilityChanged(event);
643 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
644 active->stateMachine_ = cellularMachine;
648 bool result = active->ProcessLinkCapabilityChanged(event);
664 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
665 active->stateMachine_ = cellularMachine;
670 bool result = active->ProcessLinkCapabilityChanged(event);
686 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
687 active->stateMachine_ = cellularMachine;
692 bool result = active->ProcessLinkCapabilityChanged(event);
708 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
709 active->stateMachine_ = cellularMachine;
711 bool result = active->ProcessDataConnectionComplete(event);
727 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
729 active->stateMachine_ = cellularMachine;
732 bool result = active->ProcessDataConnectionComplete(event);
748 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
749 active->stateMachine_ = cellularMachine;
752 bool result = active->ProcessDataConnectionComplete(event);
768 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
770 active->stateMachine_ = cellularMachine;
773 bool result = active->ProcessDataConnectionComplete(event);
789 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
790 active->stateMachine_ = cellularMachine;
792 bool result = active->ProcessNrStateChanged(event);
808 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
810 active->stateMachine_ = cellularMachine;
812 bool result = active->ProcessNrStateChanged(event);
828 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
830 active->stateMachine_ = cellularMachine;
832 bool result = active->ProcessNrFrequencyChanged(event);
848 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
850 active->stateMachine_ = cellularMachine;
852 bool result = active->ProcessLostConnection(event);
868 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
870 active->stateMachine_ = cellularMachine;
872 bool result = active->ProcessLostConnection(event);
888 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
889 active->stateMachine_ = cellularMachine;
891 bool result = active->ProcessDataConnectionRoamOn(event);
907 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
908 active->stateMachine_ = cellularMachine;
910 bool result = active->ProcessDataConnectionRoamOff(event);
926 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
927 active->stateMachine_ = cellularMachine;
929 bool result = active->ProcessDataConnectionVoiceCallStartedOrEnded(event);