Searched refs:GetInspectorInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 381 ArkUI_CharPtr GetInspectorInfo(ArkUINodeHandle node) in GetInspectorInfo() function 609 …suredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspectorInfo, in GetFrameNodeModifier() 625 …suredSize, GetLayoutPosition, GetInspectorId, GetNodeType, IsVisible, IsAttached, GetInspectorInfo, in GetCJUIFrameNodeModifier()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.h | 89 static ArkUINativeModuleValue GetInspectorInfo(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_frame_node_bridge.cpp | 1277 ArkUINativeModuleValue FrameNodeBridge::GetInspectorInfo(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetInspectorInfo() function in OHOS::Ace::NG::FrameNodeBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3753 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetInspectorInfo)); in RegisterFrameNodeAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 398 std::string GetInspectorInfo(std::vector<RefPtr<NG::UINode>> children, int32_t pageId, in GetInspectorInfo() function 604 return GetInspectorInfo(children, pageId, std::move(jsonRoot), isLayoutInspector, filter); in GetInspector() 640 return GetInspectorInfo(children, 0, std::move(jsonRoot), isLayoutInspector); in GetSubWindowInspector()
|