Home
last modified time | relevance | path

Searched refs:GetSlotId (Results 1 – 25 of 60) sorted by relevance

123

/base/telephony/ril_adapter/services/vendor/src/
Dat_sms.c86 OnSmsReport(GetSlotId(requestInfo), *reportInfo, NULL, 0); in HandlerSmsResult()
154 …OnSmsReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&response, sizeof(HRilSmsResponse… in ReqSendGsmSms()
165 OnSmsReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSendSmsAck()
178 OnSmsReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSendSmsAck()
191 OnSmsReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSendCdmaSms()
210 OnSmsReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSendCdmaSms()
222 …OnSmsReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&response, sizeof(HRilSmsResponse… in ReqSendCdmaSms()
231 OnSmsReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSendCdmaSmsAck()
235 OnSmsReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSendCdmaSmsAck()
245 OnSmsReport(GetSlotId(requestInfo), *reportInfo, NULL, 0); in SimMessageError()
[all …]
Dvendor_report.c132 …OnSmsReport(GetSlotId(NULL), *reportInfo, (const uint8_t *)&response, sizeof(HRilCBConfigReportInf… in ReportCBMOrCSCB()
143 OnSmsReport(GetSlotId(NULL), *reportInfo, (const uint8_t *)smsPdu, size); in SmsStatus()
218 … OnSmsReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&smsResponse, strlen(smsResponse.pdu)); in OnNotifyOps()
230 OnSimReport(GetSlotId(NULL), reportInfo, NULL, 0); in OnNotifyOps()
240 … OnSmsReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&response, sizeof(HRilSmsResponse)); in OnNotifyOps()
243 … OnSmsReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&response, strlen(response.pdu)); in OnNotifyOps()
278 OnSimReport(GetSlotId(NULL), reportInfo, NULL, ZERO_RESPONSE_LEN); in OnNotifyStkOps()
288 OnSimReport(GetSlotId(NULL), reportInfo, NULL, ZERO_RESPONSE_LEN); in OnNotifyStkOps()
291 OnSimReport(GetSlotId(NULL), reportInfo, (const uint8_t *)cmdResponse, sizeof(char)); in OnNotifyStkOps()
295 OnSimReport(GetSlotId(NULL), reportInfo, NULL, ZERO_RESPONSE_LEN); in OnNotifyStkOps()
[all …]
Dat_sim.c197 …OnSimReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&cardState, sizeof(HRilCardState)… in ReqGetSimStatus()
200 OnSimReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqGetSimStatus()
210 …OnSimReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&cardState, sizeof(HRilCardState)… in ReqGetSimStatus()
288 OnSimReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in HandlerSimIOResult()
303 OnSimReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in HandlerSimIOResult()
305 …OnSimReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)simResponse, sizeof(HRilSimIOResp… in HandlerSimIOResult()
320 OnSimReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqGetSimIO()
357 …OnSimReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&simResponse, sizeof(HRilSimIORes… in ReqGetSimIO()
376 OnSimReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in HandlerSimImsiResult()
401 OnSimReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)result, 0); in ReqGetSimImsi()
[all …]
Dat_call.c47 OnCallReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in OnCallReportErrorMessages()
145 OnCallReport(GetSlotId(NULL), reportInfo, NULL, 0); in ReportCallStateUpdated()
166 …OnCallReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&srvccStatus, sizeof(HRilCallSrvccStatu… in ReportSrvccStatusUpdate()
193 OnCallReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&ringbackVoiceFlag, sizeof(int32_t)); in ReportCsChannelInfo()
254 …OnCallReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&pEmergencyInfo, sizeof(pEmergencyInfo)… in ReportEmergencyNumberList()
276 …OnCallReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&ussdNoticeInfo, sizeof(HRilUssdNoticeI… in ReportCallUssdNotice()
358 …OnCallReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)pCalls, sizeof(HRilCallInfo) * v… in BuildCallInfoList()
437 OnCallReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqDial()
467 OnCallReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqHangup()
484 OnCallReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqReject()
[all …]
Dat_data.c79 int32_t slotId = GetSlotId(requestInfo); in OnDataReportErrorMessages()
98 OnDataReport(GetSlotId(NULL), reportInfo, NULL, 0); in OnDataReportErrorMessages()
120 …OnDataReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&pDataCall, sizeof(HRilDataCallR… in OnDataReportPdpErrorMessages()
537 int32_t slotId = GetSlotId(requestInfo); in DataReportMessage()
561 …OnDataReport(GetSlotId(NULL), reportInfo, (const uint8_t *)pDataCalls, validNum * sizeof(HRilDataC… in DataReportMessage()
825 OnDataReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSetInitApnInfo()
841 OnDataReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSetLinkBandwidthReportingRule()
922 OnDataReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)&uplinkAndDownlinkBandwidth, in ReqGetLinkBandwidthInfo()
933 OnDataReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqSetDataPermitted()
941 OnDataReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqGetLinkCapability()
Dvendor_adapter.c232 …OnModemReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&g_radioState, sizeof(HRilRadioState)); in SetRadioState()
322 …OnModemReport(GetSlotId(NULL), reportInfo, (const uint8_t *)&g_radioState, sizeof(HRilRadioState)); in ModemInit()
/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()
264 int32_t slotId = shareStateMachine->GetSlotId(); in RefreshTcpBufferSizes()
283 int32_t slotId = shareStateMachine->GetSlotId(); in RefreshConnectionBandwidths()
Dcellular_data_state_machine.cpp59 int32_t CellularDataStateMachine::GetSlotId() const in GetSlotId() function in OHOS::Telephony::CellularDataStateMachine
65 return cdConnectionManager_->GetSlotId(); in GetSlotId()
86 const int32_t slotId = GetSlotId(); in DoConnect()
120 const int32_t slotId = GetSlotId(); in FreeConnection()
189 int32_t slotId = GetSlotId(); in UpdateNetworkInfo()
229 int32_t slotId = GetSlotId(); in UpdateNetworkInfo()
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()
/base/telephony/core_service/test/fuzztest/setshownumber_fuzzer/
Dsetshownumber_fuzzer.cpp68 void GetSlotId(const uint8_t *data, size_t size) in GetSlotId() function
135 GetSlotId(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/services/call/call_state_observer/src/
Dreject_call_sms.cpp32 SendMessage(callObjectPtr->GetSlotId(), ConvertToUtf16(number), ConvertToUtf16(content)); in IncomingCallHungUp()
/base/telephony/call_manager/services/call/include/
Dcarrier_call.h42 int32_t GetSlotId() override;
Dott_call.h42 int32_t GetSlotId() override;
Dcall_base.h54 virtual int32_t GetSlotId() = 0;
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h81 int32_t GetSlotId() const in GetSlotId() function
116 responseInfo.slotId = GetSlotId(); in RequestVendor()
193 mResponseInfo.slotId = GetSlotId(); in Notify()
/base/telephony/ril_adapter/services/vendor/include/
Dvendor_util.h99 int32_t GetSlotId(const ReqDataInfo *requestInfo);
/base/telephony/cellular_data/services/include/
Ddata_connection_manager.h49 int32_t GetSlotId() const;
/base/telephony/cellular_data/services/include/state_machine/
Dcellular_data_state_machine.h54 int32_t GetSlotId() const;
/base/telephony/ril_adapter/services/hril/src/
Dhril_base.cpp140 iResponseInfo.slotId = GetSlotId(); in BuildIHRilRadioResponseInfo()
Dhril_sim.cpp209 TELEPHONY_LOGI("HRilSim::GetRadioProtocol slotId:%{public}d", GetSlotId()); in GetRadioProtocol()
223GetSlotId(), serialId, hrilRadioProtocol.sessionId, hrilRadioProtocol.phase, hrilRadioProtocol.tec… in SetRadioProtocol()
439GetSlotId(), responseInfo.serial, radioProtocol.sessionId, radioProtocol.phase, radioProtocol.tech… in GetRadioProtocolResponse()
458GetSlotId(), responseInfo.serial, radioProtocol.sessionId, radioProtocol.phase, radioProtocol.tech… in SetRadioProtocolResponse()
738 radioProtocol.slotId = GetSlotId(); in BuildRadioProtocol()
/base/telephony/core_service/services/sim/include/
Dmulti_sim_controller.h64 int32_t GetSlotId(int32_t simId);
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
Dgetcscalldata_fuzzer.cpp73 handle->GetSlotId(); in GetCsCallData()
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp79 callObjectPtr->GetSlotId(); in CSCallFunc()
270 callObjectPtr->GetSlotId(); in OttCallFunc()
/base/telephony/cellular_data/services/src/
Dcellular_data_service.cpp258 int32_t slotId = CoreManagerInner::GetInstance().GetSlotId(simId); in ReleaseNet()
273 int32_t slotId = CoreManagerInner::GetInstance().GetSlotId(simId); in RequestNet()

123