Home
last modified time | relevance | path

Searched refs:OnCallReport (Results 1 - 11 of 11) sorted by relevance

/base/telephony/ril_adapter/services/vendor/src/
H A 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(HRilCallSrvccStatus)); 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(HRilUssdNoticeInfo)); in ReportCallUssdNotice()
358 OnCallReport(GetSlotId(requestInfo), reportInfo, (const uint8_t *)pCalls, sizeof(HRilCallInfo) * validCallNum); in BuildCallInfoList()
437 OnCallReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqDial()
467 OnCallReport(GetSlotId(requestInfo), reportInfo, NULL, 0); in ReqHangup()
484 OnCallReport(GetSlotI in ReqReject()
[all...]
H A Dvendor_report.c36 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnCallReport() function
39 g_reportOps->OnCallReport(slotId, reportInfo, response, responseLen); in OnCallReport()
/base/telephony/ril_adapter/test/fuzztest/callussdnotice_fuzzer/
H A Dcallussdnotice_fuzzer.cpp45 HRilManager::manager_->OnCallReport(slotId, &report, (const uint8_t *)&info, sizeof(HRilUssdNoticeInfo)); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/hril_hdf/include/
H A Dhril_hdf.h32 extern void OnCallReport(
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril.h49 void (*OnCallReport)(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *data, size_t dataLen); member
/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_report.h30 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
/base/telephony/ril_adapter/test/fuzztest/callemergencynotice_fuzzer/
H A Dcallemergencynotice_fuzzer.cpp56 HRilManager::manager_->OnCallReport(slotId, &report, (const uint8_t *)&info, sizeof(HRilEmergencyInfo)); in DoSomethingInterestingWithMyAPI()
/base/telephony/ril_adapter/services/hril_hdf/src/
H A Dhril_hdf.c38 OnCallReport,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_manager.h63 void OnCallReport(int32_t slotId, const ReportInfo *reportInfo, const uint8_t *response, size_t responseLen);
272 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp325 void HRilManager::OnCallReport( in OnCallReport() function in OHOS::Telephony::HRilManager
1145 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnCallReport() function
1151 g_manager->OnCallReport(slotId, &reportInfo, response, responseLen); in OnCallReport()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp270 manager->OnCallReport(0, nullptr, nullptr, 0); in HWTEST_F()
1351 OnCallReport(slotId, report, (const uint8_t *)&ussdNoticeInfo, sizeof(HRilUssdNoticeInfo)); in HWTEST_F()

Completed in 11 milliseconds