/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_call.c | 47 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 D | vendor_report.c | 36 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 D | callussdnotice_fuzzer.cpp | 45 HRilManager::manager_->OnCallReport(slotId, &report, (const uint8_t *)&info, sizeof(HRilUssdNoticeInfo)); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/services/hril_hdf/include/ |
H A D | hril_hdf.h | 32 extern void OnCallReport(
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril.h | 49 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 D | vendor_report.h | 30 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 D | callemergencynotice_fuzzer.cpp | 56 HRilManager::manager_->OnCallReport(slotId, &report, (const uint8_t *)&info, sizeof(HRilEmergencyInfo)); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/ril_adapter/services/hril_hdf/src/ |
H A D | hril_hdf.c | 38 OnCallReport,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_manager.h | 63 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 D | hril_manager.cpp | 325 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 D | zero_branch_test.cpp | 270 manager->OnCallReport(0, nullptr, nullptr, 0); in HWTEST_F() 1351 OnCallReport(slotId, report, (const uint8_t *)&ussdNoticeInfo, sizeof(HRilUssdNoticeInfo)); in HWTEST_F()
|