Home
last modified time | relevance | path

Searched defs:jsCode (Results 1 – 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
Dgroup_js_bridge.h43 virtual void LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode()
45 …virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen)… in LoadPluginJsByteCode()
Djs_engine.h358 …virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& … in GetNewComponentWithJsCode()
363 virtual bool ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview()
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Djson_frontend.h159 void LoadPluginJsCode(std::string&& jsCode) const override in LoadPluginJsCode()
164 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
Djs_error_utils.h31 int32_t jsCode; member
Dnapi_queue.h47 int32_t jsCode = 0; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
Djs_error_utils.h32 int32_t jsCode; member
Dnapi_queue.h51 int32_t jsCode = 0; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
Djs_error_utils.cpp86 std::string jsCode; in ThrowNapiError() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.h77 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
78 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
Dnapi_error_utils.cpp85 std::string jsCode; in ThrowNapiError() local
Dnapi_queue.cpp147 std::string jsCode; in GenerateOutput() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_error_utils.cpp93 std::string jsCode; in ThrowNapiError() local
/foundation/distributeddatamgr/udmf/interfaces/jskits/common/
Dnapi_error_utils.h34 int32_t jsCode; member
Dnapi_queue.h49 int32_t jsCode = 0; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
Djs_app_context.cpp83 char *jsCode = EvaluateFile(isSnapshotMode, contentLength, fullPath, fullPathLength); in Eval() local
146 char *jsCode = ReadFile(fullPath, outLength, isSnapshotMode); in EvaluateFile() local
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_mock.h112 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
113 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/adapter/preview/inspector/
Djs_inspector_manager.cpp207 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent()
296 std::string jsCode = root->GetString("jsCode", ""); in GetNewComponentWithJsCode() local
323 std::string jsCode = root->GetString("jsCode", ""); in GetNewFrameNodeWithJsCode() local
/foundation/arkui/napi/module_manager/
Dnative_module_manager.h62 const char* jsCode = nullptr; member
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dcard_frontend.h71 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
72 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dsource_map.cpp112 std::string jsCode = sourceCode; in GetOriginalNames() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp560 void JsiDeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
565 void JsiDeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<i… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_group_js_bridge.cpp640 void JsiGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
645 void JsiGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& j… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/mock/
Dmock_plugin_frontend.cpp65 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsC… in LoadPluginJsByteCode()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
Dsource_map.cpp521 std::string jsCode = sourceCode; in GetOriginalNames() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.cpp697 RefPtr<Component> DeclarativeFrontend::GetNewComponentWithJsCode(const std::string& jsCode, const s… in GetNewComponentWithJsCode()
727 void DeclarativeFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&… in LoadPluginJsByteCode()

12