Lines Matching refs:telephonyService

71     auto telephonyService = iface_cast<CellularCallInterface>(remote);
72 ASSERT_TRUE(telephonyService != nullptr);
89 auto telephonyService = iface_cast<CellularCallInterface>(remote);
90 ASSERT_TRUE(telephonyService != nullptr);
106 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote);
107 ASSERT_TRUE(telephonyService != nullptr);
138 auto telephonyService = iface_cast<CellularCallInterface>(hangUpCallRemote);
139 ASSERT_TRUE(telephonyService != nullptr);
147 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
154 ret = telephonyService->HangUp(callInfo, CallSupplementType::TYPE_DEFAULT);
172 auto telephonyService = iface_cast<CellularCallInterface>(answerCallRemote);
173 ASSERT_TRUE(telephonyService != nullptr);
181 ret = telephonyService->Answer(callInfo);
188 ret = telephonyService->Answer(callInfo);
206 auto telephonyService = iface_cast<CellularCallInterface>(rejectCallRemote);
207 ASSERT_TRUE(telephonyService != nullptr);
215 ret = telephonyService->Reject(callInfo);
222 ret = telephonyService->Reject(callInfo);
238 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote);
239 ASSERT_TRUE(telephonyService != nullptr);
248 ret = telephonyService->StartDtmf(code, callInfo);
256 ret = telephonyService->StartDtmf(code, callInfo);
276 auto telephonyService = iface_cast<CellularCallInterface>(startDtmfRemote);
277 ASSERT_TRUE(telephonyService != nullptr);
283 ret = telephonyService->StartDtmf(code, callInfo);
290 ret = telephonyService->StartDtmf(code, callInfo);
307 auto telephonyService = iface_cast<CellularCallInterface>(stopDtmfRemote);
308 ASSERT_TRUE(telephonyService != nullptr);
316 ret = telephonyService->StopDtmf(callInfo);
323 ret = telephonyService->StopDtmf(callInfo);
343 auto telephonyService = iface_cast<CellularCallInterface>(stopDtmfRemote);
344 ASSERT_TRUE(telephonyService != nullptr);
349 ret = telephonyService->StopDtmf(stopDtmfCallInfo);
356 ret = telephonyService->StopDtmf(stopDtmfCallInfo);
373 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote);
374 ASSERT_TRUE(telephonyService != nullptr);
383 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
391 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
411 auto telephonyService = iface_cast<CellularCallInterface>(sendDtmfRemote);
412 ASSERT_TRUE(telephonyService != nullptr);
418 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);
426 ret = telephonyService->SendDtmf(code, sendDtmfCallInfo);