Lines Matching refs:telephonyService

62     auto telephonyService = iface_cast<CellularCallInterface>(setVoNRRemote);
63 ASSERT_TRUE(telephonyService != nullptr);
65 int32_t ret = telephonyService->SetVoNRState(SIM1_SLOTID, 0);
69 int32_t ret = telephonyService->SetVoNRState(SIM2_SLOTID, 0);
86 auto telephonyService = iface_cast<CellularCallInterface>(getVoNRRemote);
87 ASSERT_TRUE(telephonyService != nullptr);
93 int32_t ret = telephonyService->GetVoNRState(SIM1_SLOTID, result);
98 int32_t ret = telephonyService->GetVoNRState(SIM2_SLOTID, result);
115 auto telephonyService = iface_cast<CellularCallInterface>(startRttRemote);
116 ASSERT_TRUE(telephonyService != nullptr);
121 int32_t ret = telephonyService->StartRtt(SIM1_SLOTID, PHONE_NUMBER);
125 int32_t ret = telephonyService->StartRtt(SIM2_SLOTID, PHONE_NUMBER);
142 auto telephonyService = iface_cast<CellularCallInterface>(stopRttRemote);
143 ASSERT_TRUE(telephonyService != nullptr);
148 int32_t ret = telephonyService->StopRtt(SIM1_SLOTID);
152 int32_t ret = telephonyService->StopRtt(SIM2_SLOTID);
169 auto telephonyService = iface_cast<CellularCallInterface>(domainPrefModeRemote);
170 ASSERT_TRUE(telephonyService != nullptr);
176 int32_t ret = telephonyService->SetDomainPreferenceMode(SIM1_SLOTID, mode);
181 int32_t ret = telephonyService->SetDomainPreferenceMode(SIM2_SLOTID, mode);
198 auto telephonyService = iface_cast<CellularCallInterface>(getImsConfigRemote);
199 ASSERT_TRUE(telephonyService != nullptr);
205 int32_t ret = telephonyService->GetImsConfig(SIM1_SLOTID, mode);
210 int32_t ret = telephonyService->GetImsConfig(SIM2_SLOTID, mode);
227 auto telephonyService = iface_cast<CellularCallInterface>(getImsFeatureRemote);
228 ASSERT_TRUE(telephonyService != nullptr);
234 int32_t ret = telephonyService->GetImsFeatureValue(SIM1_SLOTID, mode);
239 int32_t ret = telephonyService->GetImsFeatureValue(SIM2_SLOTID, mode);
256 auto telephonyService = iface_cast<CellularCallInterface>(setMuteRemote);
257 ASSERT_TRUE(telephonyService != nullptr);
263 int32_t ret = telephonyService->SetMute(SIM1_SLOTID, mode);
268 int32_t ret = telephonyService->SetMute(SIM2_SLOTID, mode);
285 auto telephonyService = iface_cast<CellularCallInterface>(SetCWRemote);
286 ASSERT_TRUE(telephonyService != nullptr);
292 int32_t ret = telephonyService->SetCallWaiting(SIM1_SLOTID, act);
297 int32_t ret = telephonyService->SetCallWaiting(SIM2_SLOTID, act);
314 auto telephonyService = iface_cast<CellularCallInterface>(getCWRemote);
315 ASSERT_TRUE(telephonyService != nullptr);
320 int32_t ret = telephonyService->GetCallWaiting(SIM1_SLOTID);
324 int32_t ret = telephonyService->GetCallWaiting(SIM2_SLOTID);
341 auto telephonyService = iface_cast<CellularCallInterface>(setCRRemote);
342 ASSERT_TRUE(telephonyService != nullptr);
348 int32_t ret = telephonyService->SetCallRestriction(SIM1_SLOTID, crInfo);
353 int32_t ret = telephonyService->SetCallRestriction(SIM2_SLOTID, crInfo);
370 auto telephonyService = iface_cast<CellularCallInterface>(getCRRemote);
371 ASSERT_TRUE(telephonyService != nullptr);
377 int32_t ret = telephonyService->GetCallRestriction(SIM1_SLOTID, facType);
382 int32_t ret = telephonyService->GetCallRestriction(SIM2_SLOTID, facType);
399 auto telephonyService = iface_cast<CellularCallInterface>(setTransferRemote);
400 ASSERT_TRUE(telephonyService != nullptr);
406 int32_t ret = telephonyService->SetCallTransferInfo(SIM1_SLOTID, ctInfo);
411 int32_t ret = telephonyService->SetCallTransferInfo(SIM2_SLOTID, ctInfo);
428 auto telephonyService = iface_cast<CellularCallInterface>(getTransferRemote);
429 ASSERT_TRUE(telephonyService != nullptr);
435 int32_t ret = telephonyService->GetCallTransferInfo(SIM1_SLOTID, type);
440 int32_t ret = telephonyService->GetCallTransferInfo(SIM2_SLOTID, type);