Lines Matching refs:telephonyService
61 auto telephonyService = iface_cast<CellularCallInterface>(combineRemote);
62 ASSERT_TRUE(telephonyService != nullptr);
70 ret = telephonyService->CombineConference(conferenceCallInfo);
77 ret = telephonyService->CombineConference(conferenceCallInfo);
97 auto telephonyService = iface_cast<CellularCallInterface>(combineRemote);
98 ASSERT_TRUE(telephonyService != nullptr);
103 ret = telephonyService->CombineConference(conferenceCallInfo);
110 ret = telephonyService->CombineConference(conferenceCallInfo);
127 auto telephonyService = iface_cast<CellularCallInterface>(separateRemote);
128 ASSERT_TRUE(telephonyService != nullptr);
136 ret = telephonyService->SeparateConference(callInfo);
143 ret = telephonyService->SeparateConference(callInfo);
163 auto telephonyService = iface_cast<CellularCallInterface>(separateRemote);
164 ASSERT_TRUE(telephonyService != nullptr);
169 ret = telephonyService->SeparateConference(separateCallInfo);
176 ret = telephonyService->SeparateConference(separateCallInfo);
193 auto telephonyService = iface_cast<CellularCallInterface>(kickOutRemote);
194 ASSERT_TRUE(telephonyService != nullptr);
202 ret = telephonyService->KickOutFromConference(kickOutCallInfo);
209 ret = telephonyService->KickOutFromConference(kickOutCallInfo);
229 auto telephonyService = iface_cast<CellularCallInterface>(kickOutRemote);
230 ASSERT_TRUE(telephonyService != nullptr);
235 ret = telephonyService->KickOutFromConference(kickOutCallInfo);
242 ret = telephonyService->KickOutFromConference(kickOutCallInfo);
259 auto telephonyService = iface_cast<CellularCallInterface>(hangUpAllConRemote);
260 ASSERT_TRUE(telephonyService != nullptr);
265 int32_t ret = telephonyService->HangUpAllConnection();
269 int32_t ret = telephonyService->HangUpAllConnection();
286 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote);
287 ASSERT_TRUE(telephonyService != nullptr);
296 ret = telephonyService->StartDtmf(code, callInfo);
304 ret = telephonyService->StartDtmf(code, callInfo);
324 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote);
325 ASSERT_TRUE(telephonyService != nullptr);
331 ret = telephonyService->StartDtmf(code, callInfo);
338 ret = telephonyService->StartDtmf(code, callInfo);
355 auto telephonyService = iface_cast<CellularCallInterface>(stopDtmfRemote);
356 ASSERT_TRUE(telephonyService != nullptr);
364 ret = telephonyService->StopDtmf(callInfo);
371 ret = telephonyService->StopDtmf(callInfo);
391 auto telephonyService = iface_cast<CellularCallInterface>(stopDtmfRemote);
392 ASSERT_TRUE(telephonyService != nullptr);
397 ret = telephonyService->StopDtmf(stopDtmfCallInfo);
404 ret = telephonyService->StopDtmf(stopDtmfCallInfo);
421 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote);
422 ASSERT_TRUE(telephonyService != nullptr);
431 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
439 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
459 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote);
460 ASSERT_TRUE(telephonyService != nullptr);
466 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
474 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
491 auto telephonyService = iface_cast<CellularCallInterface>(domainPrefModeRemote);
492 ASSERT_TRUE(telephonyService != nullptr);
497 int32_t ret = telephonyService->GetDomainPreferenceMode(INVALID_SLOTID);
501 int32_t ret = telephonyService->GetDomainPreferenceMode(INVALID_SLOTID);
521 auto telephonyService = iface_cast<CellularCallInterface>(domainPrefModeRemote);
522 ASSERT_TRUE(telephonyService != nullptr);
524 int32_t ret = telephonyService->GetDomainPreferenceMode(SIM1_SLOTID);
528 int32_t ret = telephonyService->GetDomainPreferenceMode(SIM2_SLOTID);
545 auto telephonyService = iface_cast<CellularCallInterface>(getMuteRemote);
546 ASSERT_TRUE(telephonyService != nullptr);
551 int32_t ret = telephonyService->GetMute(INVALID_SLOTID);
555 int32_t ret = telephonyService->GetMute(INVALID_SLOTID);
575 auto telephonyService = iface_cast<CellularCallInterface>(getMuteRemote);
576 ASSERT_TRUE(telephonyService != nullptr);
578 int32_t ret = telephonyService->GetMute(SIM1_SLOTID);
582 int32_t ret = telephonyService->GetMute(SIM2_SLOTID);