Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Ddrm_host_manager.cpp461 if (remote != nullptr && drmHostDeathRecipientMap[drmHostServieProxy] != nullptr) { in ReleaseSevices()
462 remote->RemoveDeathRecipient(drmHostDeathRecipientMap[drmHostServieProxy]); in ReleaseSevices()
463 drmHostDeathRecipientMap[drmHostServieProxy] = nullptr; in ReleaseSevices()
465 drmHostDeathRecipientMap.erase(drmHostServieProxy); in ReleaseSevices()
543 drmHostDeathRecipientMap[drmHostServieProxy] = new DrmHostDeathRecipient(this, name); in ProcessLazyLoadInfomation()
545 if (remote != nullptr && drmHostDeathRecipientMap[drmHostServieProxy] != nullptr) { in ProcessLazyLoadInfomation()
546 bool result = remote->AddDeathRecipient(drmHostDeathRecipientMap[drmHostServieProxy]); in ProcessLazyLoadInfomation()
548 drmHostDeathRecipientMap[drmHostServieProxy] = nullptr; in ProcessLazyLoadInfomation()
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Ddrm_host_manager.h149 std::map<sptr<IMediaKeySystemFactory>, sptr<DrmHostDeathRecipient>> drmHostDeathRecipientMap; variable