Lines Matching refs:cellularMachine

1332     std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1333 cellularMachine->Init();
1334 auto active = static_cast<Active *>(cellularMachine->activeState_.GetRefPtr());
1366 std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1367 cellularMachine->Init();
1368 auto activating = static_cast<Activating *>(cellularMachine->activatingState_.GetRefPtr());
1389 std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1390 cellularMachine->Init();
1391 auto inactive = static_cast<Inactive *>(cellularMachine->inActiveState_.GetRefPtr());
1410 std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1411 cellularMachine->Init();
1412 auto disconnecting = static_cast<Disconnecting *>(cellularMachine->disconnectingState_.GetRefPtr());
1432 std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1433 cellularMachine->Init();
1434 auto mDefault = static_cast<Default *>(cellularMachine->defaultState_.GetRefPtr());
1468 std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1469 cellularMachine->Init();
1470 ASSERT_TRUE(apnManager->IsDataConnectionNotUsed(cellularMachine));
1643 std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1644 cellularMachine->Init();
1648 result = cellularMachine->GetIpType(ipInfoArray);
1689 std::shared_ptr<CellularDataStateMachine> cellularMachine = machine->CreateCellularDataConnect(0);
1690 cellularMachine->IsInactiveState();
1692 cellularMachine->SetCapability(capability);
1693 cellularMachine->GetCapability();
1695 cellularMachine->SetCid(cid);
1696 cellularMachine->GetSlotId();
1697 cellularMachine->GetApnItem();
1698 cellularMachine->GetCurrentState();
1701 cellularMachine->SetConnectionBandwidth(upBandwidth, downBandwidth);
1703 cellularMachine->SetConnectionTcpBuffer(tcpBuffer);
1707 cellularMachine->SplitProxyIpAddress(proxyIpAddress, host, port);
1710 EXPECT_TRUE(cellularMachine != nullptr);