Searched refs:JsGetState (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_image_animator_bridge.h | 26 static shared_ptr<JsValue> JsGetState(const shared_ptr<JsRuntime>& runtime, NodeId nodeId);
|
H A D | jsi_image_animator_bridge.cpp | 20 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 D | jsi_engine.cpp | 2170 return JsiImageAnimatorBridge::JsGetState(runtime, nodeId); in JsCallComponent()
|
/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_napi.h | 200 static napi_value JsGetState(napi_env env, napi_callback_info info);
|
H A D | avplayer_napi.cpp | 115 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 D | avrecorder_napi.h | 275 static napi_value JsGetState(napi_env env, napi_callback_info info);
|
H A D | avrecorder_napi.cpp | 92 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