Home
last modified time | relevance | path

Searched defs:reportId (Results 1 – 13 of 13) sorted by relevance

/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback.cpp143 CallResultReportId reportId = CallResultReportId::START_DTMF_REPORT_ID; in StartDtmfResult() local
152 CallResultReportId reportId = CallResultReportId::STOP_DTMF_REPORT_ID; in StopDtmfResult() local
161 CallResultReportId reportId = CallResultReportId::SEND_USSD_REPORT_ID; in SendUssdResult() local
182 CallResultReportId reportId = CallResultReportId::GET_IMS_CALL_DATA_REPORT_ID; in GetImsCallDataResult() local
193 CallResultReportId reportId = CallResultReportId::GET_CALL_WAITING_REPORT_ID; in UpdateGetWaitingResult() local
205 CallResultReportId reportId = CallResultReportId::SET_CALL_WAITING_REPORT_ID; in UpdateSetWaitingResult() local
216 CallResultReportId reportId = CallResultReportId::GET_CALL_RESTRICTION_REPORT_ID; in UpdateGetRestrictionResult() local
227 CallResultReportId reportId = CallResultReportId::SET_CALL_RESTRICTION_REPORT_ID; in UpdateSetRestrictionResult() local
236 CallResultReportId reportId = CallResultReportId::SET_CALL_RESTRICTION_PWD_REPORT_ID; in UpdateSetRestrictionPasswordResult() local
244 CallResultReportId reportId = CallResultReportId::GET_CALL_TRANSFER_REPORT_ID; in UpdateGetTransferResult() local
[all …]
/base/telephony/call_manager/test/unittest/ui_client/
Dcall_manager_callback_test.cpp47 int32_t CallManagerCallbackTest::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacM… in OnReportAsyncResults()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_connect.h310 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults()
397 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults()
/base/telephony/call_manager/services/call_report/src/
Dcall_ability_callback_proxy.cpp135 int32_t CallAbilityCallbackProxy::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::Pac… in OnReportAsyncResults()
186 CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel) in PackDataParcel()
Dcall_ability_report_proxy.cpp206 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in ReportAsyncResults()
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager_callback.cpp59 int32_t NapiCallManagerCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacM… in OnReportAsyncResults()
Dnapi_call_ability_callback.cpp685 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in UpdateAsyncResultsInfo()
/base/tee/tee_client/services/cadaemon/src/tui_daemon/
Dtui_event.h86 int32_t OnReportAsyncResults(OHOS::Telephony::CallResultReportId reportId, in OnReportAsyncResults()
/base/telephony/call_manager/frameworks/native/src/
Dcall_ability_callback.cpp65 int32_t CallAbilityCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &… in OnReportAsyncResults()
Dcall_ability_callback_stub.cpp170 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAysncResults() local
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
Dcallabilitycallback_fuzzer.cpp159 int32_t reportId = static_cast<uint32_t>(size % REPORT_ID_NUM); in UpdateAysncResults() local
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_connect.cpp84 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAsyncResultRequest() local
Dzero_branch_test.cpp2259 CallResultReportId reportId = CallResultReportId::GET_CALL_CLIP_ID; variable