Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AGenUI/AGenUI
/ functions
Functions
4,245 in github.com/AGenUI/AGenUI
⨍
Functions
4,245
◇
Types & classes
785
Function
TestStreamParser_DeleteSurface
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:298
Function
TestStreamParser_EmptyBlock
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:194
Function
TestStreamParser_FixJSON_ClosesOpenBraces
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:329
Function
TestStreamParser_FixJSON_ClosesOpenStrings
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:360
Function
TestStreamParser_FixJSON_NonCuttableKey
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:382
Function
TestStreamParser_FixJSON_TrailingComma
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:394
Function
TestStreamParser_LargePayload
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:572
Function
TestStreamParser_MultipleBlocks
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:176
Function
TestStreamParser_NoNilPanic
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:558
Function
TestStreamParser_ResetBetweenBlocks
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:538
Function
TestStreamParser_SimpleCreateSurface
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:136
Function
TestStreamParser_SplitCloseTag
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:235
Function
TestStreamParser_SplitOpenTag
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:207
Function
TestStreamParser_UpdateComponents
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:262
Function
TestStreamParser_UpdateDataModel
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:274
Function
TestStreamParser_V09_CreateSurfaceWithComponents
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:408
Function
TestStreamParser_V09_DataModelDeduplication
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:460
Function
TestStreamParser_V09_MsgTypeTracking
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:504
Function
TestStreamParser_V09_SurfaceIDSniffing
(t *testing.T)
agent_sdks/go/parser/streaming_test.go:440
Function
TestValidateComponentIntegrityValid
(t *testing.T)
agent_sdks/go/schema/validator_test.go:695
Function
TestValidateDanglingChildRef
(t *testing.T)
agent_sdks/go/schema/validator_test.go:461
Function
TestValidateDanglingChildrenRef
(t *testing.T)
agent_sdks/go/schema/validator_test.go:444
Function
TestValidateDuplicateIDs
(t *testing.T)
agent_sdks/go/schema/validator_test.go:397
Function
TestValidateInvalidType
(t *testing.T)
agent_sdks/go/schema/validator_test.go:858
Function
TestValidateMissingRoot
(t *testing.T)
agent_sdks/go/schema/validator_test.go:416
Function
TestValidateRecursionAndPathsFuncCallDepth
(t *testing.T)
agent_sdks/go/schema/validator_test.go:673
Function
TestValidateRecursionAndPathsInvalid
(t *testing.T)
agent_sdks/go/schema/validator_test.go:660
Function
TestValidateRecursionAndPathsValid
(t *testing.T)
agent_sdks/go/schema/validator_test.go:648
Function
TestValidateSingleMessage
(t *testing.T)
agent_sdks/go/schema/validator_test.go:841
Function
TestValidator09CreateSurface
(t *testing.T)
agent_sdks/go/schema/validator_test.go:286
Function
TestValidator09DeleteSurface
(t *testing.T)
agent_sdks/go/schema/validator_test.go:753
Function
TestValidator09DeleteSurfaceMissingSurfaceId
(t *testing.T)
agent_sdks/go/schema/validator_test.go:768
Function
TestValidator09MissingCatalogId
(t *testing.T)
agent_sdks/go/schema/validator_test.go:362
Function
TestValidator09MissingVersion
(t *testing.T)
agent_sdks/go/schema/validator_test.go:305
Function
TestValidator09SurfaceIdMustBeString
(t *testing.T)
agent_sdks/go/schema/validator_test.go:343
Function
TestValidator09UnknownMessageType
(t *testing.T)
agent_sdks/go/schema/validator_test.go:381
Function
TestValidator09UpdateComponents
(t *testing.T)
agent_sdks/go/schema/validator_test.go:710
Function
TestValidator09UpdateDataModel
(t *testing.T)
agent_sdks/go/schema/validator_test.go:735
Function
TestValidator09WrongVersion
(t *testing.T)
agent_sdks/go/schema/validator_test.go:324
Function
TestValidatorConformance
--------------------------------------------------------------------------- Validator conformance ----------------------------------------------------
agent_sdks/go/parser/conformance_test.go:297
Function
TestValidatorNilCatalog
(t *testing.T)
agent_sdks/go/schema/validator_test.go:787
Function
TestWithPruningCommonTypes
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:365
Function
TestWithPruningComponents
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:154
Function
TestWithPruningMessages
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:231
Function
TestWithPruningMessagesInternalReachability
(t *testing.T)
agent_sdks/go/schema/catalog_test.go:271
Method
TextComponent
(Context context, String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TextComponent.java:54
Method
TextComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/text_component.cpp:76
Method
TextComponentMeasurement
platforms/harmony/agenui/src/main/cpp/a2ui/measure/text_component_measurement.h:17
Method
TextFieldComponent
(Context context, String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TextFieldComponent.java:78
Method
TextFieldComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/textfield_component.cpp:67
Method
TextLayoutStyle
(TextPaint paint, float lineSpacingAddPx, float lineSpacingMul
platforms/android/src/main/java/com/amap/agenui/render/measurement/TextMeasurer.java:71
Method
TextMeasurer
()
platforms/android/src/main/java/com/amap/agenui/render/measurement/TextMeasurer.java:86
Method
TextStreamPlugin
core/src/stream/agenui_text_stream_plugin.h:42
Method
TextStyleGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:34
Method
ThemeException
(String message)
platforms/android/src/main/java/com/amap/agenui/render/surface/ThemeException.java:10
Method
ThreadManager
core/src/module/agenui_thread_manager.h:52
Method
ToastFunction
(Context context)
playground/android/app/src/main/java/com/amap/agenuiplayground/function/ToastFunction.java:23
Method
TokenParser
core/src/surface/token_parser/agenui_token_parser.cpp:8
Method
TypoHandlerGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:26
Method
TypoStyleGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:10
Method
TypographyGuard
platforms/harmony/agenui/src/main/cpp/a2ui/utils/a2ui_drawing_guard.h:42
Function
UnbindSurface
platforms/harmony/agenui/src/main/cpp/napi_surface.cpp:246
Function
UnregisterA2UISurfaceListener
platforms/harmony/agenui/src/main/cpp/napi_surface.cpp:157
Function
UnregisterFunction
platforms/harmony/agenui/src/main/cpp/napi_function.cpp:118
Function
UnregisterMeasurement
platforms/harmony/agenui/src/main/cpp/napi_measurement.cpp:198
Method
UpdateState
platforms/harmony/agenui/src/main/cpp/a2ui/render/a2ui_component_state.h:28
Method
VariableConversion
platforms/harmony/agenui/src/main/cpp/a2ui_hm_helper.h:55
Method
VideoComponent
(String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/VideoComponent.java:37
Method
VideoComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/video_component.cpp:16
Method
VirtualDOM
core/src/surface/virtual_dom/agenui_virtual_dom.cpp:11
Method
VirtualDOMNode
core/src/surface/virtual_dom/agenui_virtual_dom_node.cpp:64
Function
WaitFor
tests/cpp/support/thread_sync_helper.h:115
Method
WebComponent
(Context context, String id, Map<String, Object> properties)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/WebComponent.java:51
Method
WebComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/components/web_component.cpp:16
Method
WebComponentRegistry
platforms/harmony/agenui/src/main/cpp/a2ui/bridge/web_component_registry.h:63
Method
YAxisLabelFormatter
()
playground/android/app/src/main/java/com/amap/agenuiplayground/component/chart/YAxisLabelFormatter.java:17
Method
YogaAbsoluteLayout
(Context context)
platforms/android/src/main/java/com/amap/agenui/render/layout/YogaAbsoluteLayout.java:111
Method
YogaLayoutEngine
core/src/surface/yoga_node/agenui_yoga_layout_engine.h:43
Method
YogaLayoutEngine
core/src/surface/yoga_node/agenui_yoga_layout_engine.cpp:16
Method
YogaLayoutParams
(Context context, AttributeSet attrs)
platforms/android/src/main/java/com/amap/agenui/render/layout/YogaAbsoluteLayout.java:92
Method
YogaNode
Non-copyable, movable
core/src/surface/yoga_node/agenui_yoga_node.h:36
Method
YogaNode
core/src/surface/yoga_node/agenui_yoga_node.cpp:12
Method
YogaNodeManager
core/src/surface/yoga_node/agenui_yoga_node_manager.cpp:9
Method
YogaNodeManager
Non-copyable and non-movable
core/src/surface/yoga_node/agenui_yoga_node_manager.h:33
Method
YogaValue
core/src/surface/yoga_node/agenui_yoga_value.cpp:5
Method
a2uiToPx
* 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
Method
a2uiToVp
* 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
Function
a2ui_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
Function
a2ui_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
Method
addAttributeChangeObserver
platforms/harmony/agenui/src/main/cpp/a2ui/render/hybrid/a2ui_hybrid_factory.cpp:167
Method
addChild
(A2UIComponent child)
platforms/android/src/main/java/com/amap/agenui/render/component/A2UILayoutComponent.java:117
Method
addChild
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
Method
addChild
Add tab content component
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TabsComponent.java:471
Method
addChild
(A2UIComponent child)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/ListComponent.java:286
Method
addChild
platforms/harmony/agenui/src/main/cpp/a2ui/render/a2ui_component_state.cpp:99
Method
addComponent
core/src/surface/component_manager/agenui_component_manager.cpp:420
Method
addComponent
platforms/harmony/agenui/src/main/cpp/a2ui/render/a2ui_surface.cpp:346
Method
addSubStory
(SubStory subStory)
playground/android/app/src/main/java/com/amap/agenuiplayground/story/ComponentStory.java:65
Method
addToYieldedSurfaces
(sid string)
agent_sdks/go/parser/streaming_v09.go:51
Method
afterTextChanged
(Editable s)
platforms/android/src/main/java/com/amap/agenui/render/component/impl/TextFieldComponent.java:67
← previous
next →
2,201–2,300 of 4,245, ranked by callers