Lines Matching refs:telephonyService

56     auto telephonyService = iface_cast<CellularCallInterface>(remote);
57 ASSERT_TRUE(telephonyService != nullptr);
72 auto telephonyService = iface_cast<CellularCallInterface>(remote);
73 ASSERT_TRUE(telephonyService != nullptr);
89 auto telephonyService = iface_cast<CellularCallInterface>(emergencyRemote);
90 ASSERT_TRUE(telephonyService != nullptr);
116 EXPECT_EQ(telephonyService->SetEmergencyCallList(SIM1_SLOTID, eccVec), 0);
119 EXPECT_EQ(telephonyService->SetEmergencyCallList(SIM2_SLOTID, eccVec), 0);
131 auto telephonyService = iface_cast<CellularCallInterface>(operatorRemote);
132 ASSERT_TRUE(telephonyService != nullptr);
143 int32_t errorCode = telephonyService->IsEmergencyPhoneNumber(SIM1_SLOTID, number, enabled);
153 int32_t errorCode = telephonyService->IsEmergencyPhoneNumber(SIM2_SLOTID, number, enabled);
592 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote);
593 ASSERT_TRUE(telephonyService != nullptr);
601 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT);
603 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
609 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT);
611 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_HANG_UP_ACTIVE);
631 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote);
632 ASSERT_TRUE(telephonyService != nullptr);
637 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT);
644 ret = telephonyService->HangUp(hangUpCallInfo, CallSupplementType::TYPE_DEFAULT);
661 auto telephonyService = iface_cast<CellularCallInterface>(answerCallRemote);
662 ASSERT_TRUE(telephonyService != nullptr);
670 ret = telephonyService->Answer(answerCallInfo);
677 ret = telephonyService->Answer(answerCallInfo);
697 auto telephonyService = iface_cast<CellularCallInterface>(answerCallRemote);
698 ASSERT_TRUE(telephonyService != nullptr);
703 ret = telephonyService->Answer(answerCallInfo);
710 ret = telephonyService->Answer(answerCallInfo);
727 auto telephonyService = iface_cast<CellularCallInterface>(rejectCallRemote);
728 ASSERT_TRUE(telephonyService != nullptr);
736 ret = telephonyService->Reject(rejectCallInfo);
743 ret = telephonyService->Reject(rejectCallInfo);
763 auto telephonyService = iface_cast<CellularCallInterface>(rejectCallRemote);
764 ASSERT_TRUE(telephonyService != nullptr);
769 ret = telephonyService->Reject(rejectCallInfo);
776 ret = telephonyService->Reject(rejectCallInfo);
793 auto telephonyService = iface_cast<CellularCallInterface>(holdCallRemote);
794 ASSERT_TRUE(telephonyService != nullptr);
802 ret = telephonyService->HoldCall(holdCallInfo);
809 ret = telephonyService->HoldCall(holdCallInfo);
829 auto telephonyService = iface_cast<CellularCallInterface>(holdCallRemote);
830 ASSERT_TRUE(telephonyService != nullptr);
835 ret = telephonyService->HoldCall(holdCallInfo);
842 ret = telephonyService->HoldCall(holdCallInfo);
859 auto telephonyService = iface_cast<CellularCallInterface>(unHoldCallRemote);
860 ASSERT_TRUE(telephonyService != nullptr);
868 ret = telephonyService->UnHoldCall(unHoldCallInfo);
875 ret = telephonyService->UnHoldCall(unHoldCallInfo);
895 auto telephonyService = iface_cast<CellularCallInterface>(unHoldCallRemote);
896 ASSERT_TRUE(telephonyService != nullptr);
901 ret = telephonyService->UnHoldCall(unHoldCallInfo);
908 ret = telephonyService->UnHoldCall(unHoldCallInfo);
925 auto telephonyService = iface_cast<CellularCallInterface>(switchCallRemote);
926 ASSERT_TRUE(telephonyService != nullptr);
934 ret = telephonyService->SwitchCall(switchCallInfo);
941 ret = telephonyService->SwitchCall(switchCallInfo);
961 auto telephonyService = iface_cast<CellularCallInterface>(switchCallRemote);
962 ASSERT_TRUE(telephonyService != nullptr);
967 ret = telephonyService->SwitchCall(switchCallInfo);
974 ret = telephonyService->SwitchCall(switchCallInfo);