Home
last modified time | relevance | path

Searched refs:JsGetState (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_image_animator_bridge.h26 static shared_ptr<JsValue> JsGetState(const shared_ptr<JsRuntime>& runtime, NodeId nodeId);
H A Djsi_image_animator_bridge.cpp20 shared_ptr<JsValue> JsiImageAnimatorBridge::JsGetState(const shared_ptr<JsRuntime>& runtime, NodeId nodeId) in JsGetState() function in OHOS::Ace::Framework::JsiImageAnimatorBridge
23 LOGE("JsGetState failed. runtime is null."); in JsGetState()
28 LOGE("JsGetState failed. engine is null."); in JsGetState()
33 LOGE("JsGetState failed. page is null."); in JsGetState()
H A Djsi_engine.cpp2170 return JsiImageAnimatorBridge::JsGetState(runtime, nodeId); in JsCallComponent()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.h200 static napi_value JsGetState(napi_env env, napi_callback_info info);
H A Davplayer_napi.cpp115 DECLARE_NAPI_GETTER("state", JsGetState), in Init()
2310 napi_value AVPlayerNapi::JsGetState(napi_env env, napi_callback_info info) in JsGetState() function in OHOS::Media::AVPlayerNapi
2315 MEDIA_LOGD("JsGetState In"); in JsGetState()
2323 MEDIA_LOGD("JsGetState Out"); in JsGetState()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.h275 static napi_value JsGetState(napi_env env, napi_callback_info info);
H A Davrecorder_napi.cpp92 DECLARE_NAPI_GETTER("state", JsGetState), in Init()
993 napi_value AVRecorderNapi::JsGetState(napi_env env, napi_callback_info info)
995 MediaTrace trace("AVRecorder::JsGetState");

Completed in 16 milliseconds