| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| D | group_js_bridge.h | 43 virtual void LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode() 45 …virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen)… in LoadPluginJsByteCode()
|
| D | js_engine.h | 358 …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/ |
| D | json_frontend.h | 159 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/ |
| D | js_error_utils.h | 31 int32_t jsCode; member
|
| D | napi_queue.h | 47 int32_t jsCode = 0; member
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/include/ |
| D | js_error_utils.h | 32 int32_t jsCode; member
|
| D | napi_queue.h | 51 int32_t jsCode = 0; member
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/ |
| D | js_error_utils.cpp | 86 std::string jsCode; in ThrowNapiError() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| D | declarative_frontend_ng.h | 77 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/ |
| D | napi_error_utils.cpp | 85 std::string jsCode; in ThrowNapiError() local
|
| D | napi_queue.cpp | 147 std::string jsCode; in GenerateOutput() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
| D | js_error_utils.cpp | 93 std::string jsCode; in ThrowNapiError() local
|
| /foundation/distributeddatamgr/udmf/interfaces/jskits/common/ |
| D | napi_error_utils.h | 34 int32_t jsCode; member
|
| D | napi_queue.h | 49 int32_t jsCode = 0; member
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| D | js_app_context.cpp | 83 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/ |
| D | dom_mock.h | 112 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/ |
| D | js_inspector_manager.cpp | 207 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/ |
| D | native_module_manager.h | 62 const char* jsCode = nullptr; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| D | card_frontend.h | 71 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/ |
| D | source_map.cpp | 112 std::string jsCode = sourceCode; in GetOriginalNames() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_declarative_group_js_bridge.cpp | 560 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/ |
| D | jsi_group_js_bridge.cpp | 640 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/ |
| D | mock_plugin_frontend.cpp | 65 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/ |
| D | source_map.cpp | 521 std::string jsCode = sourceCode; in GetOriginalNames() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| D | declarative_frontend.cpp | 697 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()
|