/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | key_session_impl.h | 45 …virtual void SendEventKeyChanged(std::map<std::vector<uint8_t>, MediaKeySessionKeyStatus> statusTa… 104 … int32_t SendEventKeyChanged(std::map<std::vector<uint8_t>, MediaKeySessionKeyStatus> statusTable,
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_keysession_service_callback.h | 28 …virtual int32_t SendEventKeyChanged(std::map<std::vector<uint8_t>, MediaKeySessionKeyStatus> statu…
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | key_session_service_callback_proxy.h | 29 … int32_t SendEventKeyChanged(std::map<std::vector<uint8_t>, MediaKeySessionKeyStatus> statusTable,
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | key_session_callback_napi.h | 36 void SendEventKeyChanged(std::map<std::vector<uint8_t>, MediaKeySessionKeyStatus> statusTable,
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | key_session_service_callback_stub.cpp | 87 return SendEventKeyChanged(statusTable, hasNewGoodLicense); in HandleSendEventKeyChanged()
|
H A D | key_session_service.cpp | 360 return callback_->SendEventKeyChanged(keyStatusMap, hasNewGoodLicense); in SendEventKeyChange()
|
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | key_session_service_callback_proxy.cpp | 64 int32_t MediaKeySessionServiceCallbackProxy::SendEventKeyChanged( in SendEventKeyChanged() function in OHOS::DrmStandard::MediaKeySessionServiceCallbackProxy
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | key_session_impl.cpp | 339 int32_t MediaKeySessionServiceCallback::SendEventKeyChanged( in SendEventKeyChanged() function in OHOS::DrmStandard::MediaKeySessionServiceCallback 347 callback->SendEventKeyChanged(statusTable, hasNewGoodLicense); in SendEventKeyChanged()
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | key_session_callback_napi.cpp | 136 void MediaKeySessionCallbackNapi::SendEventKeyChanged( in SendEventKeyChanged() function in OHOS::DrmStandard::MediaKeySessionCallbackNapi
|
/ohos5.0/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/ |
H A D | native_drm_object.h | 230 void SendEventKeyChanged(std::map<std::vector<uint8_t>, MediaKeySessionKeyStatus> statusTable, in SendEventKeyChanged() function
|
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 3636 Object->SendEventKeyChanged(statusTable, hasNewGoodLicense);
|