Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp59 … sptr<IMediaKeySystemFactoryService> tmpProxy = iface_cast<IMediaKeySystemFactoryService>(object); in GetServiceProxy() local
60 …DRM_CHECK_AND_RETURN_RET_LOG(tmpProxy != nullptr, nullptr, "cast the object to privateServiceProxy… in GetServiceProxy()
78 int32_t ret = tmpProxy->SetListenerObject(listenerObject); in GetServiceProxy()
80 privateServiceProxy_ = tmpProxy; in GetServiceProxy()