MCPcopy Create free account

hub / github.com/AGenUI/AGenUI / functions

Functions4,245 in github.com/AGenUI/AGenUI

FunctionTestStreamParser_DeleteSurface
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:298
FunctionTestStreamParser_EmptyBlock
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:194
FunctionTestStreamParser_FixJSON_ClosesOpenBraces
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:329
FunctionTestStreamParser_FixJSON_ClosesOpenStrings
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:360
FunctionTestStreamParser_FixJSON_NonCuttableKey
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:382
FunctionTestStreamParser_FixJSON_TrailingComma
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:394
FunctionTestStreamParser_LargePayload
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:572
FunctionTestStreamParser_MultipleBlocks
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:176
FunctionTestStreamParser_NoNilPanic
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:558
FunctionTestStreamParser_ResetBetweenBlocks
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:538
FunctionTestStreamParser_SimpleCreateSurface
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:136
FunctionTestStreamParser_SplitCloseTag
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:235
FunctionTestStreamParser_SplitOpenTag
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:207
FunctionTestStreamParser_UpdateComponents
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:262
FunctionTestStreamParser_UpdateDataModel
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:274
FunctionTestStreamParser_V09_CreateSurfaceWithComponents
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:408
FunctionTestStreamParser_V09_DataModelDeduplication
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:460
FunctionTestStreamParser_V09_MsgTypeTracking
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:504
FunctionTestStreamParser_V09_SurfaceIDSniffing
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:440
FunctionTestValidateComponentIntegrityValid
(t *testing.T)
agent_sdks/go/schema/validator_test.go:695
FunctionTestValidateDanglingChildRef
(t *testing.T)
agent_sdks/go/schema/validator_test.go:461
FunctionTestValidateDanglingChildrenRef
(t *testing.T)
agent_sdks/go/schema/validator_test.go:444
FunctionTestValidateDuplicateIDs
(t *testing.T)
agent_sdks/go/schema/validator_test.go:397
FunctionTestValidateInvalidType
(t *testing.T)
agent_sdks/go/schema/validator_test.go:858
FunctionTestValidateMissingRoot
(t *testing.T)
agent_sdks/go/schema/validator_test.go:416
FunctionTestValidateRecursionAndPathsFuncCallDepth
(t *testing.T)
agent_sdks/go/schema/validator_test.go:673
FunctionTestValidateRecursionAndPathsInvalid
(t *testing.T)
agent_sdks/go/schema/validator_test.go:660
FunctionTestValidateRecursionAndPathsValid
(t *testing.T)
agent_sdks/go/schema/validator_test.go:648
FunctionTestValidateSingleMessage
(t *testing.T)
agent_sdks/go/schema/validator_test.go:841
FunctionTestValidator09CreateSurface
(t *testing.T)
agent_sdks/go/schema/validator_test.go:286
FunctionTestValidator09DeleteSurface
(t *testing.T)
agent_sdks/go/schema/validator_test.go:753
FunctionTestValidator09DeleteSurfaceMissingSurfaceId
(t *testing.T)
agent_sdks/go/schema/validator_test.go:768
FunctionTestValidator09MissingCatalogId
(t *testing.T)
agent_sdks/go/schema/validator_test.go:362
FunctionTestValidator09MissingVersion
(t *testing.T)
agent_sdks/go/schema/validator_test.go:305
FunctionTestValidator09SurfaceIdMustBeString
(t *testing.T)
agent_sdks/go/schema/validator_test.go:343
FunctionTestValidator09UnknownMessageType
(t *testing.T)
agent_sdks/go/schema/validator_test.go:381
FunctionTestValidator09UpdateComponents
(t *testing.T)
agent_sdks/go/schema/validator_test.go:710
FunctionTestValidator09UpdateDataModel
(t *testing.T)
agent_sdks/go/schema/validator_test.go:735
FunctionTestValidator09WrongVersion
(t *testing.T)
agent_sdks/go/schema/validator_test.go:324
FunctionTestValidatorConformance
--------------------------------------------------------------------------- Validator conformance ----------------------------------------------------
agent_sdks/go/parser/conformance_test.go:297
FunctionTestValidatorNilCatalog
(t *testing.T)
agent_sdks/go/schema/validator_test.go:787
FunctionTestWithPruningCommonTypes
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:365
FunctionTestWithPruningComponents
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:154
FunctionTestWithPruningMessages
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:231
FunctionTestWithPruningMessagesInternalReachability
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:271
MethodTextComponent
(Context context, String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TextComponent.java:54
MethodTextComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/text_component.cpp:76
MethodTextComponentMeasurement
platforms/harmony/agenui/src/main/cpp/a2ui/measure/text_component_measurement.h:17
MethodTextFieldComponent
(Context context, String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TextFieldComponent.java:78
MethodTextFieldComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/textfield_component.cpp:67
MethodTextLayoutStyle
(TextPaint paint, float lineSpacingAddPx, float lineSpacingMul
platforms/android/src/main/java/com/amap/agenui/render/measurement/TextMeasurer.java:71
MethodTextMeasurer
()
platforms/android/src/main/java/com/amap/agenui/render/measurement/TextMeasurer.java:86
MethodTextStreamPlugin
core/src/stream/agenui_text_stream_plugin.h:42
MethodTextStyleGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:34
MethodThemeException
(String message)
platforms/android/src/main/java/com/amap/agenui/render/surface/ThemeException.java:10
MethodThreadManager
core/src/module/agenui_thread_manager.h:52
MethodToastFunction
(Context context)
playground/android/app/src/main/java/com/amap/agenuiplayground/function/ToastFunction.java:23
MethodTokenParser
core/src/surface/token_parser/agenui_token_parser.cpp:8
MethodTypoHandlerGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:26
MethodTypoStyleGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:10
MethodTypographyGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:42
FunctionUnbindSurface
platforms/harmony/agenui/src/main/cpp/napi_surface.cpp:246
FunctionUnregisterA2UISurfaceListener
platforms/harmony/agenui/src/main/cpp/napi_surface.cpp:157
FunctionUnregisterFunction
platforms/harmony/agenui/src/main/cpp/napi_function.cpp:118
FunctionUnregisterMeasurement
platforms/harmony/agenui/src/main/cpp/napi_measurement.cpp:198
MethodUpdateState
platforms/harmony/agenui/src/main/cpp/a2ui/render/a2ui_component_state.h:28
MethodVariableConversion
platforms/harmony/agenui/src/main/cpp/a2ui_hm_helper.h:55
MethodVideoComponent
(String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/VideoComponent.java:37
MethodVideoComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/video_component.cpp:16
MethodVirtualDOM
core/src/surface/virtual_dom/agenui_virtual_dom.cpp:11
MethodVirtualDOMNode
core/src/surface/virtual_dom/agenui_virtual_dom_node.cpp:64
FunctionWaitFor
tests/cpp/support/thread_sync_helper.h:115
MethodWebComponent
(Context context, String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/WebComponent.java:51
MethodWebComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/web_component.cpp:16
MethodWebComponentRegistry
platforms/harmony/agenui/src/main/cpp/a2ui/bridge/web_component_registry.h:63
MethodYAxisLabelFormatter
()
playground/android/app/src/main/java/com/amap/agenuiplayground/component/chart/YAxisLabelFormatter.java:17
MethodYogaAbsoluteLayout
(Context context)
platforms/android/src/main/java/com/amap/agenui/render/layout/YogaAbsoluteLayout.java:111
MethodYogaLayoutEngine
core/src/surface/yoga_node/agenui_yoga_layout_engine.h:43
MethodYogaLayoutEngine
core/src/surface/yoga_node/agenui_yoga_layout_engine.cpp:16
MethodYogaLayoutParams
(Context context, AttributeSet attrs)
platforms/android/src/main/java/com/amap/agenui/render/layout/YogaAbsoluteLayout.java:92
MethodYogaNode
Non-copyable, movable
core/src/surface/yoga_node/agenui_yoga_node.h:36
MethodYogaNode
core/src/surface/yoga_node/agenui_yoga_node.cpp:12
MethodYogaNodeManager
core/src/surface/yoga_node/agenui_yoga_node_manager.cpp:9
MethodYogaNodeManager
Non-copyable and non-movable
core/src/surface/yoga_node/agenui_yoga_node_manager.h:33
MethodYogaValue
core/src/surface/yoga_node/agenui_yoga_value.cpp:5
Methoda2uiToPx
* Convert a2ui units to physical pixels (px). * * Formula: px = (a2ui / 2) * density * Example on a 3× display: a2uiToPx(200.0f) == 300
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_unit_utils.h:83
Methoda2uiToVp
* Convert a2ui units to HarmonyOS vp. * * Formula: vp = a2ui / 2 * Example: a2uiToVp(360.0f) == 180.0f */
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_unit_utils.h:45
Functiona2ui_capi_assert_log_format
* @brief HarmonyOS assertion log formatting function * * @param level Log level * @param file File name * @param func Function name * @param lin
platforms/harmony/agenui/src/main/cpp/log/a2ui_capi_log.h:54
Functiona2ui_capi_log_format
* @brief HarmonyOS log formatting function * * @param level Log level * @param func Function name * @param line Line number * @param format Form
platforms/harmony/agenui/src/main/cpp/log/a2ui_capi_log.h:35
MethodaddAttributeChangeObserver
platforms/harmony/agenui/src/main/cpp/a2ui/render/hybrid/a2ui_hybrid_factory.cpp:167
MethodaddChild
(A2UIComponent child)
platforms/android/src/main/java/com/amap/agenui/render/component/A2UILayoutComponent.java:117
MethodaddChild
Add a child component. The first child acts as the trigger button; the second child acts as the dialog content.
platforms/android/src/main/java/com/amap/agenui/render/component/impl/ModalComponent.java:307
MethodaddChild
Add tab content component
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TabsComponent.java:471
MethodaddChild
(A2UIComponent child)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/ListComponent.java:286
MethodaddChild
platforms/harmony/agenui/src/main/cpp/a2ui/render/a2ui_component_state.cpp:99
MethodaddComponent
core/src/surface/component_manager/agenui_component_manager.cpp:420
MethodaddComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/a2ui_surface.cpp:346
MethodaddSubStory
(SubStory subStory)
playground/android/app/src/main/java/com/amap/agenuiplayground/story/ComponentStory.java:65
MethodaddToYieldedSurfaces
(sid string)
agent_sdks/go/parser/streaming_v09.go:51
MethodafterTextChanged
(Editable s)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TextFieldComponent.java:67
← previousnext →2,201–2,300 of 4,245, ranked by callers