Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp73 sptr<DrmListenerStub> tmpListenerStub = new(std::nothrow) DrmListenerStub(); in GetServiceProxy() local
74 …DRM_CHECK_AND_RETURN_RET_LOG(tmpListenerStub != nullptr, nullptr, "failed to new DrmListenerStub o… in GetServiceProxy()
76 sptr<IRemoteObject> listenerObject = tmpListenerStub->AsObject(); in GetServiceProxy()
82 listenerStub_ = tmpListenerStub; in GetServiceProxy()