/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | group_js_bridge.h | 45 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 D | jsi_declarative_group_js_bridge.h | 75 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) override;
|
H A D | jsi_declarative_group_js_bridge.cpp | 488 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 D | jsi_group_js_bridge.h | 75 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) override;
|
H A D | jsi_group_js_bridge.cpp | 636 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 D | mock_frontend.h | 78 MOCK_METHOD(void, LoadPluginJsByteCode, (std::vector<uint8_t> && jsCode, std::vector<int32_t>&& jsCodeLen),
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 101 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override;
|
H A D | frontend_delegate_impl.cpp | 354 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 D | js_frontend.cpp | 567 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 D | frontend_delegate_impl.h | 187 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 84 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 D | mock_plugin_frontend.cpp | 65 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const {} in LoadPluginJsByteCode()
|
H A D | mock_plugin_frontend_delegate.cpp | 100 void PluginFrontendDelegate::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
|
/foundation/arkui/napi/module_manager/ |
H A D | native_module_manager.h | 69 int32_t jsCodeLen = 0; member
|
H A D | native_module_manager.cpp | 1085 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 D | card_frontend.h | 72 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 D | cj_frontend_abstract.h | 167 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override {}
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 84 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override;
|
H A D | plugin_frontend_delegate.cpp | 354 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 D | plugin_frontend_delegate.h | 77 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;
|
H A D | plugin_frontend.cpp | 480 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 D | frontend.h | 204 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 D | declarative_frontend.h | 139 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const override;
|
H A D | frontend_delegate_declarative.h | 98 void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;
|
H A D | declarative_frontend.cpp | 891 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()
|