Home
last modified time | relevance | path

Searched defs:jsCode (Results 1 – 25 of 38) 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.h456 …virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& … in GetNewComponentWithJsCode()
461 virtual bool ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.h83 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
84 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/
Djs_error_utils.h32 int32_t jsCode = -1; member
Dnapi_queue.h51 int32_t jsCode = 0; member
/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/src/
Djs_error_utils.cpp86 std::string jsCode; in ThrowNapiError() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
Dnapi_error_utils.cpp85 std::string jsCode; in ThrowNapiError() local
Dnapi_queue.cpp118 std::string jsCode; in GenerateOutput() local
/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/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/adapter/preview/inspector/
Djs_inspector_manager.cpp208 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent()
301 std::string jsCode = root->GetString("jsCode", ""); in GetNewComponentWithJsCode() local
329 std::string jsCode = root->GetString("jsCode", ""); in GetNewFrameNodeWithJsCode() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
Dcj_frontend_abstract.h215 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
216 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/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/distributeddatamgr/relational_store/frameworks/js/napi/graphstore/include/
Dnapi_gdb_error.h36 int32_t jsCode; member
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
Dnapi_preferences_error.h42 int32_t jsCode; member
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_rdb_error.h40 int32_t jsCode; member
/foundation/arkui/napi/module_manager/
Dnative_module_manager.h67 const char* jsCode = nullptr; member
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
Djs_ability_stage.cpp598 std::unique_ptr<NativeReference> jsCode( in LoadJsOhmUrl() local
632 std::unique_ptr<NativeReference> jsCode( in LoadJsSrcEntry() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dsource_map.cpp102 std::string jsCode = sourceCode; in GetOriginalNames() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp486 void JsiDeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode()
488 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.cpp631 void JsiGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
636 void JsiGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& j… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
Dmock_plugin_frontend.cpp65 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsC… in LoadPluginJsByteCode()

12