Home
last modified time | relevance | path

Searched refs:ReportCallInfoHandlerService (Results 1 – 4 of 4) sorted by relevance

/base/telephony/call_manager/services/telephony_interaction/src/
Dreport_call_info_handler.cpp28 memberFuncMap_[ReportCallInfoHandlerService::HANDLER_UPDATE_CELLULAR_CALL_INFO] = in ReportCallInfoHandler()
30 memberFuncMap_[ReportCallInfoHandlerService::HANDLER_UPDATE_CALL_INFO_LIST] = in ReportCallInfoHandler()
32 memberFuncMap_[ReportCallInfoHandlerService::HANDLER_UPDATE_DISCONNECTED_CAUSE] = in ReportCallInfoHandler()
34 memberFuncMap_[ReportCallInfoHandlerService::HANDLER_UPDATE_CELLULAR_EVENT_RESULT_INFO] = in ReportCallInfoHandler()
36 memberFuncMap_[ReportCallInfoHandlerService::HANDLER_UPDATE_OTT_EVENT_RESULT_INFO] = in ReportCallInfoHandler()
38 memberFuncMap_[ReportCallInfoHandlerService::HANDLE_UPDATE_MEDIA_MODE_RESPONSE] = in ReportCallInfoHandler()
195 ReportCallInfoHandlerService::ReportCallInfoHandlerService() : eventLoop_(nullptr), handler_(nullpt… in ReportCallInfoHandlerService() function in OHOS::Telephony::ReportCallInfoHandlerService
197 ReportCallInfoHandlerService::~ReportCallInfoHandlerService() in ~ReportCallInfoHandlerService()
206 void ReportCallInfoHandlerService::Start() in Start()
223 int32_t ReportCallInfoHandlerService::UpdateCallReportInfo(const CallDetailInfo &info) in UpdateCallReportInfo()
[all …]
Dcall_status_callback.cpp43 …int32_t ret = DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->UpdateCallReportInfo(… in UpdateCallReportInfo()
83 …int32_t ret = DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->UpdateCallsReportInfo… in UpdateCallsReportInfo()
94 …int32_t ret = DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->UpdateDisconnectedCau… in UpdateDisconnectedCause()
105 …int32_t ret = DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->UpdateEventResultInfo… in UpdateEventResultInfo()
335 …(void)DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->UpdateMediaModeResponse(respo… in ReceiveUpdateCallMediaModeResponse()
/base/telephony/call_manager/services/telephony_interaction/include/
Dreport_call_info_handler.h49 class ReportCallInfoHandlerService : public std::enable_shared_from_this<ReportCallInfoHandlerServi…
50 DECLARE_DELAYED_SINGLETON(ReportCallInfoHandlerService)
/base/telephony/call_manager/services/call_manager_service/src/
Dcall_manager_service.cpp65 DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->Start(); in Init()
813 …int32_t ret = DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->UpdateCallsReportInfo… in ReportOttCallDetailsInfo()
824 …int32_t ret = DelayedSingleton<ReportCallInfoHandlerService>::GetInstance()->UpdateOttEventInfo(ev… in ReportOttCallEventInfo()