Home
last modified time | relevance | path

Searched refs:JsMuted (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_video.h28 static void JsMuted(const JSCallbackInfo& info);
H A Djs_video.cpp131 void JSVideo::JsMuted(const JSCallbackInfo& info) in JsMuted() function in OHOS::Ace::Framework::JSVideo
411 JSClass<JSVideo>::StaticMethod("muted", &JSVideo::JsMuted, opt); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_napi.h24 napi_value JsMuted(napi_env env, napi_callback_info info);
H A Dmovingphoto_napi.cpp113 napi_value JsMuted(napi_env env, napi_callback_info info) in JsMuted() function
257 DECLARE_NAPI_FUNCTION("muted", JsMuted), in InitView()