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 | 164 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionRoamOn() local 165 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionRoamOn() 166 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionRoamOn() 178 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionRoamOff() local 179 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionRoamOff() 180 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionRoamOff() 191 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionVoiceCallStartedOrEnded() local 192 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionVoiceCallStartedOrEnded() 193 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 | 219 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in UpdateNetworkInfo() local 220 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo() 221 netAgent.UpdateNetSupplierInfo(supplierId, netSupplierInfo_); in UpdateNetworkInfo() 223 netAgent.UpdateNetLinkInfo(supplierId, netLinkInfo_); in UpdateNetworkInfo() 230 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in UpdateNetworkInfo() local 234 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo() 235 netAgent.UpdateNetSupplierInfo(supplierId, netSupplierInfo_); in UpdateNetworkInfo() 237 netAgent.UpdateNetLinkInfo(supplierId, netLinkInfo_); in UpdateNetworkInfo()
|
/base/telephony/cellular_data/services/src/ |
D | cellular_data_service.cpp | 209 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in InitModule() local 210 netAgent.ClearNetSupplier(); in InitModule() 230 netAgent.AddNetSupplier(netSupplier); in InitModule()
|