Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.h241 static napi_value JsGetMediaKeySystemInfos(napi_env env, napi_callback_info info);
H A Davplayer_napi.cpp100 DECLARE_NAPI_FUNCTION("getMediaKeySystemInfos", JsGetMediaKeySystemInfos), in Init()
1286 napi_value AVPlayerNapi::JsGetMediaKeySystemInfos(napi_env env, napi_callback_info info) in JsGetMediaKeySystemInfos() function in OHOS::Media::AVPlayerNapi