Searched refs:CallTransferResponse (Results 1 – 18 of 18) sorted by relevance
46 void ReportGetTransferResult(const CallTransferResponse &response);
44 int32_t UpdateGetTransferResult(const CallTransferResponse &response) override;
38 int32_t UpdateGetTransferResult(const CallTransferResponse &callTransferResponse) override;
37 virtual int32_t UpdateGetTransferResult(const CallTransferResponse &callTransferResponse) = 0;
60 int32_t GetCallTransferResponse(int32_t slotId, const CallTransferResponse &response) override;
335 … virtual int32_t GetCallTransferResponse(int32_t slotId, const CallTransferResponse &response) = 0;
61 int32_t GetCallTransferResponse(int32_t slotId, const CallTransferResponse &response) override;
398 auto response = (CallTransferResponse *)data.ReadRawData(sizeof(CallTransferResponse)); in OnGetCallTransferResponseInner()786 int32_t ImsCallCallbackStub::GetCallTransferResponse(int32_t slotId, const CallTransferResponse &re… in GetCallTransferResponse()795 …std::shared_ptr<CallTransferResponse> callTransferResponse = std::make_shared<CallTransferResponse… in GetCallTransferResponse()
598 int32_t ImsCallCallbackProxy::GetCallTransferResponse(int32_t slotId, const CallTransferResponse &r… in GetCallTransferResponse()609 if (!in.WriteRawData((const void *)&response, sizeof(CallTransferResponse))) { in GetCallTransferResponse()
95 CallTransferResponse callTransferResponse; in ReportSetRestrictionResult()
139 void CellularCallRegister::ReportGetTransferResult(const CallTransferResponse &response) in ReportGetTransferResult()
288 const CallTransferResponse *parcelPtr = nullptr; in OnUpdateGetTransferResult()297 …if ((parcelPtr = reinterpret_cast<const CallTransferResponse *>(data.ReadRawData(len))) == nullptr… in OnUpdateGetTransferResult()
226 int32_t CallStatusCallbackProxy::UpdateGetTransferResult(const CallTransferResponse &callTransferRe… in UpdateGetTransferResult()235 int32_t length = sizeof(CallTransferResponse); in UpdateGetTransferResult()
217 int32_t CallStatusCallback::UpdateGetTransferResult(const CallTransferResponse &response) in UpdateGetTransferResult()
452 struct CallTransferResponse { struct
637 CallTransferResponse info; in GetCallTransfer()
372 CallTransferResponse response; in BuildCallForwardQueryInfo()
2233 CallTransferResponse transferResponse;