Home
last modified time | relevance | path

Searched refs:GetSupplierId (Results 1 – 6 of 6) sorted by relevance

/base/telephony/cellular_data/services/include/utils/
Dcellular_data_net_agent.h96 int32_t GetSupplierId(const int32_t slotId, uint64_t capability) const;
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp165 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionRoamOn()
179 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionRoamOff()
192 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionVoiceCallStartedOrEnded()
Ddefault.cpp104 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in ProcessDataConnectionDrsOrRatChanged()
Dinactive.cpp38 …int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability… in StateBegin()
Dcellular_data_state_machine.cpp220 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo()
234 int32_t supplierId = netAgent.GetSupplierId(slotId, capability_); in UpdateNetworkInfo()
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_net_agent.cpp142 int32_t CellularDataNetAgent::GetSupplierId(const int32_t slotId, uint64_t capability) const in GetSupplierId() function in OHOS::Telephony::CellularDataNetAgent