Home
last modified time | relevance | path

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

/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()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_connection_test.cpp606 CellularCallConnectionCS cellularCallConnectionCS; in HWTEST_F() local
609 int32_t ret = cellularCallConnectionCS.HangUpRequest(slotId); in HWTEST_F()
613 ret = cellularCallConnectionCS.HangUpRequest(slotId); in HWTEST_F()
624 CellularCallConnectionCS cellularCallConnectionCS; in HWTEST_F() local
627 int32_t ret = cellularCallConnectionCS.AnswerRequest(slotId); in HWTEST_F()
631 ret = cellularCallConnectionCS.AnswerRequest(slotId); in HWTEST_F()
643 CellularCallConnectionCS cellularCallConnectionCS; in HWTEST_F() local
646 int32_t ret = cellularCallConnectionCS.RejectRequest(slotId); in HWTEST_F()
657 CellularCallConnectionCS cellularCallConnectionCS; in HWTEST_F() local
660 int32_t ret = cellularCallConnectionCS in HWTEST_F()
671 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
685 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
699 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
718 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
737 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
752 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
765 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
781 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
797 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
812 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
827 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
841 CellularCallConnectionCS cellularCallConnectionCS; HWTEST_F() local
[all...]
H A Dzero_branch1_test.cpp878 CellularCallConnectionCS cellularCallConnectionCS; in HWTEST_F() local
880 cellularCallConnectionCS.DialRequest(SIM2_SLOTID, dialRequestStruct); in HWTEST_F()
881 cellularCallConnectionCS.HangUpRequest(SIM2_SLOTID); in HWTEST_F()
882 cellularCallConnectionCS.AnswerRequest(SIM2_SLOTID); in HWTEST_F()
883 cellularCallConnectionCS.AnswerRequest(SIM1_SLOTID); in HWTEST_F()
884 cellularCallConnectionCS.RejectRequest(SIM2_SLOTID); in HWTEST_F()
885 cellularCallConnectionCS.HoldRequest(SIM2_SLOTID); in HWTEST_F()
886 cellularCallConnectionCS.UnHoldCallRequest(SIM2_SLOTID); in HWTEST_F()
887 cellularCallConnectionCS.SwitchCallRequest(SIM2_SLOTID); in HWTEST_F()
888 cellularCallConnectionCS in HWTEST_F()
[all...]

Completed in 4 milliseconds