Home
last modified time | relevance | path

Searched refs:ReportAsyncResults (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp166 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in StartDtmfResult()
175 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in StopDtmfResult()
184 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in SendUssdResult()
205 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in GetImsCallDataResult()
217 … DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in UpdateGetWaitingResult()
227 … DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in UpdateSetWaitingResult()
240 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in UpdateGetRestrictionResult()
249 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in UpdateSetRestrictionResult()
258 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in UpdateSetRestrictionPasswordResult()
276 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in UpdateGetTransferResult()
[all …]
/ohos5.0/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_report_proxy.h40 int32_t ReportAsyncResults(const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo);
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_report_proxy.cpp225 int32_t CallAbilityReportProxy::ReportAsyncResults( in ReportAsyncResults() function in OHOS::Telephony::CallAbilityReportProxy
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp386 callAbilityReportProxy->ReportAsyncResults(reportId, resultInfo);