Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/telephony_interaction/src/
H A Dvoip_call_connection.cpp92 sptr<IRemoteObject> iRemoteObjectPtr = managerPtr->GetSystemAbility(systemAbilityId_); in GetCallManagerProxy() local
93 if (iRemoteObjectPtr == nullptr) { in GetCallManagerProxy()
94 TELEPHONY_LOGI("Voipconnect iRemoteObjectPtr is null"); in GetCallManagerProxy()
97 voipCallManagerInterfacePtr = iface_cast<IVoipCallManagerService>(iRemoteObjectPtr); in GetCallManagerProxy()
H A Dcellular_call_connection.cpp102 sptr<IRemoteObject> iRemoteObjectPtr = managerPtr->GetSystemAbility(systemAbilityId_); in ConnectService() local
103 if (iRemoteObjectPtr == nullptr) { in ConnectService()
106 cellularCallInterfacePtr = iface_cast<CellularCallInterface>(iRemoteObjectPtr); in ConnectService()
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp48 sptr<IRemoteObject> iRemoteObjectPtr = g_callManagerProxyPtr->GetProxyObjectPtr(PROXY_BLUETOOTH_CALL); in Init() local
49 if (iRemoteObjectPtr == nullptr) { in Init()
53 g_bluetoothCallProxyPtr = iface_cast<IBluetoothCall>(iRemoteObjectPtr); in Init()
H A Dcall_manager_proxy.cpp219 sptr<IRemoteObject> iRemoteObjectPtr = managerPtr->GetSystemAbility(systemAbilityId_); in ConnectService() local
220 if (iRemoteObjectPtr == nullptr) { in ConnectService()
232 if ((iRemoteObjectPtr->IsProxyObject()) && (!iRemoteObjectPtr->AddDeathRecipient(dr))) { in ConnectService()
236 callManagerServicePtr = iface_cast<ICallManagerService>(iRemoteObjectPtr); in ConnectService()
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H A Dcall_manager_connect.cpp604 sptr<IRemoteObject> iRemoteObjectPtr = managerPtr->GetSystemAbility(systemAbilityId_); in ConnectService() local
605 if (iRemoteObjectPtr == nullptr) { in ConnectService()
608 callManagerServicePtr = iface_cast<ICallManagerService>(iRemoteObjectPtr); in ConnectService()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp518 sptr<IRemoteObject> iRemoteObjectPtr = managerPtr->GetSystemAbility(TELEPHONY_CALL_MANAGER_SYS_ABILITY_ID); in HWTEST_F() local
519 if (iRemoteObjectPtr != nullptr) { in HWTEST_F()
520 voipCallManagerInterfacePtr = iface_cast<IVoipCallManagerService>(iRemoteObjectPtr); in HWTEST_F()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_service.cpp1594 sptr<IRemoteObject> iRemoteObjectPtr = managerPtr->GetSystemAbility(TELEPHONY_CALL_MANAGER_SYS_ABILITY_ID); in StartCallManagerService() local
1595 if (iRemoteObjectPtr == nullptr) { in StartCallManagerService()

Completed in 10 milliseconds