Searched refs:cellularCallConnectionIMS (Results 1 - 2 of 2) sorted by relevance
/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/ |
H A D | answerrequest_fuzzer.cpp | 36 auto cellularCallConnectionIMS = std::shared_ptr<CellularCallConnectionIMS>(); in DoSomethingInterestingWithMyAPI() local 44 cellularCallConnectionIMS->HangUpRequest(slotId, phoneNum, index); in DoSomethingInterestingWithMyAPI() 45 cellularCallConnectionIMS->AnswerRequest(slotId, phoneNum, videoState, index); in DoSomethingInterestingWithMyAPI() 46 cellularCallConnectionIMS->RejectRequest(slotId, phoneNum, index); in DoSomethingInterestingWithMyAPI() 47 cellularCallConnectionIMS->HoldCallRequest(slotId); in DoSomethingInterestingWithMyAPI() 48 cellularCallConnectionIMS->UnHoldCallRequest(slotId); in DoSomethingInterestingWithMyAPI() 49 cellularCallConnectionIMS->InviteToConferenceRequest(slotId, numberList); in DoSomethingInterestingWithMyAPI() 50 cellularCallConnectionIMS->KickOutFromConferenceRequest(slotId, index); in DoSomethingInterestingWithMyAPI() 51 cellularCallConnectionIMS->StartRttRequest(slotId, msg); in DoSomethingInterestingWithMyAPI() 52 cellularCallConnectionIMS in DoSomethingInterestingWithMyAPI() [all...] |
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_connection_test.cpp | 49 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); in HWTEST_F() local 53 int32_t ret = cellularCallConnectionIMS->HangUpRequest(slotId, phoneNum, index); in HWTEST_F() 64 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); in HWTEST_F() local 69 int32_t ret = cellularCallConnectionIMS->AnswerRequest(slotId, phoneNum, videoState, index); in HWTEST_F() 80 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); in HWTEST_F() local 84 int32_t ret = cellularCallConnectionIMS->RejectRequest(slotId, phoneNum, index); in HWTEST_F() 95 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); in HWTEST_F() local 97 int32_t ret = cellularCallConnectionIMS->HoldCallRequest(slotId); in HWTEST_F() 108 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); in HWTEST_F() local 110 int32_t ret = cellularCallConnectionIMS in HWTEST_F() 121 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 135 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 149 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 163 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 176 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 190 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 205 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 220 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 234 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 248 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 261 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 274 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 288 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 299 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local 312 auto cellularCallConnectionIMS = std::make_shared<CellularCallConnectionIMS>(); HWTEST_F() local [all...] |
Completed in 2 milliseconds