Lines Matching refs:telephonyService
56 auto telephonyService = iface_cast<CellularCallInterface>(remote);
57 ASSERT_TRUE(telephonyService != nullptr);
74 auto telephonyService = iface_cast<CellularCallInterface>(remote);
75 ASSERT_TRUE(telephonyService != nullptr);
410 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote);
411 ASSERT_TRUE(telephonyService != nullptr);
419 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
421 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
428 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
430 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
447 auto telephonyService = iface_cast<CellularCallInterface>(answerCallRemote);
448 ASSERT_TRUE(telephonyService != nullptr);
456 ret = telephonyService->Answer(callInfo);
463 ret = telephonyService->Answer(callInfo);
480 auto telephonyService = iface_cast<CellularCallInterface>(rejectCallRemote);
481 ASSERT_TRUE(telephonyService != nullptr);
489 ret = telephonyService->Reject(callInfo);
496 ret = telephonyService->Reject(callInfo);
513 auto telephonyService = iface_cast<CellularCallInterface>(holdCallRemote);
514 ASSERT_TRUE(telephonyService != nullptr);
522 ret = telephonyService->HoldCall(callInfo);
529 ret = telephonyService->HoldCall(callInfo);
546 auto telephonyService = iface_cast<CellularCallInterface>(unHoldCallRemote);
547 ASSERT_TRUE(telephonyService != nullptr);
555 ret = telephonyService->UnHoldCall(callInfo);
562 ret = telephonyService->UnHoldCall(callInfo);
579 auto telephonyService = iface_cast<CellularCallInterface>(switchCallRemote);
580 ASSERT_TRUE(telephonyService != nullptr);
588 ret = telephonyService->SwitchCall(callInfo);
595 ret = telephonyService->SwitchCall(callInfo);
612 auto telephonyService = iface_cast<CellularCallInterface>(combineRemote);
613 ASSERT_TRUE(telephonyService != nullptr);
621 ret = telephonyService->CombineConference(callInfo);
628 ret = telephonyService->CombineConference(callInfo);
645 auto telephonyService = iface_cast<CellularCallInterface>(separateRemote);
646 ASSERT_TRUE(telephonyService != nullptr);
654 ret = telephonyService->SeparateConference(callInfo);
661 ret = telephonyService->SeparateConference(callInfo);
678 auto telephonyService = iface_cast<CellularCallInterface>(kickOutRemote);
679 ASSERT_TRUE(telephonyService != nullptr);
687 ret = telephonyService->KickOutFromConference(callInfo);
694 ret = telephonyService->KickOutFromConference(callInfo);
711 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote);
712 ASSERT_TRUE(telephonyService != nullptr);
721 ret = telephonyService->StartDtmf(code, callInfo);
729 ret = telephonyService->StartDtmf(code, callInfo);
746 auto telephonyService = iface_cast<CellularCallInterface>(stopDtmfRemote);
747 ASSERT_TRUE(telephonyService != nullptr);
755 ret = telephonyService->StopDtmf(callInfo);
762 ret = telephonyService->StopDtmf(callInfo);
779 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote);
780 ASSERT_TRUE(telephonyService != nullptr);
789 ret = telephonyService->SendDtmf(code, callInfo);
797 ret = telephonyService->SendDtmf(code, callInfo);
814 auto telephonyService = iface_cast<CellularCallInterface>(transferRemote);
815 ASSERT_TRUE(telephonyService != nullptr);
821 int32_t ret = telephonyService->CanSetCallTransferTime(SIM1_SLOTID, result);
826 int32_t ret = telephonyService->CanSetCallTransferTime(SIM2_SLOTID, result);
844 auto telephonyService = iface_cast<CellularCallInterface>(setVoNRRemote);
845 ASSERT_TRUE(telephonyService != nullptr);
850 int32_t ret = telephonyService->SetVoNRState(SIM1_SLOTID, 1);
854 int32_t ret = telephonyService->SetVoNRState(SIM2_SLOTID, 1);