/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | component_snapshot.h | 28 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 D | component_snapshot.cpp | 34 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 D | rosen_render_context.cpp | 2804 NG::ComponentSnapshot::JsCallback callback = [weak = WeakPtr(GetHost()), containerId = Container::CurrentId()]( in CreateBackgroundPixelMap()
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_delegate_declarative.h | 46 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, in FormFrontendDelegateDeclarative()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 53 using JsCallback = std::function<void(const std::string& callbackId, const std::string& args)>; 97 JsCallback jsCallback; 447 JsCallback jsCallback_;
|
H A D | js_frontend.cpp | 463 jsEngine->JsCallback(callbackId, args); in InitializeFrontendDelegate()
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 50 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, 320 JsCallback jsCallback_;
|
H A D | plugin_frontend.cpp | 339 jsEngine->JsCallback(callbackId, args); in InitializeFrontendDelegate()
|
H A D | plugin_frontend_delegate.cpp | 69 const RequestAnimationCallback& requestAnimationCallback, const JsCallback& jsCallback, in PluginFrontendDelegate()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.h | 144 void JsCallback(const std::string& callbackId, const std::string& args) override;
|
H A D | jsi_engine.cpp | 3545 void JsiEngine::JsCallback(const std::string& callbackId, const std::string& args)
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadatahelper_callback.cpp | 61 virtual void JsCallback() in JsCallback() function
|
/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_threadsafe.cpp | 418 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 D | js_input_monitor.h | 85 static void JsCallback(uv_work_t *work, int32_t status);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 70 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, 479 JsCallback jsCallback_;
|
H A D | frontend_delegate_declarative.cpp | 101 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 D | declarative_frontend.cpp | 434 jsEngine->JsCallback(callbackId, args); in Initialize()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 286 virtual void JsCallback(const std::string& callbackId, const std::string& args) = 0;
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 26 const JsCallback& jsCallback, const OnWindowDisplayModeChangedCallBack& onWindowDisplayModeChangedCallBack, in PluginFrontendDelegate()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1529 &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 D | jsi_declarative_engine.h | 359 void JsCallback(const std::string& callbackId, const std::string& args) override;
|
H A D | jsi_declarative_engine.cpp | 2441 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 D | frontend_delegate_declarative_ng.cpp | 1177 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 D | avplayer_callback.cpp | 112 virtual void JsCallback() in JsCallback() function
|