Home
last modified time | relevance | path

Searched refs:ReportCallInfoHandler (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/telephony_interaction/src/
H A Dreport_call_info_handler.cpp30 ReportCallInfoHandler::ReportCallInfoHandler() {} in ReportCallInfoHandler() function in OHOS::Telephony::ReportCallInfoHandler
32 ReportCallInfoHandler::~ReportCallInfoHandler() {} in ~ReportCallInfoHandler()
34 void ReportCallInfoHandler::Init() in Init()
41 int32_t ReportCallInfoHandler::UpdateCallReportInfo(const CallDetailInfo &info) in UpdateCallReportInfo()
84 int32_t ReportCallInfoHandler::UpdateCallsReportInfo(CallDetailsInfo &info) in UpdateCallsReportInfo()
125 int32_t ReportCallInfoHandler::UpdateDisconnectedCause(const DisconnectedDetails &details) in UpdateDisconnectedCause()
148 int32_t ReportCallInfoHandler::UpdateEventResultInfo(const CellularCallEventInfo &info) in UpdateEventResultInfo()
170 int32_t ReportCallInfoHandler::UpdateOttEventInfo(const OttCallEventInfo &info) in UpdateOttEventInfo()
193 int32_t ReportCallInfoHandler::ReceiveImsCallModeRequest(const CallModeReportInfo &response) in ReceiveImsCallModeRequest()
211 int32_t ReportCallInfoHandler::ReceiveImsCallModeResponse(const CallModeReportInfo &response) in ReceiveImsCallModeResponse()
[all …]
H A Dcall_status_callback.cpp64 …int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(detailI… in UpdateCallReportInfo()
107 …int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallsReportInfo(detail… in UpdateCallsReportInfo()
118 …int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateDisconnectedCause(deta… in UpdateDisconnectedCause()
129 … int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateEventResultInfo(info); in UpdateEventResultInfo()
140 int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateVoipEventInfo(info); in UpdateVoipEventInfo()
380 …int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->ReceiveImsCallModeRequest(re… in ReceiveUpdateCallMediaModeRequest()
401 …int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->ReceiveImsCallModeResponse(r… in ReceiveUpdateCallMediaModeResponse()
/ohos5.0/base/telephony/call_manager/services/telephony_interaction/include/
H A Dreport_call_info_handler.h27 class ReportCallInfoHandler : public std::enable_shared_from_this<ReportCallInfoHandler> {
28 DECLARE_DELAYED_SINGLETON(ReportCallInfoHandler)
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch1_test.cpp842 DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(mCallDetailInfo);
844 …ASSERT_NE(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallsReportInfo(mCallDetai…
847 …ASSERT_NE(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateDisconnectedCause(mDisconn…
850 …ASSERT_NE(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateEventResultInfo(mCellularC…
853 …ASSERT_NE(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateOttEventInfo(mOttCallEvent…
855 DelayedSingleton<ReportCallInfoHandler>::GetInstance()->Init();
856 …ASSERT_EQ(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(mCallDetail…
858 …ASSERT_EQ(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallsReportInfo(mCallDetai…
860 …ASSERT_EQ(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateDisconnectedCause(mDisconn…
862 …ASSERT_EQ(DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateEventResultInfo(mCellularC…
[all …]
/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service.cpp79 DelayedSingleton<ReportCallInfoHandler>::GetInstance()->Init(); in Init()
1257 …int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallsReportInfo(detail… in ReportOttCallDetailsInfo()
1268 …int32_t ret = DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateOttEventInfo(eventInfo… in ReportOttCallEventInfo()
/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_object_manager.cpp772 …return DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(callDetatilInf… in DealFailDial()
H A Dcall_request_process.cpp776 …return DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(callDetatilInf… in UpdateCallReportInfo()