Home
last modified time | relevance | path

Searched refs:GetChildrenJson (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.h43 std::unique_ptr<JsonValue> GetChildrenJson(RefPtr<AccessibilityNode> node);
H A Djs_inspector_manager.cpp131 jsonNode->Put(INSPECTOR_CHILDREN, GetChildrenJson(node)); in AssembleJSONTree()
136 std::unique_ptr<JsonValue> JsInspectorManager::GetChildrenJson(RefPtr<AccessibilityNode> node) in GetChildrenJson() function in OHOS::Ace::Framework::JsInspectorManager
170 jsonNode->Put(INSPECTOR_CHILDREN, GetChildrenJson(node)); in GetChildJson()

Completed in 1 milliseconds