Home
last modified time | relevance | path

Searched refs:serviceInstance (Results 1 - 7 of 7) sorted by relevance

/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp337 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); in ReportCsCallsData() local
338 if (serviceInstance == nullptr) { in ReportCsCallsData()
339 TELEPHONY_LOGE("[slot%{public}d] serviceInstance is null", slotId_); in ReportCsCallsData()
349 auto csControl = serviceInstance->GetCsControl(slotId_); in ReportCsCallsData()
364 serviceInstance->SetCsControl(slotId_, nullptr); in ReportCsCallsData()
374 serviceInstance->SetCsControl(slotId_, csControl); in ReportCsCallsData()
389 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); in ReportImsCallsData() local
390 if (serviceInstance == nullptr) { in ReportImsCallsData()
391 TELEPHONY_LOGE("[slot%{public}d] serviceInstance is null", slotId_); in ReportImsCallsData()
401 auto imsControl = serviceInstance in ReportImsCallsData()
580 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); ReportSatelliteCallsData() local
710 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); ExecutePostDial() local
1682 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); UpdateRsrvccStateReport() local
1767 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); OnRilAdapterHostDied() local
1801 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); StartCallManagerService() local
[all...]
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp756 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); in HWTEST_F() local
757 if (serviceInstance != nullptr) { in HWTEST_F()
759 serviceInstance->SetCsControl(slotId, csControl); in HWTEST_F()
761 serviceInstance->SetImsControl(slotId, imsControl); in HWTEST_F()
763 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr); in HWTEST_F()
764 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr); in HWTEST_F()
823 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); in HWTEST_F() local
824 if (serviceInstance != nullptr) { in HWTEST_F()
826 serviceInstance->SetCsControl(slotId, csControl); in HWTEST_F()
828 serviceInstance in HWTEST_F()
[all...]
/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h75 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance);
/base/security/device_auth/frameworks/inc/standard/
H A Dipc_adapt.h67 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance);
/base/security/device_auth/frameworks/src/
H A Dipc_service.c1372 uintptr_t serviceInstance = 0x0; in main() local
1373 ret = CreateServiceInstance(&serviceInstance); in main()
1380 (void)AddMethodMap(serviceInstance); in main()
1381 ret = AddDevAuthServiceToManager(serviceInstance); in main()
1383 DestroyServiceInstance(serviceInstance); in main()
/base/security/device_auth/frameworks/src/lite/
H A Dipc_adapt.c1453 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance) in AddDevAuthServiceToManager() argument
1455 (void)serviceInstance; in AddDevAuthServiceToManager()
/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp1348 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance) in AddDevAuthServiceToManager() argument
1360 ServiceDevAuth *servicePtr = reinterpret_cast<ServiceDevAuth *>(serviceInstance); in AddDevAuthServiceToManager()

Completed in 12 milliseconds