Searched refs:CallSessionReportInfo (Results 1 – 12 of 12) sorted by relevance
285 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &eventOptions) override;
282 virtual int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) = 0;
488 struct CallSessionReportInfo { struct
64 int32_t HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) override;
342 length = sizeof(CallSessionReportInfo);344 CallSessionReportInfo callSessionReportInfo;
701 CallSessionReportInfo sessionReportInfo;
841 CallSessionReportInfo callSessionReportInfo;
381 int32_t length = sizeof(CallSessionReportInfo); in HandleCallSessionEventChanged()383 CallSessionReportInfo callSessionReportInfo; in HandleCallSessionEventChanged()
770 int32_t CallStatusCallbackProxy::HandleCallSessionEventChanged(const CallSessionReportInfo &eventOp… in HandleCallSessionEventChanged()778 int32_t length = sizeof(CallSessionReportInfo); in HandleCallSessionEventChanged()
815 const CallSessionReportInfo *parcelPtr = nullptr; in OnCallSessionEventChange()821 …if ((parcelPtr = reinterpret_cast<const CallSessionReportInfo *>(data.ReadRawData(len))) == nullpt… in OnCallSessionEventChange()
460 int32_t CallStatusCallback::HandleCallSessionEventChanged(const CallSessionReportInfo &reportInfo) in HandleCallSessionEventChanged()
462 CallSessionReportInfo response; in HandleCallSessionEventChanged()