Lines Matching defs:active
18 #include "active.h"
1334 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr());
1336 active->stateMachine_ = stateMachine1;
1337 active->StateBegin();
1338 active->StateEnd();
1341 active->RefreshTcpBufferSizes();
1342 active->RefreshConnectionBandwidths();
1343 active->ProcessConnectDone(event);
1344 ASSERT_FALSE(active->StateProcess(event));
1345 ASSERT_FALSE(active->ProcessDisconnectDone(event));
1346 ASSERT_FALSE(active->ProcessDisconnectAllDone(event));
1347 ASSERT_FALSE(active->ProcessLostConnection(event));
1348 ASSERT_FALSE(active->ProcessRilAdapterHostDied(event));
1349 ASSERT_FALSE(active->ProcessLinkCapabilityChanged(event));
1350 ASSERT_FALSE(active->ProcessNrStateChanged(event));
1351 ASSERT_FALSE(active->ProcessNrFrequencyChanged(event));
1352 ASSERT_FALSE(active->ProcessDataConnectionComplete(event));
1353 ASSERT_FALSE(active->ProcessDataConnectionVoiceCallStartedOrEnded(event));
1354 ASSERT_FALSE(active->ProcessDataConnectionRoamOn(event));
1355 ASSERT_FALSE(active->ProcessDataConnectionRoamOff(event));