Searched refs:GetCurrentBridgeId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_animator_bridge.cpp | 56 inline int32_t GetCurrentBridgeId(shared_ptr<JsRuntime>& runtime, shared_ptr<JsValue>& value) in GetCurrentBridgeId() function 338 int32_t bridgeId = GetCurrentBridgeId(runtime, thisObj); in JsAnimatorPlay() 347 int32_t bridgeId = GetCurrentBridgeId(runtime, thisObj); in JsAnimatorFinish() 356 int32_t bridgeId = GetCurrentBridgeId(runtime, thisObj); in JsAnimatorPause() 365 int32_t bridgeId = GetCurrentBridgeId(runtime, thisObj); in JsAnimatorCancel() 374 int32_t bridgeId = GetCurrentBridgeId(runtime, thisObj); in JsAnimatorReverse() 406 int32_t bridgeId = GetCurrentBridgeId(runtime, thisObj); in JsAnimatorUpdate() 448 int32_t bridgeId = GetCurrentBridgeId(runtime, thisObj); in JsAnimatorReset()
|
H A D | jsi_offscreen_canvas_bridge.cpp | 99 inline int32_t GetCurrentBridgeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& … in GetCurrentBridgeId() function 116 int32_t bridgeId = GetCurrentBridgeId(runtime, value); in GetOffscreenCanvasBridge()
|