Searched refs:privateServiceProxy_ (Results 1 – 2 of 2) sorted by relevance
47 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()
49 sptr<OHOS::DrmStandard::IMediaKeySystemFactoryService> privateServiceProxy_; variable