Lines Matching refs:ImsTest

44 void ImsTest::SetUpTestCase(void)
51 void ImsTest::TearDownTestCase(void)
56 void ImsTest::SetUp(void)
60 &ImsTest::SetDomainPreferenceMode;
62 &ImsTest::GetDomainPreferenceMode;
64 &ImsTest::SetImsSwitchStatus;
66 &ImsTest::GetImsSwitchStatus;
68 &ImsTest::SetImsConfigString;
69 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_IMS_CONFIG_INT)] = &ImsTest::SetImsConfigInt;
70 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_IMS_CONFIG)] = &ImsTest::GetImsConfig;
71 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_IMS_FEATURE)] = &ImsTest::SetImsFeatureValue;
72 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_IMS_FEATURE)] = &ImsTest::GetImsFeatureValue;
73 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::CTRL_CAMERA)] = &ImsTest::ControlCamera;
74 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_PREVIEW_WINDOW)] = &ImsTest::SetPreviewWindow;
75 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_DISPLAY_WINDOW)] = &ImsTest::SetDisplayWindow;
76 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_CAMERA_ZOOM)] = &ImsTest::SetCameraZoom;
77 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_PAUSE_IMAGE)] = &ImsTest::SetPausePicture;
79 &ImsTest::SetDeviceDirection;
81 &ImsTest::SendUpdateCallMediaModeRequest;
83 &ImsTest::SendUpdateCallMediaModeResponse;
85 &ImsTest::CancelCallUpgrade;
87 &ImsTest::RequestCameraCapabilities;
90 void ImsTest::TearDown(void)
95 int32_t ImsTest::SetDomainPreferenceMode(const sptr<CellularCallInterface> &telephonyService) const
107 int32_t ImsTest::GetDomainPreferenceMode(const sptr<CellularCallInterface> &telephonyService) const
116 int32_t ImsTest::SetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const
128 int32_t ImsTest::GetImsSwitchStatus(const sptr<CellularCallInterface> &telephonyService) const
138 int32_t ImsTest::SetImsConfigString(const sptr<CellularCallInterface> &telephonyService) const
151 int32_t ImsTest::SetImsConfigInt(const sptr<CellularCallInterface> &telephonyService) const
164 int32_t ImsTest::GetImsConfig(const sptr<CellularCallInterface> &telephonyService) const
174 int32_t ImsTest::SetImsFeatureValue(const sptr<CellularCallInterface> &telephonyService) const
187 int32_t ImsTest::GetImsFeatureValue(const sptr<CellularCallInterface> &telephonyService) const
197 int32_t ImsTest::ControlCamera(const sptr<CellularCallInterface> &telephonyService) const
206 int32_t ImsTest::SetPreviewWindow(const sptr<CellularCallInterface> &telephonyService) const
221 int32_t ImsTest::SetDisplayWindow(const sptr<CellularCallInterface> &telephonyService) const
236 int32_t ImsTest::SetCameraZoom(const sptr<CellularCallInterface> &telephonyService) const
243 int32_t ImsTest::SetPausePicture(const sptr<CellularCallInterface> &telephonyService) const
252 int32_t ImsTest::SetDeviceDirection(const sptr<CellularCallInterface> &telephonyService) const
261 int32_t ImsTest::SendUpdateCallMediaModeRequest(const sptr<CellularCallInterface> &telephonyService) const
285 int32_t ImsTest::SendUpdateCallMediaModeResponse(const sptr<CellularCallInterface> &telephonyService) const
309 int32_t ImsTest::CancelCallUpgrade(const sptr<CellularCallInterface> &telephonyService) const
317 int32_t ImsTest::RequestCameraCapabilities(const sptr<CellularCallInterface> &telephonyService) const
325 int32_t ImsTest::InputNumForInterface(const sptr<CellularCallInterface> &telephonyService) const