Home
last modified time | relevance | path

Searched defs:jsCode (Results 1 – 25 of 44) 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.h512 …virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& … in GetNewComponentWithJsCode()
517 virtual bool ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview()
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/collaboration_edit/src/
Dnapi_error_utils.cpp27 std::string jsCode = std::to_string(status); in ThrowNapiError() local
/foundation/distributeddatamgr/relational_store/frameworks/js/ani/relationalstore/include/
Dani_rdb_error.h39 int32_t jsCode; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.h91 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
92 …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.cpp87 std::string jsCode; in ThrowNapiError() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
Dnapi_error_utils.cpp86 std::string jsCode; in ThrowNapiError() local
Dnapi_queue.cpp121 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.h216 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
217 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/
Darkts_plugin_frontend.h107 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
108 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
Darkts_frontend.h124 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
125 …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/relationalstore/include/
Dnapi_rdb_error.h40 int32_t jsCode; member
/foundation/distributeddatamgr/preferences/frameworks/common/include/
Dpreferences_error.h42 int32_t jsCode; member
/foundation/arkui/napi/module_manager/
Dnative_module_manager.h69 const char* jsCode = nullptr; member
/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()

12