Home
last modified time | relevance | path

Searched refs:JsCallback (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.h28 using JsCallback = std::function<void(std::shared_ptr<Media::PixelMap>, int32_t, std::function<void()>)>;
31 static void Get(const std::string& componentId, JsCallback&& callback, const SnapshotOptions& options);
34 const RefPtr<AceType>& customNode, JsCallback&& callback, bool enableInspector, const SnapshotParam& param,
47 static void PostDelayedTaskOfBuiler(const RefPtr<TaskExecutor>& executor, JsCallback&& callback,
50 static void BuilerTask(JsCallback&& callback, const RefPtr<FrameNode>& node, bool enableInspector,
H A Dcomponent_snapshot.cpp34 CustomizedCallback(ComponentSnapshot::JsCallback&& jsCallback, WeakPtr<FrameNode> node) in CustomizedCallback()
67 ComponentSnapshot::JsCallback callback_;
221 void ComponentSnapshot::Get(const std::string& componentId, JsCallback&& callback, const SnapshotOptions& options) in Get()
268 const RefPtr<AceType>& customNode, JsCallback&& callback, bool enableInspector, const SnapshotParam& param, in Create()
328 void ComponentSnapshot::PostDelayedTaskOfBuiler(const RefPtr<TaskExecutor>& executor, JsCallback&& callback, in PostDelayedTaskOfBuiler()
341 void ComponentSnapshot::BuilerTask(JsCallback&& callback, const RefPtr<FrameNode>& node, bool enableInspector, in BuilerTask()
H A Drosen_render_context.cpp2804 NG::ComponentSnapshot::JsCallback callback = [weak = WeakPtr(GetHost()), containerId = Container::CurrentId()]( in CreateBackgroundPixelMap()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_delegate_declarative.h46 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, in FormFrontendDelegateDeclarative()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h53 using JsCallback = std::function<void(const std::string& callbackId, const std::string& args)>;
97 JsCallback jsCallback;
447 JsCallback jsCallback_;
H A Djs_frontend.cpp463 jsEngine->JsCallback(callbackId, args); in InitializeFrontendDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h50 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack,
320 JsCallback jsCallback_;
H A Dplugin_frontend.cpp339 jsEngine->JsCallback(callbackId, args); in InitializeFrontendDelegate()
H A Dplugin_frontend_delegate.cpp69 const RequestAnimationCallback& requestAnimationCallback, const JsCallback& jsCallback, in PluginFrontendDelegate()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.h144 void JsCallback(const std::string& callbackId, const std::string& args) override;
H A Djsi_engine.cpp3545 void JsiEngine::JsCallback(const std::string& callbackId, const std::string& args)
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Davmetadatahelper_callback.cpp61 virtual void JsCallback() in JsCallback() function
/foundation/arkui/napi/test/unittest/
H A Dtest_napi_threadsafe.cpp418 static napi_value JsCallback(napi_env env, napi_callback_info info) in JsCallback() function
606 napi_create_function(env, "jsCallback", NAPI_AUTO_LENGTH, JsCallback, nullptr, &testFunc); in CallThreadSafeWithSamePriorityTest()
655 napi_create_function(env, "jsCallback", NAPI_AUTO_LENGTH, JsCallback, nullptr, &testFunc); in CallThreadSafeWithDiffPriorityTest()
695 napi_create_function(env, "jsCallback", NAPI_AUTO_LENGTH, JsCallback, nullptr, &testFunc); in CallThreadSafeWithDiffPriorityMultipleThreadTest()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/include/
H A Djs_input_monitor.h85 static void JsCallback(uv_work_t *work, int32_t status);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h70 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack,
479 JsCallback jsCallback_;
H A Dfrontend_delegate_declarative.cpp101 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, in FrontendDelegateDeclarative()
3372 const std::string& componentId, NG::ComponentSnapshot::JsCallback&& callback, const NG::SnapshotOptions& options) in GetSnapshot()
3389 std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, in CreateSnapshot()
H A Ddeclarative_frontend.cpp434 jsEngine->JsCallback(callbackId, args); in Initialize()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h286 virtual void JsCallback(const std::string& callbackId, const std::string& args) = 0;
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp26 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, in PluginFrontendDelegate()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp1529 &JsInputMonitor::JsCallback, uv_qos_user_initiated); in OnPointerEvent()
1574 &JsInputMonitor::JsCallback, uv_qos_user_initiated); in OnKeyEvent()
1593 void JsInputMonitor::JsCallback(uv_work_t *work, int32_t status) in JsCallback() function in OHOS::MMI::__anon11305::JsInputMonitor
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h359 void JsCallback(const std::string& callbackId, const std::string& args) override;
H A Djsi_declarative_engine.cpp2441 void JsiDeclarativeEngine::JsCallback(const std::string& callbackId, const std::string& args) {} in JsCallback() function in OHOS::Ace::Framework::JsiDeclarativeEngine
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp1177 const std::string& componentId, NG::ComponentSnapshot::JsCallback&& callback, const NG::SnapshotOptions& options) in GetSnapshot()
1216 std::function<void()>&& customBuilder, NG::ComponentSnapshot::JsCallback&& callback, bool enableInspector, in CreateSnapshot()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp112 virtual void JsCallback() in JsCallback() function

Completed in 53 milliseconds