Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_net_agent.h103 int32_t GetSupplierId(const int32_t slotId, uint64_t capability) const;
/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp220 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionRoamOn()
234 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionRoamOff()
247 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionVoiceCallStartedOrEnded()
H A Ddefault.cpp106 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionDrsOrRatChanged()
H A Dcellular_data_state_machine.cpp356 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo()
372 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_hisysevent.cpp68 int32_t supplierId = netAgent.GetSupplierId(slotId, capability); in WriteDataConnectStateBehaviorEvent()
H A Dcellular_data_net_agent.cpp184 int32_t CellularDataNetAgent::GetSupplierId(const int32_t slotId, uint64_t capability) const in GetSupplierId() function in OHOS::Telephony::CellularDataNetAgent
/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp781 supplierId = static_cast<uint32_t>(CellularDataNetAgent::GetInstance().GetSupplierId(slotId, capability)); in GetCellularDataSupplierId()

Completed in 5 milliseconds