Searched refs:inspectorElement (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.cpp | 43 RefPtr<V2::InspectorComposedElement> inspectorElement; in GetInspectorByKey() local 47 inspectorElement = AceType::DynamicCast<V2::InspectorComposedElement>(current); in GetInspectorByKey() 48 if (inspectorElement != nullptr) { in GetInspectorByKey() 49 if (key == inspectorElement->GetKey()) { in GetInspectorByKey() 50 return inspectorElement; in GetInspectorByKey() 93 auto inspectorElement = AceType::DynamicCast<V2::InspectorComposedElement>(element); in ToJsonValue() local 94 if (inspectorElement == nullptr) { in ToJsonValue() 97 json->Put(INSPECTOR_TYPE, inspectorElement->GetTag().c_str()); in ToJsonValue() 103 json->Put(INSPECTOR_ID, std::stoi(inspectorElement->GetId())); in ToJsonValue() 104 json->Put(INSPECTOR_Z_INDEX, inspectorElement in ToJsonValue() 143 auto inspectorElement = GetInspectorByKey(context->GetRootElement(), key); GetInspectorNodeByKey() local 206 auto inspectorElement = GetInspectorByKey(context->GetRootElement(), key); SendEventByKey() local [all...] |
H A D | inspector_composed_component.cpp | 364 auto inspectorElement = AceType::DynamicCast<InspectorComposedElement>(composedElement); in CreateElement() local 365 inspectorElement->SetKey(GetInspectorKey()); in CreateElement()
|
/foundation/arkui/ace_engine/adapter/preview/inspector/ |
H A D | js_inspector_manager.cpp | 357 auto inspectorElement = AceType::DynamicCast<V2::InspectorComposedElement>(composedElement); in GetInspectorElementById() local 358 if (!inspectorElement) { in GetInspectorElementById() 361 return inspectorElement; in GetInspectorElementById() 431 auto inspectorElement = AceType::DynamicCast<V2::InspectorComposedElement>(composedElement); in GetAttrsAndStylesV2() local 432 if (inspectorElement) { in GetAttrsAndStylesV2() 433 auto jsonObject = inspectorElement->ToJsonObject(); in GetAttrsAndStylesV2() 437 auto shapeComposedElement = AceType::DynamicCast<V2::ShapeComposedElement>(inspectorElement); in GetAttrsAndStylesV2() 482 auto inspectorElement = AceType::DynamicCast<V2::InspectorComposedElement>(composedElement); in UpdateNodeRectStrInfoV2() local 483 if (inspectorElement) { in UpdateNodeRectStrInfoV2() 484 auto rect = inspectorElement in UpdateNodeRectStrInfoV2() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 61 RefPtr<UINode> inspectorElement; in GetInspectorByKey() local 469 auto inspectorElement = GetInspectorByKey(rootNode, key); in GetInspectorNodeByKey() local 470 CHECK_NULL_RETURN(inspectorElement, ""); in GetInspectorNodeByKey() 473 jsonNode->Put(INSPECTOR_TYPE, inspectorElement->GetTag().c_str()); in GetInspectorNodeByKey() 474 jsonNode->Put(INSPECTOR_ID, inspectorElement->GetId()); in GetInspectorNodeByKey() 475 auto frameNode = AceType::DynamicCast<FrameNode>(inspectorElement); in GetInspectorNodeByKey() 481 std::string debugLine = inspectorElement->GetDebugLine(); in GetInspectorNodeByKey() 484 inspectorElement->ToJsonValue(jsonAttrs, filter); in GetInspectorNodeByKey() 783 auto inspectorElement = AceType::DynamicCast<FrameNode>(GetInspectorByKey(rootNode, key)); in SendEventByKey() local 784 CHECK_NULL_RETURN(inspectorElement, fals in SendEventByKey() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_element.cpp | 160 auto inspectorElement = AceType::DynamicCast<V2::InspectorComposedElement>(element); in GetComponentsCount() local 161 if (inspectorElement != nullptr) { in GetComponentsCount()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_tester_impl.cpp | 77 RefPtr<NG::UINode> inspectorElement; in FindComponentsImpl() local
|
Completed in 6 milliseconds