Home
last modified time | relevance | path

Searched refs:cellularCallConnectionIMS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/answerrequest_fuzzer/
H A Danswerrequest_fuzzer.cpp36 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->StopRttRequest(slotId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp97 int32_t ret = cellularCallConnectionIMS->HoldCallRequest(slotId);
110 int32_t ret = cellularCallConnectionIMS->UnHoldCallRequest(slotId);
165 int32_t ret = cellularCallConnectionIMS->SwitchCallRequest(slotId);
223 int32_t ret = cellularCallConnectionIMS->StopDtmfRequest(slotId, index);
237 int32_t ret = cellularCallConnectionIMS->StartRttRequest(slotId, msg);
250 int32_t ret = cellularCallConnectionIMS->StopRttRequest(slotId);
263 int32_t ret = cellularCallConnectionIMS->GetCallFailReasonRequest(slotId);
289 EXPECT_FALSE(cellularCallConnectionIMS->IsNeedToDial());
301 cellularCallConnectionIMS->SetDialFlag(isNeedToDial);
302 EXPECT_EQ(cellularCallConnectionIMS->isNeedToDial_, 0);
[all …]