Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp47 if (privateServiceProxy_ != nullptr) { in GetServiceProxy()
48 return privateServiceProxy_; in GetServiceProxy()
80 privateServiceProxy_ = tmpProxy; in GetServiceProxy()
83 return privateServiceProxy_; in GetServiceProxy()
110 if (privateServiceProxy_ != nullptr && privateServiceProxy_->AsObject() != nullptr) { in MediaKeySystemFactoryServerDied()
111 (void)privateServiceProxy_->AsObject()->RemoveDeathRecipient(deathRecipient_); in MediaKeySystemFactoryServerDied()
112 privateServiceProxy_ = nullptr; in MediaKeySystemFactoryServerDied()
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_factory_impl.h49 sptr<OHOS::DrmStandard::IMediaKeySystemFactoryService> privateServiceProxy_; variable