Home
last modified time | relevance | path

Searched refs:GetNewFrameNodeWithJsCode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.h53 RefPtr<NG::UINode> GetNewFrameNodeWithJsCode(const std::unique_ptr<JsonValue>& root);
H A Djs_inspector_manager.cpp215 auto newChild = GetNewFrameNodeWithJsCode(root); in OperateComponent()
327 RefPtr<NG::UINode> JsInspectorManager::GetNewFrameNodeWithJsCode(const std::unique_ptr<JsonValue>& … in GetNewFrameNodeWithJsCode() function in OHOS::Ace::Framework::JsInspectorManager