Home
last modified time | relevance | path

Searched refs:valueType0 (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp351 napi_valuetype valueType0 = napi_undefined; in JsSetEventCallback() local
353 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string || in JsSetEventCallback()
384 napi_valuetype valueType0 = napi_undefined; in JsCancelEventCallback() local
385 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string) { in JsCancelEventCallback()
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H A Davscreen_capture_napi.cpp472 napi_valuetype valueType0 = napi_undefined; in JsSetEventCallback() local
474 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string || in JsSetEventCallback()
510 napi_valuetype valueType0 = napi_undefined; in JsCancelEventCallback() local
511 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string) { in JsCancelEventCallback()
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Daudio_recorder_napi.cpp628 napi_valuetype valueType0 = napi_undefined; in On() local
630 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string || in On()
H A Dvideo_recorder_napi.cpp645 napi_valuetype valueType0 = napi_undefined; in On() local
647 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string || in On()
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_napi.cpp594 napi_valuetype valueType0 = napi_undefined; in JsSetOnCallback() local
596 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string || in JsSetOnCallback()
633 napi_valuetype valueType0 = napi_undefined; in JsClearOnCallback() local
634 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string) { in JsClearOnCallback()
/foundation/multimedia/player_framework/frameworks/js/player/
H A Daudio_player_napi.cpp641 napi_valuetype valueType0 = napi_undefined; in On() local
643 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string || in On()
H A Dvideo_player_napi.cpp1024 napi_valuetype valueType0 = napi_undefined; in On() local
1026 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string || in On()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp2733 napi_valuetype valueType0 = napi_undefined; in JsSetOnCallback() local
2740 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string) { in JsSetOnCallback()
2792 napi_valuetype valueType0 = napi_undefined; in JsClearOnCallback() local
2798 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string) { in JsClearOnCallback()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp911 napi_valuetype valueType0 = napi_undefined;
920 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string) {
965 napi_valuetype valueType0 = napi_undefined;
973 if (napi_typeof(env, args[0], &valueType0) != napi_ok || valueType0 != napi_string) {

Completed in 20 milliseconds