Home
last modified time | relevance | path

Searched refs:netAgent (Results 1 - 7 of 7) sorted by relevance

/base/telephony/cellular_data/services/src/state_machine/
H A Ddefault.cpp105 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionDrsOrRatChanged() local
106 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionDrsOrRatChanged()
107 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionDrsOrRatChanged()
109 netAgent.UpdateNetLinkInfo(supplierId, stateMachine->netLinkInfo_); in ProcessDataConnectionDrsOrRatChanged()
113 netAgent.RegisterSlotType(supplierId, radioTech); in ProcessDataConnectionDrsOrRatChanged()
H A Dactive.cpp219 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionRoamOn() local
220 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionRoamOn()
221 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionRoamOn()
233 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionRoamOff() local
234 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionRoamOff()
235 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionRoamOff()
246 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in ProcessDataConnectionVoiceCallStartedOrEnded() local
247 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionVoiceCallStartedOrEnded()
248 netAgent.UpdateNetSupplierInfo(supplierId, stateMachine->netSupplierInfo_); in ProcessDataConnectionVoiceCallStartedOrEnded()
H A Dcellular_data_state_machine.cpp355 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in UpdateNetworkInfo() local
356 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo()
357 netAgent.UpdateNetSupplierInfo(supplierId, netSupplierInfo_); in UpdateNetworkInfo()
359 netAgent.UpdateNetLinkInfo(supplierId, netLinkInfo_); in UpdateNetworkInfo()
367 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in UpdateNetworkInfo() local
372 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo()
373 netAgent.UpdateNetSupplierInfo(supplierId, netSupplierInfo_); in UpdateNetworkInfo()
375 netAgent.UpdateNetLinkInfo(supplierId, netLinkInfo_); in UpdateNetworkInfo()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_hisysevent.cpp67 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in WriteDataConnectStateBehaviorEvent() local
68 int32_t supplierId = netAgent.GetSupplierId(slotId, capability); in WriteDataConnectStateBehaviorEvent()
/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp286 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in InitModule() local
287 netAgent.ClearNetSupplier(); in InitModule()
299 AddNetSupplier(i, netAgent, netCapabilities); in InitModule()
317 void CellularDataService::AddNetSupplier(int32_t slotId, CellularDataNetAgent &netAgent, in AddNetSupplier() argument
333 netAgent.AddNetSupplier(netSupplier); in AddNetSupplier()
346 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); in InitCellularDataController() local
349 AddNetSupplier(slotId, netAgent, netCapabilities); in InitCellularDataController()
/base/telephony/cellular_data/services/include/
H A Dcellular_data_service.h98 void AddNetSupplier(int32_t slotId, CellularDataNetAgent &netAgent, std::vector<uint64_t> &netCapabilities);
/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp154 CellularDataNetAgent &netAgent = CellularDataNetAgent::GetInstance(); member in OHOS::Telephony::CellularDataTest
1722 int32_t result = netAgent.callBack_->RequestNetwork(ident, netCaps, netrequest); in HWTEST_F()
1736 int32_t result = netAgent.callBack_->RequestNetwork(ident, netCaps, netrequest); in HWTEST_F()
1749 int32_t result = netAgent.callBack_->ReleaseNetwork(ident, netCaps); in HWTEST_F()
1762 int32_t result = netAgent.callBack_->ReleaseNetwork(ident, netCaps); in HWTEST_F()
1773 int32_t result = netAgent.tacticsCallBack_->NetStrategySwitch("", true); in HWTEST_F()
1784 int32_t result = netAgent.tacticsCallBack_->NetStrategySwitch("abc", true); in HWTEST_F()
1795 int32_t result = netAgent.tacticsCallBack_->NetStrategySwitch("123", true); in HWTEST_F()

Completed in 8 milliseconds