Home
last modified time | relevance | path

Searched refs:JSQRCode (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_qrcode.cpp55 void JSQRCode::Create(const std::string& value) in Create()
61 void JSQRCode::SetQRCodeColor(const JSCallbackInfo& info) in SetQRCodeColor()
75 void JSQRCode::SetBackgroundColor(const JSCallbackInfo& info) in SetBackgroundColor()
90 void JSQRCode::SetContentOpacity(const JSCallbackInfo& info) in SetContentOpacity()
102 void JSQRCode::JSBind(BindingTarget globalObj) in JSBind()
104 JSClass<JSQRCode>::Declare("QRCode"); in JSBind()
106 JSClass<JSQRCode>::StaticMethod("create", &JSQRCode::Create, opt); in JSBind()
107 JSClass<JSQRCode>::StaticMethod("color", &JSQRCode in JSBind()
[all...]
H A Djs_qrcode.h26 class JSQRCode : public JSViewAbstract, public JSInteractableView { class
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp530 { "QRCode", JSQRCode::JSBind },
669 { "QRCode", JSQRCode::JSBind },
H A Djsi_view_register_impl_ng.cpp600 JSQRCode::JSBind(globalObj); in JsBindViews()

Completed in 3 milliseconds