Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp77 void JsInspectorManager::InitializeCallback() in InitializeCallback()
108 void JsInspectorManager::AssembleJSONTree(std::string& jsonStr) in AssembleJSONTree()
136 std::unique_ptr<JsonValue> JsInspectorManager::GetChildrenJson(RefPtr<AccessibilityNode> node) in GetChildrenJson()
149 std::unique_ptr<JsonValue> JsInspectorManager::GetChildJson(RefPtr<AccessibilityNode> node) in GetChildJson()
175 void JsInspectorManager::AssembleDefaultJSONTree(std::string& jsonStr) in AssembleDefaultJSONTree()
208 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent()
252 bool JsInspectorManager::OperateRootComponent(RefPtr<Component> newComponent) in OperateRootComponent()
264 bool JsInspectorManager::OperateGeneralComponent( in OperateGeneralComponent()
289 bool JsInspectorManager::OperateGeneralUINode(RefPtr<NG::UINode> parent, int32_t slot, RefPtr<NG::UINode> newChild) in OperateGeneralUINode()
299 RefPtr<Component> JsInspectorManager
[all...]
H A Djs_inspector_manager.h32 class JsInspectorManager : public AccessibilityNodeManager { class
33 DECLARE_ACE_TYPE(JsInspectorManager, AccessibilityNodeManager);
36 JsInspectorManager() = default;
37 ~JsInspectorManager() override = default;

Completed in 2 milliseconds