Searched refs:GetNewComponentWithJsCode (Results 1 – 7 of 7) sorted by relevance
52 RefPtr<Component> GetNewComponentWithJsCode(const std::unique_ptr<JsonValue>& root);
243 auto newComponent = GetNewComponentWithJsCode(root); in OperateComponent()299 RefPtr<Component> JsInspectorManager::GetNewComponentWithJsCode(const std::unique_ptr<JsonValue>& r… in GetNewComponentWithJsCode() function in OHOS::Ace::Framework::JsInspectorManager323 auto component = declarativeFrontend->GetNewComponentWithJsCode(jsCode, viewID); in GetNewComponentWithJsCode()
127 … RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID);
869 RefPtr<Component> DeclarativeFrontend::GetNewComponentWithJsCode(const std::string& jsCode, const s… in Initialize() function in OHOS::Ace::DeclarativeFrontend872 return jsEngine_->GetNewComponentWithJsCode(jsCode, viewID); in Initialize()
451 …virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& … in GetNewComponentWithJsCode() function
435 …RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& viewID) …
2025 RefPtr<Component> JsiDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const … in GetNewComponentWithJsCode() function in OHOS::Ace::Framework::JsiDeclarativeEngine