Home
last modified time | relevance | path

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

/base/telephony/cellular_call/test/fuzztest/reporthungupinfo_fuzzer/
Dreporthungupinfo_fuzzer.cpp40 auto iMSControl = std::make_shared<IMSControl>(); in DoSomethingInterestingWithMyAPI() local
64 iMSControl->Dial(callInfo, isEcc); in DoSomethingInterestingWithMyAPI()
65 iMSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()
66 iMSControl->Answer(callInfo); in DoSomethingInterestingWithMyAPI()
67 iMSControl->Reject(callInfo); in DoSomethingInterestingWithMyAPI()
68 iMSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()
69 iMSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()
70 iMSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()
71 iMSControl->ReportHungUpInfo(slotId); in DoSomethingInterestingWithMyAPI()