Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c105 HRilDataCallResponse pDataCall = {}; in OnDataReportPdpErrorMessages()
124 int32_t ParsePdpCmd(char *str, HRilDataCallResponse *outData) in ParsePdpCmd()
163 HRilDataCallResponse *newDcr = NULL; in CreatDataCallResponseAndInit()
165 size = count * sizeof(HRilDataCallResponse); in CreatDataCallResponseAndInit()
170 newDcr = (HRilDataCallResponse *)malloc(size); in CreatDataCallResponseAndInit()
207 HRilDataCallResponse *pDataCall = *ppDcr; in SendInquireCGACT()
232 HRilDataCallResponse *pDataCall = *ppDcr; in BuildDataInfoList()
233 HRilDataCallResponse dataCGDCONT; in BuildDataInfoList()
237 ret = memset_s(&dataCGDCONT, sizeof(HRilDataCallResponse), 0, sizeof(HRilDataCallResponse)); in BuildDataInfoList()
534 HRilDataCallResponse *pDataCalls, int32_t validNum) in DataReportMessage()
[all …]
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp91 void HRilData::SwitchRilDataToHal(const HRilDataCallResponse *response, HDI::Ril::V1_1::SetupDataCa… in SwitchRilDataToHal()
120 size_t dataNum = responseLen / sizeof(HRilDataCallResponse); in SwitchHRilDataListToHal()
121 const HRilDataCallResponse *dataCallResponse = (const HRilDataCallResponse *)response; in SwitchHRilDataListToHal()
286 …if ((response == nullptr && responseLen != 0) || (responseLen % sizeof(HRilDataCallResponse)) != 0… in ActivatePdpContextResponse()
294 SwitchRilDataToHal((HRilDataCallResponse *)response, result); in ActivatePdpContextResponse()
302 …if ((response == nullptr && responseLen != 0) || (responseLen % sizeof(HRilDataCallResponse)) != 0… in GetPdpContextListResponse()
335 if ((response == nullptr) || (responseLen % sizeof(HRilDataCallResponse)) != 0) { in PdpContextListUpdated()
/ohos5.0/base/telephony/ril_adapter/test/fuzztest/pdpcontextlistupdated_fuzzer/
H A Dpdpcontextlistupdated_fuzzer.cpp43 HRilDataCallResponse response; in DoSomethingInterestingWithMyAPI()
70 …Instance().OnDataReport(slotId, &report, (const uint8_t *)&response, sizeof(HRilDataCallResponse)); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h116 } HRilDataCallResponse; typedef
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_data.h83 …void SwitchRilDataToHal(const HRilDataCallResponse *response, HDI::Ril::V1_1::SetupDataCallResultI…
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp519 HRilDataCallResponse pDataCall;
520 int32_t len = sizeof(HRilDataCallResponse);
1343 HRilDataCallResponse dataCallResponse;
1353 OnDataReport(slotId, report, (const uint8_t *)&dataCallResponse, sizeof(HRilDataCallResponse));