Home
last modified time | relevance | path

Searched refs:satelliteServiceProxy_ (Results 1 - 4 of 4) sorted by relevance

/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_client.cpp52 if (satelliteServiceProxy_ != nullptr) { in GetServiceProxy()
53 return satelliteServiceProxy_; in GetServiceProxy()
75 satelliteServiceProxy_ = iface_cast<ISatelliteService>(obj); in GetServiceProxy()
78 TELEPHONY_LOGD("Succeed to connect satellite service %{public}d", satelliteServiceProxy_ == nullptr); in GetServiceProxy()
79 return satelliteServiceProxy_; in GetServiceProxy()
119 if (satelliteServiceProxy_ == nullptr) { in RemoveDeathRecipient()
120 TELEPHONY_LOGE("satelliteServiceProxy_ is nullptr"); in RemoveDeathRecipient()
123 auto serviceRemote = satelliteServiceProxy_->AsObject(); in RemoveDeathRecipient()
133 satelliteServiceProxy_ = nullptr; in RemoveDeathRecipient()
207 satelliteServiceProxy_ in ServiceOff()
[all...]
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H A Dsatellite_call_client.cpp87 satelliteServiceProxy_ = iface_cast<ISatelliteService>(remoteObjectPtr); in GetSatelliteCallProxy()
88 if (satelliteServiceProxy_ == nullptr) { in GetSatelliteCallProxy()
89 TELEPHONY_LOGE("GetSatelliteCallProxy return, satelliteServiceProxy_ is nullptr."); in GetSatelliteCallProxy()
92 sptr<IRemoteObject> satelliteCallRemoteObjectPtr = satelliteServiceProxy_->GetProxyObjectPtr(PROXY_SATELLITE_CALL); in GetSatelliteCallProxy()
245 if (satelliteServiceProxy_ == nullptr) { in RemoveDeathRecipient()
246 TELEPHONY_LOGE("satelliteServiceProxy_ is nullptr"); in RemoveDeathRecipient()
249 auto serviceRemote = satelliteServiceProxy_->AsObject(); in RemoveDeathRecipient()
259 satelliteServiceProxy_ = nullptr; in RemoveDeathRecipient()
/base/telephony/cellular_call/interfaces/innerkits/satellite/
H A Dsatellite_call_client.h151 sptr<ISatelliteService> satelliteServiceProxy_ = nullptr; member in OHOS::Telephony::SatelliteCallClient
/base/telephony/sms_mms/services/sms/include/satellite/
H A Dsatellite_sms_client.h82 sptr<ISatelliteService> satelliteServiceProxy_ { nullptr };

Completed in 3 milliseconds