Searched refs:ReportCallInfoHandler (Results 1 – 7 of 7) sorted by relevance
30 ReportCallInfoHandler::ReportCallInfoHandler() {} in ReportCallInfoHandler() function in OHOS::Telephony::ReportCallInfoHandler32 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 …]
64 …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()
27 class ReportCallInfoHandler : public std::enable_shared_from_this<ReportCallInfoHandler> {28 DECLARE_DELAYED_SINGLETON(ReportCallInfoHandler)
842 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 …]
79 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()
772 …return DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(callDetatilInf… in DealFailDial()
776 …return DelayedSingleton<ReportCallInfoHandler>::GetInstance()->UpdateCallReportInfo(callDetatilInf… in UpdateCallReportInfo()