Home
last modified time | relevance | path

Searched refs:DrmDeathRecipient (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Ddrm_death_recipient.h24 class DrmDeathRecipient : public IRemoteObject::DeathRecipient, public NoCopyable { class
26 explicit DrmDeathRecipient(pid_t pid) : pid_(pid) {} in DrmDeathRecipient() function in OHOS::DrmStandard::DrmDeathRecipient
27 virtual ~DrmDeathRecipient() = default;
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmediakeysystemfactory_service_stub.h43 std::map<pid_t, sptr<DrmDeathRecipient>> deathRecipientMap_;
H A Dmediakeysystem_service_stub.h41 sptr<DrmDeathRecipient> deathRecipient_ = nullptr;
H A Dmedia_decrypt_module_service_stub.h43 sptr<DrmDeathRecipient> deathRecipient_ = nullptr;
H A Dkey_session_service_stub.h40 sptr<DrmDeathRecipient> deathRecipient_ = nullptr;
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_factory_impl.h52 sptr<DrmDeathRecipient> deathRecipient_ = nullptr;
H A Dkey_session_impl.h81 sptr<DrmDeathRecipient> deathRecipient_ = nullptr;
H A Dmedia_key_system_impl.h76 sptr<DrmDeathRecipient> deathRecipient_ = nullptr;
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystemfactory_service_stub.cpp72 sptr<DrmDeathRecipient> deathRecipient = new (std::nothrow) DrmDeathRecipient(pid); in SetListenerObject()
73 DRM_CHECK_AND_RETURN_RET_LOG(deathRecipient != nullptr, DRM_MEMORY_ERROR, "failed to new DrmDeathRecipient"); in SetListenerObject()
H A Dmedia_decrypt_module_service_stub.cpp62 deathRecipient_ = new (std::nothrow) DrmDeathRecipient(pid); in SetListenerObject()
63 DRM_CHECK_AND_RETURN_RET_LOG(deathRecipient_ != nullptr, DRM_MEMORY_ERROR, "failed to new DrmDeathRecipient"); in SetListenerObject()
H A Dmediakeysystem_service_stub.cpp108 sptr<DrmDeathRecipient> deathRecipient_ = nullptr; in ~MediaKeySystemServiceStub()
396 deathRecipient_ = new (std::nothrow) DrmDeathRecipient(pid); in SetListenerObject()
397 DRM_CHECK_AND_RETURN_RET_LOG(deathRecipient_ != nullptr, DRM_MEMORY_ERROR, "failed to new DrmDeathRecipient"); in SetListenerObject()
H A Dkey_session_service_stub.cpp360 deathRecipient_ = new (std::nothrow) DrmDeathRecipient(pid);
361 DRM_CHECK_AND_RETURN_RET_LOG(deathRecipient_ != nullptr, DRM_MEMORY_ERROR, "failed to new DrmDeathRecipient");
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp63 sptr<DrmDeathRecipient> deathRecipient = new (std::nothrow) DrmDeathRecipient(pid); in GetServiceProxy()
65 "failed to new DrmDeathRecipient!"); in GetServiceProxy()
70 DRM_CHECK_AND_RETURN_RET_LOG(result, nullptr, "failed to new DrmDeathRecipient!"); in GetServiceProxy()
H A Dmedia_key_system_impl.cpp31 deathRecipient_ = new(std::nothrow) DrmDeathRecipient(pid); in MediaKeySystemImpl()
32 DRM_CHECK_AND_RETURN_LOG(deathRecipient_ != nullptr, "failed to new DrmDeathRecipient."); in MediaKeySystemImpl()
H A Dkey_session_impl.cpp32 deathRecipient_ = new(std::nothrow) DrmDeathRecipient(pid); in MediaKeySessionImpl()
33 DRM_CHECK_AND_RETURN_LOG(deathRecipient_ != nullptr, "failed to new DrmDeathRecipient."); in MediaKeySessionImpl()

Completed in 6 milliseconds