Lines Matching defs:const
53 virtual int32_t Dial(const CellularCallInfo &callInfo, bool isEcc) = 0;
68 virtual int32_t HangUp(const CellularCallInfo &callInfo, CallSupplementType type) = 0;
81 virtual int32_t Answer(const CellularCallInfo &callInfo) = 0;
94 virtual int32_t Reject(const CellularCallInfo &callInfo) = 0;
163 virtual int32_t ReportCallsData(int32_t slotId, const CallInfoList &callInfoList) = 0;
171 int32_t DialPreJudgment(const CellularCallInfo &callInfo, bool isEcc);
193 bool IsDtmfKey(char c) const;
220 T2 FindConnectionByState(const T1 &&t1, TelCallState state) const
239 T2 FindConnectionByIndex(const T1 &&t1, int32_t index) const
259 bool SetConnectionData(T1 &&t1, const int32_t &key, const T2 &con)
278 for (const auto &it : t) {
300 int32_t StartDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const
337 int32_t StopDtmf(T &&t, const CellularCallInfo &callInfo) const
369 int32_t SendDtmf(T &&t, char cDtmfCode, const CellularCallInfo &callInfo) const
413 int32_t GetCallFailReason(int32_t slotId, T &&t) const
426 bool CheckAirplaneModeScene(const CellularCallInfo &callInfo);
436 int32_t HandleEcc(const CellularCallInfo &callInfo, bool isEcc, bool isAirplaneModeOn, bool isActivateSim);