Home
last modified time | relevance | path

Searched refs:GetNewComponentWithJsCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.h52 RefPtr<Component> GetNewComponentWithJsCode(const std::unique_ptr<JsonValue>& root);
H A Djs_inspector_manager.cpp243 auto newComponent = GetNewComponentWithJsCode(root); in OperateComponent()
299 RefPtr<Component> JsInspectorManager::GetNewComponentWithJsCode(const std::unique_ptr<JsonValue>& r… in GetNewComponentWithJsCode() function in OHOS::Ace::Framework::JsInspectorManager
323 auto component = declarativeFrontend->GetNewComponentWithJsCode(jsCode, viewID); in GetNewComponentWithJsCode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h127 … RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID);
H A Ddeclarative_frontend.cpp869 RefPtr<Component> DeclarativeFrontend::GetNewComponentWithJsCode(const std::string& jsCode, const s… in Initialize() function in OHOS::Ace::DeclarativeFrontend
872 return jsEngine_->GetNewComponentWithJsCode(jsCode, viewID); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h451 …virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& … in GetNewComponentWithJsCode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h435 …RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) …
H A Djsi_declarative_engine.cpp2025 RefPtr<Component> JsiDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const … in GetNewComponentWithJsCode() function in OHOS::Ace::Framework::JsiDeclarativeEngine