Lines Matching defs:HRilCall

23 HRilCall::HRilCall(int32_t slotId) : HRilBase(slotId)
31 HRilCall::~HRilCall()
36 bool HRilCall::IsCallResponse(uint32_t code)
41 bool HRilCall::IsCallNotification(uint32_t code)
46 bool HRilCall::IsCallRespOrNotify(uint32_t code)
51 void HRilCall::AddCallNotificationToMap()
77 void HRilCall::AddCallBasicResponseToMap()
127 void HRilCall::AddCallSupplementResponseToMap()
176 void HRilCall::AddCallAdditionalResponseToMap()
198 int32_t HRilCall::GetCallList(int32_t serialId)
203 int32_t HRilCall::Dial(int32_t serialId, const OHOS::HDI::Ril::V1_1::DialInfo &dialInfo)
211 int32_t HRilCall::Hangup(int32_t serialId, int32_t gsmIndex)
217 int32_t HRilCall::Reject(int32_t serialId)
222 int32_t HRilCall::Answer(int32_t serialId)
227 int32_t HRilCall::HoldCall(int32_t serialId)
232 int32_t HRilCall::UnHoldCall(int32_t serialId)
237 int32_t HRilCall::SwitchCall(int32_t serialId)
242 int32_t HRilCall::CombineConference(int32_t serialId, int32_t callType)
248 int32_t HRilCall::SeparateConference(int32_t serialId, int32_t callIndex, int32_t callType)
254 int32_t HRilCall::CallSupplement(int32_t serialId, int32_t type)
259 int32_t HRilCall::GetClip(int32_t serialId)
264 int32_t HRilCall::SetClip(int32_t serialId, int32_t action)
269 int32_t HRilCall::GetClir(int32_t serialId)
274 int32_t HRilCall::SetClir(int32_t serialId, int32_t action)
279 int32_t HRilCall::GetCallRestriction(int32_t serialId, const std::string &fac)
285 int32_t HRilCall::SetCallRestriction(
295 int32_t HRilCall::GetCallWaiting(int32_t serialId)
300 int32_t HRilCall::SetCallWaiting(int32_t serialId, int32_t activate)
305 int32_t HRilCall::GetCallTransferInfo(int32_t serialId, int32_t reason)
311 int32_t HRilCall::SetCallTransferInfo(
323 int32_t HRilCall::GetCallPreferenceMode(int32_t serialId)
329 int32_t HRilCall::SetCallPreferenceMode(int32_t serialId, int32_t mode)
335 int32_t HRilCall::SetUssd(int32_t serialId, const std::string &str)
341 int32_t HRilCall::GetUssd(int32_t serialId)
346 int32_t HRilCall::SetMute(int32_t serialId, int32_t mute)
351 int32_t HRilCall::GetMute(int32_t serialId)
356 int32_t HRilCall::GetCallFailReason(int32_t serialId)
361 int32_t HRilCall::GetEmergencyCallList(int32_t serialId)
366 int32_t HRilCall::SetBarringPassword(int32_t serialId, const OHOS::HDI::Ril::V1_1::SetBarringInfo &setBarringInfo)
376 int32_t HRilCall::StartDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo)
384 int32_t HRilCall::SendDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo)
395 int32_t HRilCall::StopDtmf(int32_t serialId, const OHOS::HDI::Ril::V1_1::DtmfInfo &dtmfInfo)
403 int32_t HRilCall::CloseUnFinishedUssd(int32_t serialId)
408 int32_t HRilCall::SetVonrSwitch(int32_t serialId, int32_t status)
413 void HRilCall::BuildICallList(
440 int32_t HRilCall::GetCallListResponse(
454 int32_t HRilCall::DialResponse(
460 int32_t HRilCall::HangupResponse(
466 int32_t HRilCall::RejectResponse(
472 int32_t HRilCall::AnswerResponse(
478 int32_t HRilCall::HoldCallResponse(
484 int32_t HRilCall::GetClipResponse(
501 int32_t HRilCall::SetClipResponse(
507 int32_t HRilCall::UnHoldCallResponse(
513 int32_t HRilCall::SwitchCallResponse(
519 int32_t HRilCall::CombineConferenceResponse(
525 int32_t HRilCall::SeparateConferenceResponse(
531 int32_t HRilCall::CallSupplementResponse(
537 int32_t HRilCall::GetCallWaitingResponse(
554 int32_t HRilCall::SetCallWaitingResponse(
560 int32_t HRilCall::GetCallTransferInfoResponse(
574 void HRilCall::BuildICallForwardQueryInfoList(HDI::Ril::V1_1::CallForwardQueryInfoList &cFQueryList,
599 int32_t HRilCall::SetCallTransferInfoResponse(
605 int32_t HRilCall::GetClirResponse(
622 int32_t HRilCall::SetClirResponse(
628 int32_t HRilCall::GetCallRestrictionResponse(
645 int32_t HRilCall::SetCallRestrictionResponse(
651 int32_t HRilCall::SetBarringPasswordResponse(
657 int32_t HRilCall::StartDtmfResponse(
663 int32_t HRilCall::SendDtmfResponse(
669 int32_t HRilCall::StopDtmfResponse(
675 int32_t HRilCall::GetCallPreferenceModeResponse(
689 int32_t HRilCall::SetCallPreferenceModeResponse(
695 int32_t HRilCall::SetUssdResponse(
701 int32_t HRilCall::GetMuteResponse(
715 int32_t HRilCall::SetMuteResponse(
721 int32_t HRilCall::GetUssdResponse(
735 int32_t HRilCall::GetCallFailReasonResponse(
749 void HRilCall::BuildIEmergencyCallList(
773 int32_t HRilCall::GetEmergencyCallListResponse(
787 int32_t HRilCall::SetEmergencyCallList(
797 void HRilCall::CopyToHRilEmergencyInfoArray(
824 int32_t HRilCall::SetEmergencyCallListResponse(
830 int32_t HRilCall::CloseUnFinishedUssdResponse(
836 int32_t HRilCall::SetVonrSwitchResponse(
842 int32_t HRilCall::CallStateUpdated(
848 int32_t HRilCall::CallUssdNotice(
862 int32_t HRilCall::CallSsNotice(int32_t notifyType, const HRilErrNumber error, const void *response, size_t responseLen)
877 int32_t HRilCall::CallSrvccStatusNotice(
890 int32_t HRilCall::CallRingbackVoiceNotice(
903 int32_t HRilCall::CallEmergencyNotice(
915 int32_t HRilCall::CallRsrvccStatusNotify(
921 void HRilCall::RegisterCallFuncs(const HRilCallReq *callFuncs)