Searched refs:iMSControl (Results 1 – 1 of 1) sorted by relevance
41 auto iMSControl = std::make_shared<IMSControl>(); in DoSomethingInterestingWithMyAPI() local65 iMSControl->Dial(callInfo, isEcc); in DoSomethingInterestingWithMyAPI()66 iMSControl->HangUp(callInfo, type); in DoSomethingInterestingWithMyAPI()67 iMSControl->Answer(callInfo); in DoSomethingInterestingWithMyAPI()68 iMSControl->Reject(callInfo); in DoSomethingInterestingWithMyAPI()69 iMSControl->HoldCall(slotId); in DoSomethingInterestingWithMyAPI()70 iMSControl->UnHoldCall(slotId); in DoSomethingInterestingWithMyAPI()71 iMSControl->SwitchCall(slotId); in DoSomethingInterestingWithMyAPI()72 iMSControl->ReportHangUpInfo(slotId); in DoSomethingInterestingWithMyAPI()