/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> statusTable,
|
/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> statusTable,
106 int32_t SendEventKeyChanged(std::map<std::vector<uint8_t>, MediaKeySessionKeyStatus> statusTable,
|
/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,
|
/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,
|
/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 | 358 return callback_->SendEventKeyChanged(keyStatusMap, hasNewGoodLicense);
in SendEventKeyChange()
|
/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 70 DRM_INFO_LOG("SendEventKeyChanged enter."); in SendEventKeyChanged()
|
/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | key_session_impl.cpp | 358 int32_t MediaKeySessionServiceCallback::SendEventKeyChanged(
in SendEventKeyChanged() function in OHOS::DrmStandard::MediaKeySessionServiceCallback 361 DRM_INFO_LOG("SendEventKeyChanged enter.");
in SendEventKeyChanged() 366 callback->SendEventKeyChanged(statusTable, hasNewGoodLicense);
in SendEventKeyChanged() 370 DRM_ERR_LOG("SendEventKeyChanged failed.");
in SendEventKeyChanged()
|
/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
|
/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, 233 DRM_INFO_LOG("MediaKeySessionCallbackCapi SendEventKeyChanged.");
|
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 3626 Object->SendEventKeyChanged(statusTable, hasNewGoodLicense); in HWTEST_F()
|