Home
last modified time | relevance | path

Searched refs:imsCoreServiceProxy_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/ims_service_interaction/src/
H A Dims_core_service_client.cpp44 if (imsCoreServiceProxy_ == nullptr) { in Init()
100 if (imsCoreServiceProxy_ != nullptr) { in GetImsCoreServiceProxy()
101 return imsCoreServiceProxy_; in GetImsCoreServiceProxy()
115 if (imsCoreServiceProxy_ == nullptr) { in GetImsCoreServiceProxy()
122 return imsCoreServiceProxy_; in GetImsCoreServiceProxy()
127 return (imsCoreServiceProxy_ != nullptr); in IsConnect()
132 if (imsCoreServiceProxy_ == nullptr) { in RegisterImsCoreServiceCallback()
178 if (imsCoreServiceProxy_ == nullptr) { in ReConnectService()
192 if (imsCoreServiceProxy_ != nullptr) { in Clean()
193 imsCoreServiceProxy_.clear(); in Clean()
[all …]
/ohos5.0/base/telephony/sms_mms/services/sms/ims_service_interaction/src/
H A Dims_sms_client.cpp91 imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(remoteObjectPtr); in GetImsSmsProxy()
92 if (imsCoreServiceProxy_ == nullptr) { in GetImsSmsProxy()
96 …sptr<IRemoteObject> imsSmsRemoteObjectPtr = imsCoreServiceProxy_->GetProxyObjectPtr(PROXY_IMS_SMS); in GetImsSmsProxy()
208 if (imsCoreServiceProxy_ != nullptr) { in Clean()
209 imsCoreServiceProxy_.clear(); in Clean()
210 imsCoreServiceProxy_ = nullptr; in Clean()
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp93 imsCoreServiceProxy_ = iface_cast<ImsCoreServiceInterface>(remoteObjectPtr); in GetImsCallProxy()
94 if (imsCoreServiceProxy_ == nullptr) { in GetImsCallProxy()
98 …sptr<IRemoteObject> imsCallRemoteObjectPtr = imsCoreServiceProxy_->GetProxyObjectPtr(PROXY_IMS_CAL… in GetImsCallProxy()
728 if (imsCoreServiceProxy_ != nullptr) { in Clean()
729 imsCoreServiceProxy_.clear(); in Clean()
730 imsCoreServiceProxy_ = nullptr; in Clean()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/ims/include/
H A Dims_core_service_client.h63 sptr<ImsCoreServiceInterface> imsCoreServiceProxy_ = nullptr; variable
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ims/
H A Dims_sms_client.h138 sptr<ImsCoreServiceInterface> imsCoreServiceProxy_ = nullptr;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_client.h642 sptr<ImsCoreServiceInterface> imsCoreServiceProxy_ = nullptr;