Searched refs:cdConnectionManager_ (Results 1 – 5 of 5) sorted by relevance
59 if (stateMachine->cdConnectionManager_ != nullptr) { in StateBegin()60 stateMachine->cdConnectionManager_->RemoveActiveConnectionByCid(stateMachine->GetCid()); in StateBegin()
267 if (shareStateMachine->cdConnectionManager_ == nullptr) { in RefreshTcpBufferSizes()271 …std::string tcpBuffer = shareStateMachine->cdConnectionManager_->GetTcpBufferByRadioTech(radioTech… in RefreshTcpBufferSizes()286 if (shareStateMachine->cdConnectionManager_ == nullptr) { in RefreshConnectionBandwidths()290 …LinkBandwidthInfo linkBandwidthInfo = shareStateMachine->cdConnectionManager_->GetBandwidthsByRadi… in RefreshConnectionBandwidths()
83 if (stateMachine->cdConnectionManager_ != nullptr) { in RilActivatePdpContextDone()84 stateMachine->cdConnectionManager_->AddActiveConnectionByCid(stateMachine_.lock()); in RilActivatePdpContextDone()
61 if (cdConnectionManager_ == nullptr) { in GetSlotId()65 return cdConnectionManager_->GetSlotId(); in GetSlotId()
43 : StateMachine(runner), cdConnectionManager_(cdConnectionManager), in CellularDataStateMachine()69 sptr<DataConnectionManager> cdConnectionManager_; variable