Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp338 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 …]
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dims2_test.cpp756 auto serviceInstance = DelayedSingleton<CellularCallService>::GetInstance(); variable
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);
824 if (serviceInstance != nullptr) {
826 serviceInstance->SetCsControl(slotId, csControl);
828 serviceInstance->SetImsControl(slotId, imsControl);
830 ASSERT_TRUE(serviceInstance->GetCsControl(slotId) == nullptr);
[all …]
/ohos5.0/base/security/device_auth/frameworks/inc/standard/
H A Dipc_adapt.h67 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance);
/ohos5.0/base/security/device_auth/frameworks/inc/lite/
H A Dipc_adapt.h75 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance);
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_adapt.cpp1332 int32_t AddDevAuthServiceToManager(uintptr_t serviceInstance) in AddDevAuthServiceToManager() argument
1344 ServiceDevAuth *servicePtr = reinterpret_cast<ServiceDevAuth *>(serviceInstance); in AddDevAuthServiceToManager()