Home
last modified time | relevance | path

Searched refs:JsGetXComponentSurfaceId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.h47 …static shared_ptr<JsValue> JsGetXComponentSurfaceId(const shared_ptr<JsRuntime>& runtime, NodeId n…
H A Djsi_xcomponent_bridge.cpp148 shared_ptr<JsValue> JsiXComponentBridge::JsGetXComponentSurfaceId(const shared_ptr<JsRuntime>& runt… in JsGetXComponentSurfaceId() function in OHOS::Ace::Framework::JsiXComponentBridge
H A Djsi_engine.cpp2154 return JsiXComponentBridge::JsGetXComponentSurfaceId(runtime, nodeId); in JsCallComponent()