Lines Matching refs:CellularCallInterface

97     int32_t Dial(const sptr<CellularCallInterface> &telephonyService) const;
98 int32_t HangUp(const sptr<CellularCallInterface> &telephonyService) const;
99 int32_t Answer(const sptr<CellularCallInterface> &telephonyService) const;
100 int32_t Reject(const sptr<CellularCallInterface> &telephonyService) const;
101 int32_t HoldCall(const sptr<CellularCallInterface> &telephonyService) const;
102 int32_t UnHoldCall(const sptr<CellularCallInterface> &telephonyService) const;
103 int32_t SwitchCall(const sptr<CellularCallInterface> &telephonyService) const;
104 int32_t IsEmergencyPhoneNumber(const sptr<CellularCallInterface> &telephonyService) const;
105 int32_t CombineConference(const sptr<CellularCallInterface> &telephonyService) const;
106 int32_t SeparateConference(const sptr<CellularCallInterface> &telephonyService) const;
107 int32_t InviteToConference(const sptr<CellularCallInterface> &telephonyService) const;
108 int32_t KickOutFromConference(const sptr<CellularCallInterface> &telephonyService) const;
109 int32_t HangUpAllConnection(const sptr<CellularCallInterface> &telephonyService) const;
110 int32_t UpdateImsCallMode(const sptr<CellularCallInterface> &telephonyService) const;
111 int32_t RegisterCallBack(const sptr<CellularCallInterface> &telephonyService) const;
112 int32_t UnRegisterCallBack(const sptr<CellularCallInterface> &telephonyService) const;
113 int32_t StartDtmf(const sptr<CellularCallInterface> &telephonyService) const;
114 int32_t StopDtmf(const sptr<CellularCallInterface> &telephonyService) const;
115 int32_t SendDtmf(const sptr<CellularCallInterface> &telephonyService) const;
116 int32_t StartRtt(const sptr<CellularCallInterface> &telephonyService) const;
117 int32_t StopRtt(const sptr<CellularCallInterface> &telephonyService) const;
118 int32_t SetCallTransferInfo(const sptr<CellularCallInterface> &telephonyService) const;
119 int32_t GetCallTransferInfo(const sptr<CellularCallInterface> &telephonyService) const;
120 int32_t SetCallWaiting(const sptr<CellularCallInterface> &telephonyService) const;
121 int32_t GetCallWaiting(const sptr<CellularCallInterface> &telephonyService) const;
122 int32_t SetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const;
123 int32_t GetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const;
124 int32_t SetCallRestrictionPassword(const sptr<CellularCallInterface> &telephonyService) const;
125 int32_t SetMute(const sptr<CellularCallInterface> &telephonyService) const;
126 int32_t GetMute(const sptr<CellularCallInterface> &telephonyService) const;
127 int32_t InputNumForInterface(const sptr<CellularCallInterface> &telephonyService) const;
160 auto telephonyService = iface_cast<CellularCallInterface>(remote);
183 using RequestFuncType = int32_t (CsTest::*)(const sptr<CellularCallInterface> &telephonyService) const;