Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/src/
Dcellular_call_supplement.cpp319 CallWaitResponse callWaitResponse; in EventGetCallWaiting() local
320 callWaitResponse.result = waitingInfo.result; in EventGetCallWaiting()
327 callWaitResponse.status = waitingInfo.status; in EventGetCallWaiting()
328 callWaitResponse.classCw = waitingInfo.classCw; in EventGetCallWaiting()
333 DelayedSingleton<CellularCallRegister>::GetInstance()->ReportGetWaitingResult(callWaitResponse); in EventGetCallWaiting()
340 CallWaitResponse callWaitResponse; in EventSetCallWaiting() local
341 callWaitResponse.result = static_cast<int32_t>(responseInfo.error); in EventSetCallWaiting()
/base/telephony/call_manager/services/telephony_interaction/include/
Dcall_status_callback_proxy.h34 int32_t UpdateGetWaitingResult(const CallWaitResponse &callWaitResponse) override;
Di_call_status_callback.h33 virtual int32_t UpdateGetWaitingResult(const CallWaitResponse &callWaitResponse) = 0;
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_stub.cpp853 std::shared_ptr<CallWaitResponse> callWaitResponse = std::make_shared<CallWaitResponse>(); in GetCallWaitingResponse() local
854 if (callWaitResponse == nullptr) { in GetCallWaitingResponse()
858 *callWaitResponse = response; in GetCallWaitingResponse()
859 bool ret = handler->SendEvent(RadioEvent::RADIO_GET_CALL_WAIT, callWaitResponse); in GetCallWaitingResponse()
/base/telephony/call_manager/services/telephony_interaction/src/
Dcall_status_callback_proxy.cpp142 int32_t CallStatusCallbackProxy::UpdateGetWaitingResult(const CallWaitResponse &callWaitResponse) in UpdateGetWaitingResult() argument
153 dataParcel.WriteRawData((const void *)&callWaitResponse, length); in UpdateGetWaitingResult()