Searched refs:netAgent (Results 1 – 5 of 5) sorted by relevance
/base/telephony/cellular_data/services/src/state_machine/ |
D | default.cpp | 103 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionDrsOrRatChanged() local 104 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionDrsOrRatChanged() 105 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionDrsOrRatChanged() 106 netAgent.UpdateNetLinkInfo(supplierId, stateMachine->netLinkInfo_); in ProcessDataConnectionDrsOrRatChanged()
|
D | active.cpp | 136 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionRoamOn() local 137 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionRoamOn() 138 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionRoamOn() 150 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionRoamOff() local 151 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionRoamOff() 152 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionRoamOff() 163 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionVoiceCallStartedOrEnded() local 164 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionVoiceCallStartedOrEnded() 165 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionVoiceCallStartedOrEnded()
|
D | inactive.cpp | 37 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in StateBegin() local 38 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in StateBegin() 41 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in StateBegin()
|
D | cellular_data_state_machine.cpp | 220 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in UpdateNetworkInfo() local 221 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo() 222 netAgent.UpdateNetSupplierInfo(supplierId, netSupplierInfo_); in UpdateNetworkInfo() 223 netAgent.UpdateNetLinkInfo(supplierId, netLinkInfo_); in UpdateNetworkInfo() 229 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in UpdateNetworkInfo() local 233 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo() 234 netAgent.UpdateNetSupplierInfo(supplierId, netSupplierInfo_); in UpdateNetworkInfo() 235 netAgent.UpdateNetLinkInfo(supplierId, netLinkInfo_); in UpdateNetworkInfo()
|
/base/telephony/cellular_data/services/src/ |
D | cellular_data_service.cpp | 208 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in InitModule() local 209 netAgent.ClearNetSupplier(); in InitModule() 229 netAgent.AddNetSupplier(netSupplier); in InitModule()
|