Searched refs:iMSControl (Results 1 – 1 of 1) sorted by relevance
40 auto iMSControl = std::make_shared<IMSControl>(); in DoSomethingInterestingWithMyAPI() local64 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()