/base/telephony/call_manager/services/telephony_interaction/src/ |
D | call_status_callback.cpp | 127 CallResultReportId reportId = CallResultReportId::START_DTMF_REPORT_ID; in StartDtmfResult() local 131 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in StartDtmfResult() 136 CallResultReportId reportId = CallResultReportId::STOP_DTMF_REPORT_ID; in StopDtmfResult() local 140 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in StopDtmfResult() 145 CallResultReportId reportId = CallResultReportId::SEND_USSD_REPORT_ID; in SendUssdResult() local 149 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in SendUssdResult() 166 CallResultReportId reportId = CallResultReportId::GET_IMS_CALL_DATA_REPORT_ID; in GetImsCallDataResult() local 170 …return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resul… in GetImsCallDataResult() 177 CallResultReportId reportId = CallResultReportId::GET_CALL_WAITING_REPORT_ID; in UpdateGetWaitingResult() local 182 … DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in UpdateGetWaitingResult() [all …]
|
/base/telephony/call_manager/services/call_report/include/ |
D | call_ability_callback_proxy.h | 34 …int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override; 39 …void PackDataParcel(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &da…
|
D | call_ability_report_proxy.h | 38 int32_t ReportAsyncResults(const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo);
|
/base/telephony/call_manager/services/call_report/src/ |
D | call_ability_callback_proxy.cpp | 102 int32_t CallAbilityCallbackProxy::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::Pac… in OnReportAsyncResults() argument 111 PackDataParcel(reportId, resultInfo, dataParcel); in OnReportAsyncResults() 149 CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel) in PackDataParcel() argument 151 dataParcel.WriteInt32(static_cast<int32_t>(reportId)); in PackDataParcel() 153 switch (reportId) { in PackDataParcel()
|
D | call_ability_report_proxy.cpp | 167 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in ReportAsyncResults() argument 174 ret = (*it)->OnReportAsyncResults(reportId, resultInfo); in ReportAsyncResults() 182 TELEPHONY_LOGI("ReportAsyncResults success, reportId:%{public}d", reportId); in ReportAsyncResults()
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
D | napi_call_manager_callback.cpp | 58 int32_t NapiCallManagerCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacM… in OnReportAsyncResults() argument 61 …DelayedSingleton<NapiCallAbilityCallback>::GetInstance()->UpdateAsyncResultsInfo(reportId, resultI… in OnReportAsyncResults()
|
D | napi_call_ability_callback.cpp | 563 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in UpdateAsyncResultsInfo() argument 566 TELEPHONY_LOGI("UpdateAsyncResultsInfo reportId = %{public}d", reportId); in UpdateAsyncResultsInfo() 567 auto itFunc = memberFuncMap_.find(reportId); in UpdateAsyncResultsInfo()
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | call_manager_callback_test.cpp | 47 int32_t CallManagerCallbackTest::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacM… in OnReportAsyncResults() argument 50 << "reportId:" << (int32_t)reportId << std::endl; in OnReportAsyncResults() 51 switch (reportId) { in OnReportAsyncResults()
|
D | call_manager_callback_test.h | 34 …int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override;
|
/base/telephony/call_manager/frameworks/native/src/ |
D | call_ability_callback.cpp | 65 int32_t CallAbilityCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &… in OnReportAsyncResults() argument 69 return callbackPtr_->OnReportAsyncResults(reportId, resultInfo); in OnReportAsyncResults()
|
D | call_ability_callback_stub.cpp | 125 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAysncResults() local 127 switch (reportId) { in OnUpdateAysncResults() 165 result = OnReportAsyncResults(reportId, resultInfo); in OnUpdateAysncResults()
|
/base/telephony/call_manager/frameworks/js/napi/include/ |
D | napi_call_manager_callback.h | 34 …int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override;
|
D | napi_call_ability_callback.h | 63 … int32_t UpdateAsyncResultsInfo(const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo);
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | call_manager_callback.h | 33 …virtual int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) …
|
/base/telephony/call_manager/frameworks/native/include/ |
D | call_ability_callback.h | 37 …int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override;
|
D | i_call_ability_callback.h | 34 …virtual int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) …
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_connect.h | 233 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument 305 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAsyncResultRequest() local 307 switch (reportId) { in OnUpdateAsyncResultRequest() 345 int32_t result = OnReportAsyncResults(reportId, resultInfo); in OnUpdateAsyncResultRequest() 374 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument
|