Searched refs:ImsTest (Results 1 - 6 of 6) sorted by relevance
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_test.cpp | 44 void ImsTest::SetUpTestCase(void) in SetUpTestCase() 51 void ImsTest::TearDownTestCase(void) in TearDownTestCase() 56 void ImsTest::SetUp(void) in SetUp() 60 &ImsTest::SetDomainPreferenceMode; in SetUp() 62 &ImsTest::GetDomainPreferenceMode; in SetUp() 64 &ImsTest::SetImsSwitchStatus; in SetUp() 66 &ImsTest::GetImsSwitchStatus; in SetUp() 68 &ImsTest::SetImsConfigString; in SetUp() 69 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::SET_IMS_CONFIG_INT)] = &ImsTest::SetImsConfigInt; in SetUp() 70 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_IMS_CONFIG)] = &ImsTest in SetUp() [all...] |
H A D | ims1_test.cpp | 49 HWTEST_F(ImsTest, cellular_call_ims_test_001, Function | MediumTest | Level0) in HWTEST_F() 67 HWTEST_F(ImsTest, cellular_call_ims_test_002, Function | MediumTest | Level1) in HWTEST_F() 84 HWTEST_F(ImsTest, cellular_call_DialCall_0001, Function | MediumTest | Level2) in HWTEST_F() 105 HWTEST_F(ImsTest, cellular_call_DialCall_0002, Function | MediumTest | Level2) in HWTEST_F() 126 HWTEST_F(ImsTest, cellular_call_DialCall_0003, Function | MediumTest | Level2) in HWTEST_F() 147 HWTEST_F(ImsTest, cellular_call_DialCall_0004, Function | MediumTest | Level2) in HWTEST_F() 168 HWTEST_F(ImsTest, cellular_call_DialCall_0005, Function | MediumTest | Level2) in HWTEST_F() 189 HWTEST_F(ImsTest, cellular_call_DialCall_0006, Function | MediumTest | Level2) in HWTEST_F() 210 HWTEST_F(ImsTest, cellular_call_DialCall_0007, Function | MediumTest | Level2) in HWTEST_F() 231 HWTEST_F(ImsTest, cellular_call_DialCall_000 [all...] |
H A D | ims2_test.cpp | 52 HWTEST_F(ImsTest, cellular_call_SetVoNRState_0002, Function | MediumTest | Level2) in HWTEST_F() 79 HWTEST_F(ImsTest, cellular_call_GetVoNRState_0001, Function | MediumTest | Level2) in HWTEST_F() 108 HWTEST_F(ImsTest, cellular_call_StartRtt_0001, Function | MediumTest | Level2) in HWTEST_F() 135 HWTEST_F(ImsTest, cellular_call_StopRtt_0001, Function | MediumTest | Level2) in HWTEST_F() 162 HWTEST_F(ImsTest, cellular_call_SetDomainPreferenceMode_0001, Function | MediumTest | Level2) in HWTEST_F() 191 HWTEST_F(ImsTest, cellular_call_GetImsConfig_0001, Function | MediumTest | Level2) in HWTEST_F() 220 HWTEST_F(ImsTest, cellular_call_GetImsFeatureValue_0001, Function | MediumTest | Level2) in HWTEST_F() 249 HWTEST_F(ImsTest, cellular_call_SetMute_0001, Function | MediumTest | Level2) in HWTEST_F() 278 HWTEST_F(ImsTest, cellular_call_SetCallWaiting_0001, Function | MediumTest | Level2) in HWTEST_F() 307 HWTEST_F(ImsTest, cellular_call_GetCallWaiting_000 [all...] |
H A D | ims_callback1_test.cpp | 46 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0009, Function | MediumTest | Level3) in HWTEST_F() 100 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0010, Function | MediumTest | Level3) in HWTEST_F() 156 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0011, Function | MediumTest | Level3) in HWTEST_F() 202 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0012, Function | MediumTest | Level3) in HWTEST_F() 247 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0013, Function | MediumTest | Level3) in HWTEST_F() 297 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0014, Function | MediumTest | Level3) in HWTEST_F() 353 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0015, Function | MediumTest | Level3) in HWTEST_F() 390 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0016, Function | MediumTest | Level3) in HWTEST_F() 440 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_0017, Function | MediumTest | Level3) in HWTEST_F() 490 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackStub_001 [all...] |
H A D | ims_callback_test.cpp | 43 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackProxy_0001, Function | MediumTest | Level3) in HWTEST_F() 96 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackProxy_0002, Function | MediumTest | Level3) in HWTEST_F() 150 HWTEST_F(ImsTest, cellular_call_ImsCallCallbackProxy_0003, Function | MediumTest | Level3) in HWTEST_F()
|
H A D | ims_test.h | 134 class ImsTest : public testing::Test { class 281 using RequestFuncType = int32_t (ImsTest::*)(const sptr<CellularCallInterface> &telephonyService) const;
|
Completed in 6 milliseconds