Home
last modified time | relevance | path

Searched refs:GetValueUint8Array (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dkey_session_napi.cpp253 …context->status = NapiParamUtils::GetValueUint8Array(env, context->mediaKeyRequestInfo.initData, a… in GenerateMediaKeyRequest()
302 context->status = NapiParamUtils::GetValueUint8Array(env, context->response, argv[PARAM0]); in ProcessMediaKeyResponse()
340 …context->status = NapiParamUtils::GetValueUint8Array(env, context->releaseLicenseId, argv[PARAM0]); in GenerateOfflineReleaseRequest()
377 …context->status = NapiParamUtils::GetValueUint8Array(env, context->releaseResponseLicenseId, argv[… in ProcessOfflineReleaseResponse()
379 … context->status = NapiParamUtils::GetValueUint8Array(env, context->releaseResponse, argv[PARAM1]); in ProcessOfflineReleaseResponse()
474 …context->status = NapiParamUtils::GetValueUint8Array(env, context->restoreLicenseId, argv[PARAM0]); in RestoreOfflineMediaKeys()
H A Dnapi_param_utils.cpp123 napi_status NapiParamUtils::GetValueUint8Array(const napi_env &env, std::vector<uint8_t> &value, na… in GetValueUint8Array() function in OHOS::DrmStandard::NapiParamUtils
H A Dmedia_key_system_napi.cpp689 context->status = NapiParamUtils::GetValueUint8Array(env, context->response, argv[PARAM0]); in ProcessKeySystemResponse()
/ohos5.0/foundation/multimedia/drm_framework/services/utils/include/
H A Dnapi_param_utils.h235 static napi_status GetValueUint8Array(const napi_env &env, std::vector<uint8_t> &value,