Lines Matching defs:const
114 int32_t CsTest::Dial(const sptr<CellularCallInterface> &telephonyService) const in Dial() argument
132 int32_t CsTest::HangUp(const sptr<CellularCallInterface> &telephonyService) const in HangUp() argument
147 int32_t CsTest::Answer(const sptr<CellularCallInterface> &telephonyService) const in Answer() argument
157 int32_t CsTest::Reject(const sptr<CellularCallInterface> &telephonyService) const in Reject() argument
169 int32_t CsTest::HoldCall(const sptr<CellularCallInterface> &telephonyService) const in HoldCall() argument
179 int32_t CsTest::UnHoldCall(const sptr<CellularCallInterface> &telephonyService) const in UnHoldCall() argument
189 int32_t CsTest::SwitchCall(const sptr<CellularCallInterface> &telephonyService) const in SwitchCall() argument
199 int32_t CsTest::IsEmergencyPhoneNumber(const sptr<CellularCallInterface> &telephonyService) const in IsEmergencyPhoneNumber() argument
213 int32_t CsTest::CombineConference(const sptr<CellularCallInterface> &telephonyService) const in CombineConference() argument
223 int32_t CsTest::SeparateConference(const sptr<CellularCallInterface> &telephonyService) const in SeparateConference() argument
235 int32_t CsTest::InviteToConference(const sptr<CellularCallInterface> &telephonyService) const in InviteToConference() argument
248 int32_t CsTest::KickOutFromConference(const sptr<CellularCallInterface> &telephonyService) const in KickOutFromConference() argument
260 int32_t CsTest::HangUpAllConnection(const sptr<CellularCallInterface> &telephonyService) const in HangUpAllConnection() argument
266 int32_t CsTest::RegisterCallBack(const sptr<CellularCallInterface> &telephonyService) const in RegisterCallBack() argument
272 int32_t CsTest::UnRegisterCallBack(const sptr<CellularCallInterface> &telephonyService) const in UnRegisterCallBack() argument
278 int32_t CsTest::StartDtmf(const sptr<CellularCallInterface> &telephonyService) const in StartDtmf() argument
293 int32_t CsTest::StopDtmf(const sptr<CellularCallInterface> &telephonyService) const in StopDtmf() argument
305 int32_t CsTest::SendDtmf(const sptr<CellularCallInterface> &telephonyService) const in SendDtmf() argument
320 int32_t CsTest::StartRtt(const sptr<CellularCallInterface> &telephonyService) const in StartRtt() argument
332 int32_t CsTest::StopRtt(const sptr<CellularCallInterface> &telephonyService) const in StopRtt() argument
341 int32_t CsTest::SetCallTransferInfo(const sptr<CellularCallInterface> &telephonyService) const in SetCallTransferInfo() argument
361 int32_t CsTest::GetCallTransferInfo(const sptr<CellularCallInterface> &telephonyService) const in GetCallTransferInfo() argument
373 int32_t CsTest::SetCallWaiting(const sptr<CellularCallInterface> &telephonyService) const in SetCallWaiting() argument
383 int32_t CsTest::GetCallWaiting(const sptr<CellularCallInterface> &telephonyService) const in GetCallWaiting() argument
392 int32_t CsTest::SetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const in SetCallRestriction() argument
412 int32_t CsTest::GetCallRestriction(const sptr<CellularCallInterface> &telephonyService) const in GetCallRestriction() argument
424 int32_t CsTest::SetCallRestrictionPassword(const sptr<CellularCallInterface> &telephonyService) con… in SetCallRestrictionPassword() argument
446 int32_t CsTest::SetMute(const sptr<CellularCallInterface> &telephonyService) const in SetMute() argument
458 int32_t CsTest::GetMute(const sptr<CellularCallInterface> &telephonyService) const in GetMute() argument
511 int32_t CsTest::InputNumForInterface(const sptr<CellularCallInterface> &telephonyService) const in InputNumForInterface() argument
550 int32_t CsTest::InitCallInfo(CellularCallInfo &callInfo) const in InitCallInfo()