Searched refs:serviceInstance (Results 1 – 7 of 7) sorted by relevance
338 if (serviceInstance == nullptr) { in ReportCsCallsData()364 serviceInstance->SetCsControl(slotId_, nullptr); in ReportCsCallsData()390 if (serviceInstance == nullptr) { in ReportImsCallsData()410 serviceInstance->SetImsControl(slotId_, nullptr); in ReportImsCallsData()578 if (serviceInstance == nullptr) { in ReportSatelliteCallsData()708 if (serviceInstance == nullptr) { in ExecutePostDial()1630 if (serviceInstance == nullptr) { in UpdateRsrvccStateReport()1634 serviceInstance->SetCsControl(slotId_, nullptr); in UpdateRsrvccStateReport()1715 if (serviceInstance == nullptr) { in OnRilAdapterHostDied()1749 if (serviceInstance == nullptr) { in StartCallManagerService()[all …]
756 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); variable757 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);824 if (serviceInstance != nullptr) {826 serviceInstance->SetCsControl(slotId, csControl);828 serviceInstance->SetImsControl(slotId, imsControl);830 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);[all …]
67 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance);
75 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance);
1372 uintptr_t serviceInstance = 0x0; in main() local1373 ret = CreateServiceInstance(&serviceInstance); in main()1380 (void)AddMethodMap(serviceInstance); in main()1381 ret = AddDevAuthServiceToManager(serviceInstance); in main()1383 DestroyServiceInstance(serviceInstance); in main()
1453 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance) in AddDevAuthServiceToManager() argument1455 (void)serviceInstance; in AddDevAuthServiceToManager()
1332 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance) in AddDevAuthServiceToManager() argument1344 ServiceDevAuth *servicePtr = reinterpret_cast<ServiceDevAuth *>(serviceInstance); in AddDevAuthServiceToManager()