Searched refs:GetSupplierId (Results 1 - 7 of 7) sorted by relevance
/base/telephony/cellular_data/services/include/utils/ |
H A D | cellular_data_net_agent.h | 103 int32_t GetSupplierId(const int32_t slotId, uint64_t capability) const;
|
/base/telephony/cellular_data/services/src/state_machine/ |
H A D | active.cpp | 220 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 D | default.cpp | 106 int32_t supplierId = netAgent.GetSupplierId(stateMachine->GetSlotId(), stateMachine->GetCapability()); in ProcessDataConnectionDrsOrRatChanged()
|
H A D | cellular_data_state_machine.cpp | 356 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 D | cellular_data_hisysevent.cpp | 68 int32_t supplierId = netAgent.GetSupplierId(slotId, capability);
in WriteDataConnectStateBehaviorEvent()
|
H A D | cellular_data_net_agent.cpp | 184 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 D | cellular_data_service.cpp | 781 supplierId = static_cast<uint32_t>(CellularDataNetAgent::GetInstance().GetSupplierId(slotId, capability)); in GetCellularDataSupplierId()
|
Completed in 5 milliseconds