Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/call_manager/services/call_manager_service/src/
H A Dcall_manager_service_stub.cpp1222 OttCallEventInfo *pEventInfo = (OttCallEventInfo *)data.ReadRawData(sizeof(OttCallEventInfo)); in OnReportOttCallEventInfo() local
1223 if (pEventInfo == nullptr) { in OnReportOttCallEventInfo()
1227 result = ReportOttCallEventInfo(*pEventInfo); in OnReportOttCallEventInfo()