Home
last modified time | relevance | path

Searched refs:UpdateEventResultInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dreport_call_info_handler.h34 int32_t UpdateEventResultInfo(const CellularCallEventInfo &info);
H A Dcall_status_callback.h35 int32_t UpdateEventResultInfo(const CellularCallEventInfo &info) override;
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dcall_status_callback_proxy.h65 int32_t UpdateEventResultInfo(const CellularCallEventInfo &info) override;
H A Di_call_status_callback.h62 virtual int32_t UpdateEventResultInfo(const CellularCallEventInfo &info) = 0;
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dcall_status_callback.cpp127 int32_t CallStatusCallback::UpdateEventResultInfo(const CellularCallEventInfo &info) in UpdateEventResultInfo() function in OHOS::Telephony::CallStatusCallback
129 … int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateEventResultInfo(info); in UpdateEventResultInfo()
H A Dreport_call_info_handler.cpp148 int32_t ReportCallInfoHandler::UpdateEventResultInfo(const CellularCallEventInfo &info) in UpdateEventResultInfo() function in OHOS::Telephony::ReportCallInfoHandler
H A Dcall_status_callback_stub.cpp276 result = UpdateEventResultInfo(*parcelPtr); in OnUpdateEventReport()
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch_test_call_state.cpp581 callStatusCallbackProxy->UpdateEventResultInfo(eventInfo);
644 callStatusCallbackProxy->UpdateEventResultInfo(eventInfo);
H A Dzero_branch1_test.cpp850 …ASSERT_NE(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateEventResultInfo(mCellularC…
862 …ASSERT_EQ(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateEventResultInfo(mCellularC…
H A Dzero_branch6_test.cpp788 callStatusCallback->UpdateEventResultInfo(cellularCallEventIndo);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_register.cpp100 callManagerCallBack_->UpdateEventResultInfo(info); in ReportEventResultInfo()
/ohos5.0/base/telephony/call_manager/frameworks/native/src/
H A Dcall_status_callback_proxy.cpp144 int32_t CallStatusCallbackProxy::UpdateEventResultInfo(const CellularCallEventInfo &info) in UpdateEventResultInfo() function in OHOS::Telephony::CallStatusCallbackProxy