Home
last modified time | relevance | path

Searched refs:cellularCallConnectionCS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
H A Ddialrequest_fuzzer.cpp35 auto cellularCallConnectionCS = std::shared_ptr<CellularCallConnectionCS>(); in DoSomethingInterestingWithMyAPI() local
41 cellularCallConnectionCS->HangUpRequest(slotId); in DoSomethingInterestingWithMyAPI()
42 cellularCallConnectionCS->AnswerRequest(slotId); in DoSomethingInterestingWithMyAPI()
43 cellularCallConnectionCS->RejectRequest(slotId); in DoSomethingInterestingWithMyAPI()
44 cellularCallConnectionCS->HoldRequest(slotId); in DoSomethingInterestingWithMyAPI()
45 cellularCallConnectionCS->UnHoldCallRequest(slotId); in DoSomethingInterestingWithMyAPI()
46 cellularCallConnectionCS->SwitchCallRequest(slotId); in DoSomethingInterestingWithMyAPI()
47 cellularCallConnectionCS->DialRequest(slotId, dialRequest); in DoSomethingInterestingWithMyAPI()
48 cellularCallConnectionCS->StopDtmfRequest(slotId, index); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp606 CellularCallConnectionCS cellularCallConnectionCS; variable
624 CellularCallConnectionCS cellularCallConnectionCS; variable
643 CellularCallConnectionCS cellularCallConnectionCS; variable
657 CellularCallConnectionCS cellularCallConnectionCS; variable
671 CellularCallConnectionCS cellularCallConnectionCS; variable
685 CellularCallConnectionCS cellularCallConnectionCS; variable
699 CellularCallConnectionCS cellularCallConnectionCS; variable
718 CellularCallConnectionCS cellularCallConnectionCS; variable
737 CellularCallConnectionCS cellularCallConnectionCS; variable
752 CellularCallConnectionCS cellularCallConnectionCS; variable
[all …]
H A Dzero_branch1_test.cpp878 CellularCallConnectionCS cellularCallConnectionCS; variable
881 cellularCallConnectionCS.HangUpRequest(SIM2_SLOTID);
882 cellularCallConnectionCS.AnswerRequest(SIM2_SLOTID);
883 cellularCallConnectionCS.AnswerRequest(SIM1_SLOTID);
884 cellularCallConnectionCS.RejectRequest(SIM2_SLOTID);
885 cellularCallConnectionCS.HoldRequest(SIM2_SLOTID);
886 cellularCallConnectionCS.UnHoldCallRequest(SIM2_SLOTID);
887 cellularCallConnectionCS.SwitchCallRequest(SIM2_SLOTID);
894 cellularCallConnectionCS.StopDtmfRequest(SIM2_SLOTID, 0);
895 cellularCallConnectionCS.GetCsCallsDataRequest(SIM2_SLOTID, 0);
[all …]