Home
last modified time | relevance | path

Searched refs:cdConnectionManager_ (Results 1 – 5 of 5) sorted by relevance

/base/telephony/cellular_data/services/src/state_machine/
Dinactive.cpp59 if (stateMachine->cdConnectionManager_ != nullptr) { in StateBegin()
60 stateMachine->cdConnectionManager_->RemoveActiveConnectionByCid(stateMachine->GetCid()); in StateBegin()
Dactive.cpp267 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()
Dactivating.cpp83 if (stateMachine->cdConnectionManager_ != nullptr) { in RilActivatePdpContextDone()
84 stateMachine->cdConnectionManager_->AddActiveConnectionByCid(stateMachine_.lock()); in RilActivatePdpContextDone()
Dcellular_data_state_machine.cpp61 if (cdConnectionManager_ == nullptr) { in GetSlotId()
65 return cdConnectionManager_->GetSlotId(); in GetSlotId()
/base/telephony/cellular_data/services/include/state_machine/
Dcellular_data_state_machine.h43 : StateMachine(runner), cdConnectionManager_(cdConnectionManager), in CellularDataStateMachine()
69 sptr<DataConnectionManager> cdConnectionManager_; variable