Home
last modified time | relevance | path

Searched refs:JsEnableSecure (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h184 static void JsEnableSecure(const JSCallbackInfo& args);
H A Djs_xcomponent.cpp204 JSClass<JSXComponent>::StaticMethod("enableSecure", &JSXComponent::JsEnableSecure); in JSBind()
726 void JSXComponent::JsEnableSecure(const JSCallbackInfo& args) in JsEnableSecure() function in OHOS::Ace::Framework::JSXComponent