/foundation/multimedia/drm_framework/services/drm_service/client/include/ |
H A D | key_session_service_proxy.h | 39 int32_t ClearMediaKeys() override;
|
/foundation/multimedia/drm_framework/services/drm_service/server/include/ |
H A D | key_session_service.h | 56 int32_t ClearMediaKeys() override;
|
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | key_session_impl.h | 64 int32_t ClearMediaKeys();
|
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/ |
H A D | key_session_napi.h | 56 static napi_value ClearMediaKeys(napi_env env, napi_callback_info info);
|
/foundation/multimedia/drm_framework/services/drm_service/ipc/ |
H A D | i_keysession_service.h | 97 virtual int32_t ClearMediaKeys() = 0;
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | key_session_service.cpp | 235 int32_t MediaKeySessionService::ClearMediaKeys()
in ClearMediaKeys() function in OHOS::DrmStandard::MediaKeySessionService 237 DRM_INFO_LOG("ClearMediaKeys enter.");
in ClearMediaKeys() 242 ret = hdiMediaKeySession_->ClearMediaKeys();
in ClearMediaKeys() 244 DRM_ERR_LOG("ClearMediaKeys failed.");
in ClearMediaKeys()
|
H A D | key_session_service_stub.cpp | 304 int32_t ret = stub->ClearMediaKeys();
305 DRM_CHECK_AND_RETURN_RET_LOG(ret == DRM_OK, ret, "ClearMediaKeys faild, errCode:%{public}d", ret);
|
/foundation/multimedia/drm_framework/frameworks/native/drm/ |
H A D | key_session_impl.cpp | 240 int32_t MediaKeySessionImpl::ClearMediaKeys()
in ClearMediaKeys() function in OHOS::DrmStandard::MediaKeySessionImpl 242 DRM_INFO_LOG("ClearMediaKeys enter.");
in ClearMediaKeys() 247 DRM_ERR_LOG("ClearMediaKeys keySessionServiceProxy_ is null");
in ClearMediaKeys() 250 retCode = keySessionServiceProxy_->ClearMediaKeys();
in ClearMediaKeys() 252 DRM_ERR_LOG("ClearMediaKeys failed, retCode: %{public}d", retCode);
in ClearMediaKeys()
|
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | key_session_napi.cpp | 62 DECLARE_NAPI_FUNCTION("clearMediaKeys", ClearMediaKeys),
in Init() 497 napi_value MediaKeySessionNapi::ClearMediaKeys(napi_env env, napi_callback_info info)
in ClearMediaKeys() function in OHOS::DrmStandard::MediaKeySessionNapi 499 DRM_INFO_LOG("ClearMediaKeys enter.");
in ClearMediaKeys() 513 int32_t ret = keySessionNapi->keySessionImpl_->ClearMediaKeys();
in ClearMediaKeys() 515 DRM_ERR_LOG("ClearMediaKeys call Failed!");
in ClearMediaKeys() 516 NapiDrmError::ThrowError(env, "ClearMediaKeys call failed, service error.",
in ClearMediaKeys()
|
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysession.cpp | 186 result = sessionObject->sessionImpl_->ClearMediaKeys(); in OH_MediaKeySession_ClearMediaKeys()
|
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/ |
H A D | drmservice_fuzzer.h | 127 int32_t ClearMediaKeys() override 129 // Implement the mock behavior for ClearMediaKeys
|
/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | key_session_service_proxy.cpp | 358 int32_t MediaKeySessionServiceProxy::ClearMediaKeys()
360 DRM_INFO_LOG("ClearMediaKeys enter.");
366 DRM_ERR_LOG("ClearMediaKeys Write interface token failed.");
373 DRM_ERR_LOG("ClearMediaKeys failed, errcode: %{public}d", ret);
|
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/ |
H A D | drm_framework_unittest.cpp | 3655 result = sessionObject->sessionImpl_->ClearMediaKeys(); in killclearplay()
|