Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp162 CallResultReportId reportId = CallResultReportId::START_DTMF_REPORT_ID; in StartDtmfResult() local
171 CallResultReportId reportId = CallResultReportId::STOP_DTMF_REPORT_ID; in StopDtmfResult() local
180 CallResultReportId reportId = CallResultReportId::SEND_USSD_REPORT_ID; in SendUssdResult() local
212 CallResultReportId reportId = CallResultReportId::GET_CALL_WAITING_REPORT_ID; in UpdateGetWaitingResult() local
292 CallResultReportId reportId = CallResultReportId::GET_CALL_CLIP_ID; in UpdateGetCallClipResult() local
304 CallResultReportId reportId = CallResultReportId::GET_CALL_CLIR_ID; in UpdateGetCallClirResult() local
315 CallResultReportId reportId = CallResultReportId::SET_CALL_CLIR_ID; in UpdateSetCallClirResult() local
324 CallResultReportId reportId = CallResultReportId::START_RTT_REPORT_ID; in StartRttResult() local
333 CallResultReportId reportId = CallResultReportId::STOP_RTT_REPORT_ID; in StopRttResult() local
341 CallResultReportId reportId = CallResultReportId::GET_IMS_CONFIG_REPORT_ID; in GetImsConfigResult() local
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_hogp.cpp161 int HidHostHogp::SendGetReport(uint8_t reportId, Characteristic character) in SendGetReport()
235 int HidHostHogp::ReceiveControlData(Characteristic character, uint8_t reportId) in ReceiveControlData()
258 HogpReport* HidHostHogp::FindReportByTypeAndId(uint8_t type, uint8_t reportId) in FindReportByTypeAndId()
751 uint8_t reportId = 0; in OnCharacteristicChanged() local
H A Dhid_host_defines.h118 uint8_t reportId = 0; member
147 uint8_t reportId = 0; member
/ohos5.0/base/telephony/call_manager/test/unittest/ui_client/
H A Dcall_manager_callback_test.cpp47 int32_t CallManagerCallbackTest::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacM… in OnReportAsyncResults()
/ohos5.0/base/telephony/call_manager/services/call_report/src/
H A Dcall_ability_callback_proxy.cpp109 int32_t CallAbilityCallbackProxy::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::Pac… in OnReportAsyncResults()
160 CallResultReportId reportId, AppExecFwk::PacMap &resultInfo, MessageParcel &dataParcel) in PackDataParcel()
H A Dcall_ability_report_proxy.cpp226 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in ReportAsyncResults()
/ohos5.0/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()
397 int32_t OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in OnReportAsyncResults()
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_callback.cpp57 int32_t NapiCallManagerCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacM… in OnReportAsyncResults()
H A Dnapi_call_ability_callback.cpp806 const CallResultReportId reportId, AppExecFwk::PacMap &resultInfo) in UpdateAsyncResultsInfo()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_ability_callback.cpp65 int32_t CallAbilityCallback::OnReportAsyncResults(CallResultReportId reportId, AppExecFwk::PacMap &… in OnReportAsyncResults()
H A Dcall_ability_callback_stub.cpp141 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAysncResults() local
/ohos5.0/base/tee/tee_client/services/cadaemon/src/tui_daemon/
H A Dtui_event.h86 int32_t OnReportAsyncResults(OHOS::Telephony::CallResultReportId reportId, in OnReportAsyncResults()
/ohos5.0/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
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager_connect.cpp84 CallResultReportId reportId = static_cast<CallResultReportId>(data.ReadInt32()); in OnUpdateAsyncResultRequest() local
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp384 CallResultReportId reportId = CallResultReportId::GET_CALL_CLIP_ID; variable