Home
last modified time | relevance | path

Searched refs:reportId (Results 1 - 21 of 21) sorted by relevance

/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp165 CallResultReportId reportId = CallResultReportId::START_DTMF_REPORT_ID; in StartDtmfResult() local
169 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in StartDtmfResult()
174 CallResultReportId reportId = CallResultReportId::STOP_DTMF_REPORT_ID; in StopDtmfResult() local
178 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in StopDtmfResult()
183 CallResultReportId reportId = CallResultReportId::SEND_USSD_REPORT_ID; in SendUssdResult() local
187 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in SendUssdResult()
204 CallResultReportId reportId = CallResultReportId::GET_IMS_CALL_DATA_REPORT_ID; in GetImsCallDataResult() local
208 return DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInfo); in GetImsCallDataResult()
215 CallResultReportId reportId = CallResultReportId::GET_CALL_WAITING_REPORT_ID; in UpdateGetWaitingResult() local
220 DelayedSingleton<CallAbilityReportProxy>::GetInstance()->ReportAsyncResults(reportId, resultInf in UpdateGetWaitingResult()
227 CallResultReportId reportId = CallResultReportId::SET_CALL_WAITING_REPORT_ID; UpdateSetWaitingResult() local
238 CallResultReportId reportId = CallResultReportId::GET_CALL_RESTRICTION_REPORT_ID; UpdateGetRestrictionResult() local
249 CallResultReportId reportId = CallResultReportId::SET_CALL_RESTRICTION_REPORT_ID; UpdateSetRestrictionResult() local
258 CallResultReportId reportId = CallResultReportId::SET_CALL_RESTRICTION_PWD_REPORT_ID; UpdateSetRestrictionPasswordResult() local
266 CallResultReportId reportId = CallResultReportId::GET_CALL_TRANSFER_REPORT_ID; UpdateGetTransferResult() local
285 CallResultReportId reportId = CallResultReportId::SET_CALL_TRANSFER_REPORT_ID; UpdateSetTransferResult() local
295 CallResultReportId reportId = CallResultReportId::GET_CALL_CLIP_ID; UpdateGetCallClipResult() local
307 CallResultReportId reportId = CallResultReportId::GET_CALL_CLIR_ID; UpdateGetCallClirResult() local
318 CallResultReportId reportId = CallResultReportId::SET_CALL_CLIR_ID; UpdateSetCallClirResult() local
327 CallResultReportId reportId = CallResultReportId::START_RTT_REPORT_ID; StartRttResult() local
336 CallResultReportId reportId = CallResultReportId::STOP_RTT_REPORT_ID; StopRttResult() local
344 CallResultReportId reportId = CallResultReportId::GET_IMS_CONFIG_REPORT_ID; GetImsConfigResult() local
354 CallResultReportId reportId = CallResultReportId::SET_IMS_CONFIG_REPORT_ID; SetImsConfigResult() local
363 CallResultReportId reportId = CallResultReportId::GET_IMS_FEATURE_VALUE_REPORT_ID; GetImsFeatureValueResult() local
373 CallResultReportId reportId = CallResultReportId::SET_IMS_FEATURE_VALUE_REPORT_ID; SetImsFeatureValueResult() local
435 CallResultReportId reportId = CallResultReportId::INVITE_TO_CONFERENCE_REPORT_ID; InviteToConferenceResult() local
444 CallResultReportId reportId = CallResultReportId::CLOSE_UNFINISHED_USSD_REPORT_ID; CloseUnFinishedUssdResult() local
[all...]
/base/telephony/call_manager/services/call_report/include/
H A Dcall_ability_callback_proxy.h35 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override;
47 void PackDataParcel(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel);
H A Dcall_ability_report_proxy.h40 int32_t ReportAsyncResults(const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo);
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_callback.cpp57 int32_t NapiCallManagerCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument
60 DelayedSingleton<NapiCallAbilityCallback>::GetInstance()->UpdateAsyncResultsInfo(reportId, resultInfo); in OnReportAsyncResults()
H A Dnapi_call_ability_callback.cpp827 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in UpdateAsyncResultsInfo()
830 TELEPHONY_LOGI("UpdateAsyncResultsInfo reportId = %{public}d", reportId); in UpdateAsyncResultsInfo()
831 auto itFunc = memberFuncMap_.find(reportId); in UpdateAsyncResultsInfo()
826 UpdateAsyncResultsInfo( const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) UpdateAsyncResultsInfo() argument
/base/telephony/call_manager/test/unittest/ui_client/
H A Dcall_manager_callback_test.cpp47 int32_t CallManagerCallbackTest::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument
50 << "reportId:" << (int32_t)reportId << std::endl; in OnReportAsyncResults()
51 switch (reportId) { in OnReportAsyncResults()
H A Dcall_manager_callback_test.h34 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override;
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_callback.h34 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override;
H A Dnapi_call_ability_callback.h82 int32_t UpdateAsyncResultsInfo(const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo);
/base/telephony/call_manager/frameworks/native/include/
H A Di_call_ability_callback.h34 virtual int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) = 0;
H A Dcall_ability_callback.h37 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_manager_callback.h65 * @param reportId[in] the event id, indicate the specific event that the report information about
69 virtual int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) = 0;
/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback.cpp65 int32_t CallAbilityCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument
69 return callbackPtr_->OnReportAsyncResults(reportId, resultInfo); in OnReportAsyncResults()
H A Dcall_ability_callback_stub.cpp141 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAysncResults() local
143 switch (reportId) { in OnUpdateAysncResults()
181 result = OnReportAsyncResults(reportId, resultInfo); in OnUpdateAysncResults()
/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_proxy.cpp109 int32_t CallAbilityCallbackProxy::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument
118 PackDataParcel(reportId, resultInfo, dataParcel); in OnReportAsyncResults()
160 CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel) in PackDataParcel()
162 dataParcel.WriteInt32(static_cast<int32_t>(reportId)); in PackDataParcel()
164 switch (reportId) { in PackDataParcel()
159 PackDataParcel( CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel) PackDataParcel() argument
H A Dcall_ability_report_proxy.cpp225 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in ReportAsyncResults()
232 ret = (*it)->OnReportAsyncResults(reportId, resultInfo); in ReportAsyncResults()
240 TELEPHONY_LOGI("ReportAsyncResults success, reportId:%{public}d", reportId); in ReportAsyncResults()
224 ReportAsyncResults( const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) ReportAsyncResults() argument
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h86 int32_t OnReportAsyncResults(OHOS::Telephony::CallResultReportId reportId,
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager_connect.cpp88 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAsyncResultRequest() local
90 switch (reportId) { in OnUpdateAsyncResultRequest()
128 int32_t result = OnReportAsyncResults(reportId, info); in OnUpdateAsyncResultRequest()
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H A Dcallabilitycallback_fuzzer.cpp159 int32_t reportId = static_cast<uint32_t>(size % REPORT_ID_NUM); in UpdateAysncResults() local
162 dataMessageParcel.WriteInt32(reportId); in UpdateAysncResults()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
H A Dcall_manager_connect.h310 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument
397 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults() argument
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp384 CallResultReportId reportId = CallResultReportId::GET_CALL_CLIP_ID; in HWTEST_F() local
386 callAbilityReportProxy->ReportAsyncResults(reportId, resultInfo); in HWTEST_F()

Completed in 15 milliseconds