/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | group_js_bridge.h | 45 …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 D | jsi_group_js_bridge.h | 75 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) overrid…
|
H A D | jsi_group_js_bridge.cpp | 636 …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 D | jsi_declarative_group_js_bridge.h | 75 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) overrid…
|
H A D | jsi_declarative_group_js_bridge.cpp | 488 …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 D | mock_frontend.h | 78 …HOD(void, LoadPluginJsByteCode, (std::vector<uint8_t> && jsCode, std::vector<int32_t>&& jsCodeLen),
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 65 …end::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const {} in LoadPluginJsByteCode()
|
H A D | mock_plugin_frontend_delegate.cpp | 100 …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 D | declarative_frontend_ng.h | 84 …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 D | js_frontend.h | 99 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o…
|
H A D | frontend_delegate_impl.cpp | 354 …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 D | js_frontend.cpp | 567 …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 D | frontend_delegate_impl.h | 187 … 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 D | plugin_frontend.h | 84 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o…
|
H A D | plugin_frontend_delegate.cpp | 370 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 D | plugin_frontend.cpp | 485 …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 D | plugin_frontend_delegate.h | 77 … 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 D | cj_frontend_abstract.h | 167 …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 D | frontend.h | 204 …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 D | card_frontend.h | 72 …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 D | declarative_frontend.h | 139 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o…
|
H A D | declarative_frontend.cpp | 899 …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 D | frontend_delegate_declarative.h | 98 … void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const;
|