Home
last modified time | relevance | path

Searched refs:remoteObjectPtr (Results 1 - 6 of 6) sorted by relevance

/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_client.cpp69 auto remoteObjectPtr = managerPtr->CheckSystemAbility(TELEPHONY_SATELLITE_SERVICE_ABILITY_ID); in GetSatelliteCallProxy() local
70 if (remoteObjectPtr == nullptr) { in GetSatelliteCallProxy()
82 if (remoteObjectPtr->IsProxyObject() && !remoteObjectPtr->AddDeathRecipient(dr)) { in GetSatelliteCallProxy()
87 satelliteServiceProxy_ = iface_cast<ISatelliteService>(remoteObjectPtr); in GetSatelliteCallProxy()
/base/telephony/cellular_call/test/fuzztest/satelliteclient_fuzzer/
H A Dsatelliteclient_fuzzer.cpp128 auto remoteObjectPtr = managerPtr->CheckSystemAbility(TELEPHONY_SATELLITE_SYS_ABILITY_ID); in DoSomethingInterestingWithMyAPI() local
129 if (remoteObjectPtr == nullptr) { in DoSomethingInterestingWithMyAPI()
132 sptr<SatelliteCallInterface> proxy = iface_cast<SatelliteCallInterface>(remoteObjectPtr); in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/ims_service_interaction/src/
H A Dims_core_service_client.cpp108 auto remoteObjectPtr = managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID); in GetImsCoreServiceProxy() local
109 if (remoteObjectPtr == nullptr) { in GetImsCoreServiceProxy()
114 imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(remoteObjectPtr); in GetImsCoreServiceProxy()
/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H A Dims_sms_client.cpp86 auto remoteObjectPtr = managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID); in GetImsSmsProxy() local
87 if (remoteObjectPtr == nullptr) { in GetImsSmsProxy()
91 imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(remoteObjectPtr); in GetImsSmsProxy()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp88 auto remoteObjectPtr = managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID); in GetImsCallProxy() local
89 if (remoteObjectPtr == nullptr) { in GetImsCallProxy()
93 imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(remoteObjectPtr); in GetImsCallProxy()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp435 auto remoteObjectPtr = managerPtr->CheckSystemAbility(TELEPHONY_IMS_SYS_ABILITY_ID); in DoSomethingInterestingWithMyAPI() local
436 if (remoteObjectPtr == nullptr) { in DoSomethingInterestingWithMyAPI()
439 sptr<ImsCallInterface> proxy = iface_cast<ImsCallInterface>(remoteObjectPtr); in DoSomethingInterestingWithMyAPI()

Completed in 4 milliseconds