Home
last modified time | relevance | path

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

/ohos5.0/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… in JsGetState() function in OHOS::Ace::Framework::JsiImageAnimatorBridge
H A Djsi_engine.cpp2170 return JsiImageAnimatorBridge::JsGetState(runtime, nodeId); in JsCallComponent()
/ohos5.0/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.cpp116 DECLARE_NAPI_GETTER("state", JsGetState), in Init()
2325 napi_value AVPlayerNapi::JsGetState(napi_env env, napi_callback_info info) in JsGetState() function in OHOS::Media::AVPlayerNapi
/ohos5.0/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) in JsGetState() function in OHOS::Media::AVRecorderNapi