Lines Matching refs:serviceInstance
756 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance();
757 if (serviceInstance != nullptr) {
759 serviceInstance->SetCsControl(slotId, csControl);
761 serviceInstance->SetImsControl(slotId, imsControl);
763 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
764 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
823 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance();
824 if (serviceInstance != nullptr) {
826 serviceInstance->SetCsControl(slotId, csControl);
828 serviceInstance->SetImsControl(slotId, imsControl);
830 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
831 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);