Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dgroup_js_bridge.h45 …rtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) {} in LoadPluginJsByteCode() argument
/ohos5.0/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) overrid…
H A Djsi_group_js_bridge.cpp636 …roupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) in LoadPluginJsByteCode() argument
643 for (auto len : jsCodeLen) { in LoadPluginJsByteCode()
/ohos5.0/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) overrid…
H A Djsi_declarative_group_js_bridge.cpp488 …roupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) in LoadPluginJsByteCode() argument
494 for (auto len : jsCodeLen) { in LoadPluginJsByteCode()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h78 …HOD(void, LoadPluginJsByteCode, (std::vector<uint8_t> && jsCode, std::vector<int32_t>&& jsCodeLen),
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend.cpp65 …end::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const {} in LoadPluginJsByteCode()
H A Dmock_plugin_frontend_delegate.cpp100 …legate::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
/ohos5.0/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 o… in LoadPluginJsByteCode() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h99 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o…
H A Dfrontend_delegate_impl.cpp354 …teImpl::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 …ontend::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;
/ohos5.0/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 o…
H A Dplugin_frontend_delegate.cpp370 std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
377 …[jsCode = std::move(jsCode), jsCodeLen = std::move(jsCodeLen), groupJsBridge = groupJsBridge_]() m… in LoadPluginJsByteCode()
378 groupJsBridge->LoadPluginJsByteCode(std::move(jsCode), std::move(jsCodeLen)); in LoadPluginJsByteCode()
H A Dplugin_frontend.cpp485 …ontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
488 delegate_->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;
/ohos5.0/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 o… in LoadPluginJsByteCode() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h204 …id LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const = 0;
/ohos5.0/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 o… in LoadPluginJsByteCode() argument
/ohos5.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 o…
H A Ddeclarative_frontend.cpp899 …ontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in Initialize()
902 delegate_->LoadPluginJsByteCode(std::move(jsCode), std::move(jsCodeLen)); in Initialize()
H A Dfrontend_delegate_declarative.h98 … void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;

12