Lines Matching refs:active
591 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr()); variable
593 active->stateMachine_ = stateMachine1;
594 active->StateBegin();
595 active->StateEnd();
598 active->RefreshTcpBufferSizes();
599 active->RefreshConnectionBandwidths();
600 active->ProcessConnectDone(event);
601 ASSERT_FALSE(active->StateProcess(event));
602 ASSERT_FALSE(active->ProcessDisconnectDone(event));
603 ASSERT_FALSE(active->ProcessDisconnectAllDone(event));
604 ASSERT_FALSE(active->ProcessLostConnection(event));
605 ASSERT_FALSE(active->ProcessRilAdapterHostDied(event));
606 ASSERT_FALSE(active->ProcessLinkCapabilityChanged(event));
607 ASSERT_FALSE(active->ProcessNrStateChanged(event));
608 ASSERT_FALSE(active->ProcessNrFrequencyChanged(event));
609 ASSERT_FALSE(active->ProcessDataConnectionComplete(event));
610 ASSERT_FALSE(active->ProcessDataConnectionVoiceCallStartedOrEnded(event));
611 ASSERT_FALSE(active->ProcessDataConnectionRoamOn(event));
612 ASSERT_FALSE(active->ProcessDataConnectionRoamOff(event));