Home
last modified time | relevance | path

Searched refs:GetInspectorInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp381 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 Darkts_native_frame_node_bridge.h89 static ArkUINativeModuleValue GetInspectorInfo(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_frame_node_bridge.cpp1277 ArkUINativeModuleValue FrameNodeBridge::GetInspectorInfo(ArkUIRuntimeCallInfo* runtimeCallInfo) in GetInspectorInfo() function in OHOS::Ace::NG::FrameNodeBridge
H A Darkts_native_api_impl_bridge.cpp3753 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 Dinspector.cpp398 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()