Home
last modified time | relevance | path

Searched refs:jsCodeLen (Results 1 - 25 of 27) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dgroup_js_bridge.h45 virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) {} in LoadPluginJsByteCode() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.h75 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) override;
H A Djsi_declarative_group_js_bridge.cpp488 void JsiDeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) in LoadPluginJsByteCode() argument
494 for (auto len : jsCodeLen) { in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.h75 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) override;
H A Djsi_group_js_bridge.cpp636 void JsiGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) in LoadPluginJsByteCode() argument
643 for (auto len : jsCodeLen) { in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h78 MOCK_METHOD(void, LoadPluginJsByteCode, (std::vector<uint8_t> && jsCode, std::vector<int32_t>&& jsCodeLen),
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h101 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override;
H A Dfrontend_delegate_impl.cpp354 void FrontendDelegateImpl::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
358 [jsCode = std::move(jsCode), jsCodeLen = std::move(jsCodeLen), weak]() mutable { in LoadPluginJsByteCode()
361 groupJsBridge->LoadPluginJsByteCode(std::move(jsCode), std::move(jsCodeLen)); in LoadPluginJsByteCode()
H A Djs_frontend.cpp567 void JsFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
570 delegate_->LoadPluginJsByteCode(std::move(jsCode), std::move(jsCodeLen)); in LoadPluginJsByteCode()
H A Dfrontend_delegate_impl.h187 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.h84 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override {}
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp65 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const {} in LoadPluginJsByteCode()
H A Dmock_plugin_frontend_delegate.cpp100 void PluginFrontendDelegate::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.h69 int32_t jsCodeLen = 0; member
H A Dnative_module_manager.cpp1085 tailNativeModule_->jsCodeLen = bufLen; in FindNativeModuleByDisk()
1125 tailNativeModule_->jsCodeLen = static_cast<int32_t>(len); in RegisterByBuffer()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.h72 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override {}
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h167 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override {}
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h84 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override;
H A Dplugin_frontend_delegate.cpp354 std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
361 [jsCode = std::move(jsCode), jsCodeLen = std::move(jsCodeLen), groupJsBridge = groupJsBridge_]() mutable { in LoadPluginJsByteCode()
362 groupJsBridge->LoadPluginJsByteCode(std::move(jsCode), std::move(jsCodeLen)); in LoadPluginJsByteCode()
H A Dplugin_frontend_delegate.h77 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;
H A Dplugin_frontend.cpp480 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
483 delegate_->LoadPluginJsByteCode(std::move(jsCode), std::move(jsCodeLen)); in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h204 virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h139 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override;
H A Dfrontend_delegate_declarative.h98 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;
H A Ddeclarative_frontend.cpp891 void DeclarativeFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in Initialize()
894 delegate_->LoadPluginJsByteCode(std::move(jsCode), std::move(jsCodeLen)); in Initialize()

Completed in 27 milliseconds

12