Lines Matching refs:CellularCallInterface

141     int32_t SetDomainPreferenceMode(const sptr<CellularCallInterface> &telephonyService) const;
142 int32_t GetDomainPreferenceMode(const sptr<CellularCallInterface> &telephonyService) const;
143 int32_t SetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const;
144 int32_t GetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const;
145 int32_t SetImsConfigString(const sptr<CellularCallInterface> &telephonyService) const;
146 int32_t SetImsConfigInt(const sptr<CellularCallInterface> &telephonyService) const;
147 int32_t GetImsConfig(const sptr<CellularCallInterface> &telephonyService) const;
148 int32_t SetImsFeatureValue(const sptr<CellularCallInterface> &telephonyService) const;
149 int32_t GetImsFeatureValue(const sptr<CellularCallInterface> &telephonyService) const;
150 int32_t ControlCamera(const sptr<CellularCallInterface> &telephonyService) const;
151 int32_t SetPreviewWindow(const sptr<CellularCallInterface> &telephonyService) const;
152 int32_t SetDisplayWindow(const sptr<CellularCallInterface> &telephonyService) const;
153 int32_t SetCameraZoom(const sptr<CellularCallInterface> &telephonyService) const;
154 int32_t SetPausePicture(const sptr<CellularCallInterface> &telephonyService) const;
155 int32_t SetDeviceDirection(const sptr<CellularCallInterface> &telephonyService) const;
156 int32_t SendUpdateCallMediaModeRequest(const sptr<CellularCallInterface> &telephonyService) const;
157 int32_t SendUpdateCallMediaModeResponse(const sptr<CellularCallInterface> &telephonyService) const;
158 int32_t CancelCallUpgrade(const sptr<CellularCallInterface> &telephonyService) const;
159 int32_t RequestCameraCapabilities(const sptr<CellularCallInterface> &telephonyService) const;
160 int32_t InputNumForInterface(const sptr<CellularCallInterface> &telephonyService) const;
206 auto telephonyService = iface_cast<CellularCallInterface>(remote);
281 using RequestFuncType = int32_t (ImsTest::*)(const sptr<CellularCallInterface> &telephonyService) const;