From 17715653a244e2aab5b57733c5a3b02f101b7301 Mon Sep 17 00:00:00 2001 From: 82Flex <82flex@gmail.com> Date: Sun, 21 Jan 2024 17:55:47 +0800 Subject: [PATCH] refactor: add libraries Signed-off-by: 82Flex <82flex@gmail.com> --- Makefile | 14 +- libraries/AssertionServices.tbd | 112 +++ libraries/BackBoardServices.tbd | 867 +++++++++++++++++++++++ libraries/GraphicsServices.tbd | 207 ++++++ libraries/IOKit.tbd | 956 +++++++++++++++++++++++++ libraries/SpringBoardServices.tbd | 1082 +++++++++++++++++++++++++++++ 6 files changed, 3231 insertions(+), 7 deletions(-) create mode 100644 libraries/AssertionServices.tbd create mode 100644 libraries/BackBoardServices.tbd create mode 100644 libraries/GraphicsServices.tbd create mode 100644 libraries/IOKit.tbd create mode 100644 libraries/SpringBoardServices.tbd diff --git a/Makefile b/Makefile index 292789b..87ad09b 100644 --- a/Makefile +++ b/Makefile @@ -15,21 +15,21 @@ TrollSpeed_FILES += $(wildcard sources/KIF/*.mm sources/KIF/*.m) TrollSpeed_FILES += $(wildcard sources/*.swift) TrollSpeed_FILES += $(wildcard sources/SPLarkController/*.swift) TrollSpeed_FILES += $(wildcard sources/SnapshotSafeView/*.swift) + TrollSpeed_CFLAGS += -fobjc-arc +TrollSpeed_CFLAGS += -Iheaders TrollSpeed_CFLAGS += -Isources TrollSpeed_CFLAGS += -Isources/KIF -TrollSpeed_CFLAGS += -Iheaders TrollSpeed_CFLAGS += -include resources/hudapp-prefix.pch -TrollSpeed_CCFLAGS += -DNOTIFY_LAUNCHED_HUD=\"ch.xxtou.notification.hud.launched\" -TrollSpeed_CCFLAGS += -DNOTIFY_DISMISSAL_HUD=\"ch.xxtou.notification.hud.dismissal\" -TrollSpeed_CCFLAGS += -DNOTIFY_RELOAD_HUD=\"ch.xxtou.notification.hud.reload\" -TrollSpeed_CCFLAGS += -DNOTIFY_RELOAD_APP=\"ch.xxtou.notification.app.reload\" ifeq ($(SPAWN_AS_ROOT),1) TrollSpeed_CCFLAGS += -DSPAWN_AS_ROOT endif MainApplication.mm_CCFLAGS += -std=c++14 -TrollSpeed_FRAMEWORKS += CoreGraphics QuartzCore IOKit UIKit -TrollSpeed_PRIVATE_FRAMEWORKS += BackBoardServices CoreServices GraphicsServices SpringBoardServices + +TrollSpeed_LDFLAGS += -Flibraries + +TrollSpeed_FRAMEWORKS += CoreGraphics CoreServices QuartzCore IOKit UIKit +TrollSpeed_PRIVATE_FRAMEWORKS += BackBoardServices GraphicsServices SpringBoardServices TrollSpeed_CODESIGN_FLAGS += -Sresources/entitlements.plist include $(THEOS_MAKE_PATH)/application.mk diff --git a/libraries/AssertionServices.tbd b/libraries/AssertionServices.tbd new file mode 100644 index 0000000..9163ca2 --- /dev/null +++ b/libraries/AssertionServices.tbd @@ -0,0 +1,112 @@ +--- !tapi-tbd-v3 +archs: [ armv7, armv7s, arm64, arm64e ] +platform: ios +flags: [ flat_namespace ] +install-name: /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices +current-version: 505.100.7 +compatibility-version: 1 +objc-constraint: retain_release +exports: + - archs: [ armv7, armv7s, arm64, arm64e ] + symbols: [ _AssertionServicesVersionNumber, + _AssertionServicesVersionString, + _BKLaunchdJobApplicationLabelPrefix, + _BKLaunchdJobSystemShellLabelPrefix, + _BKSApplicationNotificationStateChanged, + _BKSApplicationStateAll, + _BKSApplicationStateAppIsFrontmostKey, + _BKSApplicationStateDisplayIDKey, + _BKSApplicationStateExitCodeKey, + _BKSApplicationStateExitReasonKey, + _BKSApplicationStateExtensionKey, + _BKSApplicationStateHostPIDKey, + _BKSApplicationStateKey, + _BKSApplicationStateMostElevatedStateForProcessIDKey, + _BKSApplicationStateProcessIDKey, + _BKSApplicationStateRunningReasonAssertionIdentifierKey, + _BKSApplicationStateRunningReasonAssertionNotificationKey, + _BKSApplicationStateRunningReasonAssertionReasonKey, + _BKSApplicationStateRunningReasonsKey, + _BKSAssertionErrorDescription, + _BKSAssertionErrorDomain, + _BKSProcessAssertionBackgroundTimeRemaining, + _BKSProcessAssertionSetExpirationHandler, + _BKSProcessDiagnosticReportTypeDescription, + _BKSProcessErrorDomain, + _BKSProcessExtensionPropertyBundleID, + _BKSProcessVisibilityIsForeground, + _BKSProcessVisibilityMax, + _BKSTerminationAssertionActiveEfficacyForBundleIdentifier, + _BKSTerminationAssertionEfficacyDescription, + _BKSTerminationAssertionHeldForBundleIdentifier, + _BKSTerminationAssertionRegisterObserver, + _BKSTerminationAssertionUnregisterObserver, + _BKSWatchdogAssertionCreateForPID, + _BKSWatchdogAssertionGetTypeID, + _NSStringFromBKSProcessErrorCode, + _NSStringFromBKSProcessExitReason, + _NSStringFromBKSProcessTaskState, + _NSStringFromBKSProcessVisibility, + _RBSProcessLegacyStateDescriptor ] + objc-classes: [ BKSApplicationStateMonitor, BKSAssertion, + BKSLaunchdJobSpecification, BKSProcess, + BKSProcessAssertion, BKSProcessExitContext, + BKSTerminationAssertion, + BKSTerminationAssertionObserverManager, + BKSTerminationContext, BKSWorkspace ] + objc-ivars: [ BKSApplicationStateMonitor._elevatedPriority, + BKSApplicationStateMonitor._handler, + BKSApplicationStateMonitor._interestedAssertionReasons, + BKSApplicationStateMonitor._interestedBundleIDs, + BKSApplicationStateMonitor._interestedStates, + BKSApplicationStateMonitor._lock, + BKSApplicationStateMonitor._monitor, + BKSAssertion._acquisitionHandler, + BKSAssertion._attributes, + BKSAssertion._internalAssertion, + BKSAssertion._invalidationHandler, + BKSAssertion._lock, BKSAssertion._name, + BKSAssertion._target, + BKSLaunchdJobSpecification._arguments, + BKSLaunchdJobSpecification._bundleIdentifier, + BKSLaunchdJobSpecification._bundlePath, + BKSLaunchdJobSpecification._environment, + BKSLaunchdJobSpecification._executablePath, + BKSLaunchdJobSpecification._executionOptions, + BKSLaunchdJobSpecification._labelPrefix, + BKSLaunchdJobSpecification._machServices, + BKSLaunchdJobSpecification._managedPersona, + BKSLaunchdJobSpecification._standardError, + BKSLaunchdJobSpecification._standardOutput, + BKSProcess._accessoryAssertion, + BKSProcess._assertion, BKSProcess._audioAssertion, + BKSProcess._bootstrapped, + BKSProcess._connectedToExternalAccessories, + BKSProcess._delegate, BKSProcess._handle, + BKSProcess._identity, BKSProcess._jobSpec, + BKSProcess._lastExitContext, BKSProcess._lock, + BKSProcess._mediaAssertion, BKSProcess._monitor, + BKSProcess._nowPlayingWithAudio, + BKSProcess._processHandle, + BKSProcess._recordingAudio, BKSProcess._taskState, + BKSProcess._terminationReason, + BKSProcess._visibility, + BKSProcess._visibilityAssertion, + BKSProcess._workspaceLocked, + BKSProcessAssertion._flags, + BKSProcessAssertion._mediaPlaybackHackAssertion, + BKSProcessAssertion._reason, + BKSProcessExitContext._exitReason, + BKSTerminationAssertion._bundleIdentifier, + BKSTerminationAssertion._context, + BKSTerminationAssertion._efficacy, + BKSTerminationAssertionObserverManager._calloutQueue, + BKSTerminationAssertionObserverManager._launchPreventedBundleIDs, + BKSTerminationAssertionObserverManager._lock, + BKSTerminationAssertionObserverManager._monitor, + BKSTerminationAssertionObserverManager._monitorIsReady, + BKSTerminationAssertionObserverManager._observers, + BKSTerminationContext._exceptionCode, + BKSTerminationContext._explanation, + BKSTerminationContext._reportType ] +... diff --git a/libraries/BackBoardServices.tbd b/libraries/BackBoardServices.tbd new file mode 100644 index 0000000..645a4cd --- /dev/null +++ b/libraries/BackBoardServices.tbd @@ -0,0 +1,867 @@ +--- !tapi-tbd-v3 +archs: [ armv7, armv7s, arm64, arm64e ] +platform: ios +flags: [ flat_namespace ] +install-name: /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices +current-version: 1 +compatibility-version: 1 +objc-constraint: retain_release +exports: + - archs: [ armv7, armv7s, arm64, arm64e ] + re-exports: [ /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices ] + symbols: [ _BKAccelerometer_server, + _BKAccelerometer_server_routine, + _BKCreateMIGServerSource, + _BKCreateMIGServerSourceWithContext, + _BKDefaultBrightness, _BKDefaultKeyALSEnabled, + _BKGetContextForCalloutCurrentMIGServerSource, + _BKGetMachPortForMIGServerSource, + _BKHIDServicesCancelPhysicalButtonEvents, + _BKHIDServicesCopyAuthenticationMessageKey, + _BKHIDServicesGetCurrentDeviceOrientation, + _BKHIDServicesGetNonFlatDeviceOrientation, + _BKLogAlternateSystemApp, _BKLogBacklight, + _BKLogCommon, _BKLogDetailed, _BKLogDisplay, + _BKLogDisplayArchive, _BKLogEventDelivery, + _BKLogFenceArbiter, _BKLogFenceObserver, + _BKLogFenceWorkspace, _BKLogFenceWorkspaceVerbose, + _BKLogIdleTimer, _BKLogMousePointer, + _BKLogOrientationClient, _BKLogOrientationDevice, + _BKLogOrientationGlobal, _BKLogOrientationHostUI, + _BKLogTouchDeliveryObserver, _BKLogUISensor, + _BKLoggingSubsystem, _BKMouseInterpolationPointer, + _BKMouseInterpolationRotation, + _BKMouseInterpolationScale, + _BKMouseInterpolationScroll, + _BKMouseInterpolationTranslation, + _BKNSStringFromIOHIDEventPhase, + _BKSActivateForEventOptionTypeBackgroundContentFetching, + _BKSApplicationTerminationReasonDescription, + _BKSApplicationTerminationReasonIsGraceful, + _BKSDebugOptionKeyArguments, + _BKSDebugOptionKeyCancelDebugOnNextLaunch, + _BKSDebugOptionKeyDebugOnNextLaunch, + _BKSDebugOptionKeyDisableASLR, + _BKSDebugOptionKeyEnvironment, + _BKSDebugOptionKeyStandardErrorPath, + _BKSDebugOptionKeyStandardOutPath, + _BKSDebugOptionKeyWaitForDebugger, + _BKSDisplayBrightnessCurveGetCurrent, + _BKSDisplayBrightnessCurveSet, + _BKSDisplayBrightnessGetCurrent, + _BKSDisplayBrightnessRestoreSystemBrightness, + _BKSDisplayBrightnessSet, + _BKSDisplayBrightnessSetAutoBrightnessEnabled, + _BKSDisplayBrightnessSetWithImplicitTransaction, + _BKSDisplayBrightnessTransactionCreate, + _BKSDisplayBrightnessTransactionGetTypeID, + _BKSDisplayServicesApplyRenderOverlay, + _BKSDisplayServicesArchiveWithOptionsAndCompletion, + _BKSDisplayServicesDismissInterstitialRenderOverlay, + _BKSDisplayServicesDisplayIsTethered, + _BKSDisplayServicesDrawPersistentScreenSnapshot, + _BKSDisplayServicesFreezeRenderOverlay, + _BKSDisplayServicesGetExternalDisplayScale, + _BKSDisplayServicesGetMainScreenInfo, + _BKSDisplayServicesGetRenderOverlayDismissActions, + _BKSDisplayServicesGetRenderOverlayForDisplay, + _BKSDisplayServicesGetTVSignalTypeIsDigital, + _BKSDisplayServicesIsFlipBookEnabled, + _BKSDisplayServicesIsScreenDisabled, + _BKSDisplayServicesRemoveRenderOverlay, + _BKSDisplayServicesServerPort, + _BKSDisplayServicesSetCalibrationPhase, + _BKSDisplayServicesSetCloneMirroringMode, + _BKSDisplayServicesSetCloneRotationDisabled, + _BKSDisplayServicesSetFlipBookEnabled, + _BKSDisplayServicesSetRefreshRateSettings, + _BKSDisplayServicesSetReplayCloneContexts, + _BKSDisplayServicesSetScreenBlanked, + _BKSDisplayServicesSetScreenDisabled, + _BKSDisplayServicesSetTetheredOrientationNotificationsDisabled, + _BKSDisplayServicesSetVirtualDisplayClientPID, + _BKSDisplayServicesStart, + _BKSDisplayServicesTearDownPersistentScreenSnapshot, + _BKSDisplayServicesTetherPrefsNeedImmediateUpdate, + _BKSDisplayServicesUpdateMirroredDisplayOrientationWithInterfaceOrientation, + _BKSDisplayServicesUpdateTetheredDisplayOrientationIfNecessaryWithInterfaceOrientation, + _BKSDisplayServicesWillUnblank, + _BKSDisplaySetSecureMode, + _BKSEventFocusDeferralPropertyUnspecifiedContextID, + _BKSEventFocusDeferralPropertyUnspecifiedDisplayUUID, + _BKSFenceArbiterServiceName, _BKSFenceLogApp, + _BKSFenceLogArbiter, _BKSFenceLogObserver, + _BKSFenceLogTrace, _BKSFenceLogWorkspace, + _BKSHIDDigitizerEventIsFirstTouchDown, + _BKSHIDEventAttributeDataWithExpectedClass, + _BKSHIDEventContainsUpdates, + _BKSHIDEventCopyDisplayIDFromDigitizerEvent, + _BKSHIDEventCopyDisplayIDFromEvent, + _BKSHIDEventDeliveryObserverBSServiceName, + _BKSHIDEventDescription, + _BKSHIDEventDigitizerDetachTouches, + _BKSHIDEventDigitizerDetachTouchesWithIdentifiers, + _BKSHIDEventDigitizerDetachTouchesWithIdentifiersAndPolicy, + _BKSHIDEventDigitizerGetTouchIdentifier, + _BKSHIDEventDigitizerGetTouchLocus, + _BKSHIDEventDigitizerGetTouchUserIdentifier, + _BKSHIDEventDigitizerSetTouchOffset, + _BKSHIDEventDigitizerSetTouchRoutingPolicy, + _BKSHIDEventEnumerateChildEvents, + _BKSHIDEventEnumerateUpdatesWithBlock, + _BKSHIDEventGetBaseAttributes, + _BKSHIDEventGetButtonIsCancelledFromButtonEvent, + _BKSHIDEventGetClientIdentifier, + _BKSHIDEventGetClientPid, + _BKSHIDEventGetConciseDescription, + _BKSHIDEventGetContextIDFromDigitizerEvent, + _BKSHIDEventGetContextIDFromEvent, + _BKSHIDEventGetDigitizerAttributes, + _BKSHIDEventGetHitTestPointFromDigitizerEventForPathEvent, + _BKSHIDEventGetInitialTouchTimestampFromDigitizerEvent, + _BKSHIDEventGetIsSystemAppEventFromEvent, + _BKSHIDEventGetIsSystemGestureStateChangeFromDigitizerEvent, + _BKSHIDEventGetMaximumForceFromDigitizerEvent, + _BKSHIDEventGetPointFromDigitizerEvent, + _BKSHIDEventGetPointerAttributes, + _BKSHIDEventGetPrecisePointFromDigitizerEventForPathEvent, + _BKSHIDEventGetSmartCoverStateFromEvent, + _BKSHIDEventGetSourceFromKeyboardEvent, + _BKSHIDEventGetSystemGestureStatusFromDigitizerEvent, + _BKSHIDEventGetTouchStreamIdentifier, + _BKSHIDEventGetZGradientFromDigitizerEventForPathEvent, + _BKSHIDEventMatchingPredicate, + _BKSHIDEventRegisterEventCallback, + _BKSHIDEventRegisterEventCallbackOnRunLoop, + _BKSHIDEventSendToApplicationWithBundleID, + _BKSHIDEventSendToApplicationWithBundleIDAndPid, + _BKSHIDEventSendToApplicationWithBundleIDAndPidAndFollowingFocusChain, + _BKSHIDEventSendToFocusedProcess, + _BKSHIDEventSendToProcess, + _BKSHIDEventSendToProcessAndFollowDeferringRules, + _BKSHIDEventSendToResolvedProcessForDeferringEnvironment, + _BKSHIDEventSetAttributes, + _BKSHIDEventSetBaseAttributes, + _BKSHIDEventSetDigitizerAttributes, + _BKSHIDEventSetDigitizerInfo, + _BKSHIDEventSetDigitizerInfoWithSubEventInfoAndTouchStreamIdentifier, + _BKSHIDEventSetDigitizerInfoWithSubEventInfos, + _BKSHIDEventSetDigitizerInfoWithTouchStreamIdentifier, + _BKSHIDEventSetPointerAttributes, + _BKSHIDEventSetSimpleDeliveryInfo, + _BKSHIDEventSetSimpleInfo, + _BKSHIDEventSetSmartCoverState, + _BKSHIDEventSourceStringName, + _BKSHIDKeyboardGetDeviceProperties, + _BKSHIDKeyboardIsCapsLockLightOn, + _BKSHIDKeyboardSetCapsLockDelayOverride, + _BKSHIDKeyboardSetCapsLockRomanSwitchMode, + _BKSHIDKeyboardSetLayout, + _BKSHIDServiceConnectionBSServiceDomainName, + _BKSHIDServiceConnectionMachName, + _BKSHIDServicesAmbientLightSensorDisableAutoBrightness, + _BKSHIDServicesAmbientLightSensorEnableAutoBrightness, + _BKSHIDServicesAmbientLightSensorExists, + _BKSHIDServicesCancelButtonEventsFromSenderID, + _BKSHIDServicesCancelTouchesOnAllDisplays, + _BKSHIDServicesCancelTouchesOnDisplay, + _BKSHIDServicesCancelTouchesOnMainDisplay, + _BKSHIDServicesCancelTouchesWithIdentifiers, + _BKSHIDServicesCapsLockKeyHasLanguageSwitchLabel, + _BKSHIDServicesClaimGenericGestureFocus, + _BKSHIDServicesDeviceHasHighFrequencyDigitizer, + _BKSHIDServicesGetAuthenticationMessageKey, + _BKSHIDServicesGetAuthenticationMessageKeys, + _BKSHIDServicesGetBacklightFactor, + _BKSHIDServicesGetCALayerTransform, + _BKSHIDServicesGetDeviceBacklightArchitectureVersion, + _BKSHIDServicesGetHardwareKeyboardLanguage, + _BKSHIDServicesGetHumanPresenceStatus, + _BKSHIDServicesGetObjectInProximityIgnoresTouches, + _BKSHIDServicesGetObjectWithinProximity, + _BKSHIDServicesGetRingerState, + _BKSHIDServicesIsCapsLockLightOn, + _BKSHIDServicesIsOrientationLockedWithOrientation, + _BKSHIDServicesIsSmartCoverClosed, + _BKSHIDServicesLastUserEventTime, + _BKSHIDServicesLockOrientation, + _BKSHIDServicesModifierKeysRemappingPreferenceKey, + _BKSHIDServicesNotifyOnNextUserEvent, + _BKSHIDServicesProductIdentifierFromServiceProperties, + _BKSHIDServicesProximityDetectionActive, + _BKSHIDServicesProximityDetectionModeIsValid, + _BKSHIDServicesRequestEstimatedProximityEvents, + _BKSHIDServicesRequestProximityDetectionMode, + _BKSHIDServicesRequestProximityStatusEvent, + _BKSHIDServicesResetProximityCalibration, + _BKSHIDServicesResetUserEventTimer, + _BKSHIDServicesSafeToResetIdleTimer, + _BKSHIDServicesServerPort, + _BKSHIDServicesSetAccelerometerClientEventsEnabled, + _BKSHIDServicesSetAuthenticatedKeyCommands, + _BKSHIDServicesSetBacklightFactorPending, + _BKSHIDServicesSetBacklightFactorWithFadeDuration, + _BKSHIDServicesSetBacklightFactorWithFadeDurationAsync, + _BKSHIDServicesSetBacklightFactorWithFadeDurationSilently, + _BKSHIDServicesSetBacklightFactorWithFadeDurationSilentlyAsync, + _BKSHIDServicesSetBacklightFeatures, + _BKSHIDServicesSetCapsLockDelayOverride, + _BKSHIDServicesSetCapsLockRomanSwitchMode, + _BKSHIDServicesSetDeviceInterfaceOrientation, + _BKSHIDServicesSetDeviceOrientationForAutomation, + _BKSHIDServicesSetHIDUILockedState, + _BKSHIDServicesSetHIDUILockedStateWithSource, + _BKSHIDServicesSetHardwareKeyboardLayout, + _BKSHIDServicesSetHitTestRegionsForDisplay, + _BKSHIDServicesSetMinimumBrightnessLevelWithFadeDuration, + _BKSHIDServicesSetObjectInProximityIgnoresTouches, + _BKSHIDServicesSetOrientationClient, + _BKSHIDServicesSetProximityEventsClient, + _BKSHIDServicesSetStackshotCombos, + _BKSHIDServicesSetTouchHand, + _BKSHIDServicesSetTouchPadAvailability, + _BKSHIDServicesSetVolumeAndPowerButtonPrecedence, + _BKSHIDServicesSetWristState, + _BKSHIDServicesUnlockOrientation, + _BKSHIDServicesUserEventTimerIntervalForever, + _BKSHIDSetDiscreteDispatchingRules, + _BKSHIDSetEventDeferringRules, _BKSHIDSetKeyCommands, + _BKSHIDSetKeyCommandsDispatchingRules, + _BKSHIDSetKeyCommandsRegistrations, + _BKSOpenApplicationErrorCodeToString, + _BKSOpenApplicationOptionKeyActivateAsClassic, + _BKSOpenApplicationOptionKeyActivateForEvent, + _BKSOpenApplicationOptionKeyActivateSuspended, + _BKSOpenApplicationOptionKeyDebuggingOptions, + _BKSOpenApplicationOptionKeyIsSensitiveURL, + _BKSOpenApplicationOptionKeyLaunchImageName, + _BKSOpenApplicationOptionKeyLaunchOrigin, + _BKSOpenApplicationOptionKeyPayloadAnnotation, + _BKSOpenApplicationOptionKeyPayloadOptions, + _BKSOpenApplicationOptionKeyPayloadURL, + _BKSOpenApplicationOptionKeyServiceAvailabilityTimeout, + _BKSOpenApplicationOptionKeyUnlockDevice, + _BKSRestartActionOptionsDescription, + _BKSSystemApplicationMessageKeyActions, + _BKSSystemApplicationMessageKeyBundleID, + _BKSSystemApplicationMessageKeyBundlePath, + _BKSSystemApplicationMessageKeyIdleSleepInterval, + _BKSSystemApplicationMessageKeyIsAlive, + _BKSSystemApplicationMessageKeyLaunchJobLabel, + _BKSSystemApplicationMessageKeyMessageType, + _BKSSystemApplicationServiceName, + _BKSTerminateApplicationForReasonAndReportWithDescription, + _BKSTerminateApplicationGroupForReasonAndReportWithDescription, + _BKSTouchDeliveryObservationBSServiceName, + _BKSTouchDeliveryPolicyServerGetProxyWithErrorHandler, + _BKSTouchDeliveryPolicyServerMachServiceName, + _BKSWatchdogGetIsAlive, _BKSWatchdogServerPort, + _BSDescriptionStreamAppendBKSKeyModifierFlags, + _NSStringFromBKSButtonHapticAssetType, + _NSStringFromBKSHIDEventAuthenticationStatus, + _NSStringFromBKSHIDEventHardwareType, + _NSStringFromBKSHIDEventPointerAttributeOptions, + _NSStringFromBKSHIDEventPointerAttributeState, + _NSStringFromBKSHIDEventScreenEdgeMask, + _NSStringFromBKSHIDEventSmartCoverState, + _NSStringFromBKSHIDEventSource, + _NSStringFromBKSHIDServicesHumanPresenceStatus, + _NSStringFromBKSHIDServicesProximityDetectionMode, + _NSStringFromBKSHIDServicesUserEventTimerMode, + _NSStringFromBKSHIDTouchLocus, + _NSStringFromBKSHIDUILockSource, + _NSStringFromBKSHIDUILockState, + _NSStringFromBKSHIDUISensorChangeSource, + _NSStringFromBKSHapticAssetIdentifier, + _NSStringFromBKSHapticAssetSpeed, + _NSStringFromBKSKeyModifierFlags, + _NSStringFromBKSTouchStreamIdentifier, + __BKSDisplayApplyRenderOverlay, + __BKSDisplayDismissInterstitialRenderOverlay, + __BKSDisplayDisplayIsTethered, + __BKSDisplayFreezeRenderOverlay, + __BKSDisplayGetMainScreenInfo, + __BKSDisplayGetRenderOverlayDismissActions, + __BKSDisplayIsDisabled, + __BKSDisplayIsFlipBookEnabled, + __BKSDisplayRemoveRenderOverlay, + __BKSDisplayRenderOverlay, + __BKSDisplaySetCalibrationPhase, + __BKSDisplaySetCloneMirroringMode, + __BKSDisplaySetCloneRotationDisabled, + __BKSDisplaySetDisabled, + __BKSDisplaySetFlipBookEnabled, + __BKSDisplaySetRefreshRateSettings, + __BKSDisplaySetReplayCloneContextIDs, + __BKSDisplaySetScreenBlanked, + __BKSDisplaySetSecureMode, + __BKSDisplaySetTetheredOrientationNotificationsDisabled, + __BKSDisplaySetVirtualDisplayClientPID, + __BKSDisplayTetherPrefsNeedImmediateUpdate, + __BKSDisplayUpdateMirroredDisplayOrientationWithInterfaceOrientation, + __BKSDisplayUpdateTetheredDisplayOrientationIfNecessaryWithInterfaceOrientation, + __BKSDisplayWillUnblank, + __BKSHIDAmbientLightSensorDisableAutoBrightness, + __BKSHIDAmbientLightSensorEnableAutoBrightness, + __BKSHIDAmbientLightSensorExists, + __BKSHIDApplyButtonDefinitions, + __BKSHIDBeginDisplayBrightnessTransaction, + __BKSHIDCancelButtonEventsFromSenderID, + __BKSHIDCancelPhysicalButtonEvents, + __BKSHIDCancelTouchesOnAllDisplays, + __BKSHIDCancelTouchesOnDisplay, + __BKSHIDCancelTouchesWithIdentifiers, + __BKSHIDClaimGenericGestureFocus, + __BKSHIDDigitizerTouchDetach, + __BKSHIDDigitizerTouchSetOffset, + __BKSHIDDigitizerTouchSetRoutingPolicy, + __BKSHIDEventGetConciseDescriptionButton, + __BKSHIDEventGetConciseDescriptionGenericGesture, + __BKSHIDEventGetConciseDescriptionKeyboard, + __BKSHIDEventGetConciseDescriptionPointer, + __BKSHIDEventGetConciseDescriptionProximity, + __BKSHIDEventGetConciseDescriptionRotation, + __BKSHIDEventGetConciseDescriptionScale, + __BKSHIDEventGetConciseDescriptionScroll, + __BKSHIDEventGetConciseDescriptionTranslation, + __BKSHIDEventGetEventInfoDescription, + __BKSHIDEventGetSubEventInfoFromDigitierEventForPathEvent, + __BKSHIDEventSetRedirectInfo, + __BKSHIDFlushDisplayBrightnessUpdates, + __BKSHIDGetBacklightFactor, + __BKSHIDGetCALayerTransform, + __BKSHIDGetCurrentDeviceOrientation, + __BKSHIDGetCurrentDisplayBrightness, + __BKSHIDGetCurrentDisplayBrightnessCurve, + __BKSHIDGetDeviceBacklightArchitectureVersion, + __BKSHIDGetEventAuthenticationMessageKeys, + __BKSHIDGetHumanPresenceStatus, + __BKSHIDGetKeyboardDeviceProperties, + __BKSHIDGetLastUserEventTime, + __BKSHIDGetNonFlatDeviceOrientation, + __BKSHIDGetObjectInProximityIgnoresTouches, + __BKSHIDGetObjectWithinProximity, + __BKSHIDGetProximityDetectionActive, + __BKSHIDGetRingerState, + __BKSHIDGetUISensorCharacteristics, + __BKSHIDIsCapsLockLightOn, + __BKSHIDIsOrientationLockedWithOrientation, + __BKSHIDIsSmartCoverClosed, __BKSHIDLockOrientation, + __BKSHIDNotifyOnNextUserEvent, __BKSHIDPlayHaptic, + __BKSHIDPostTouchAnnotations, + __BKSHIDRequestEstimatedProximityEvents, + __BKSHIDRequestProximityStatusEvent, + __BKSHIDRequestUISensorMode, + __BKSHIDResetProximityCalibration, + __BKSHIDResetUserEventTimer, + __BKSHIDRestoreSystemDisplayBrightness, + __BKSHIDSafeToResetIdleTimer, + __BKSHIDServicesApplyButtonDefinitions, + __BKSHIDServicesPlayHaptic, + __BKSHIDServicesPostTouchAnnotations, + __BKSHIDSetAccelerometerClientEventsEnabled, + __BKSHIDSetAuthenticatedKeyCommands, + __BKSHIDSetAutoDisplayBrightnessEnabled, + __BKSHIDSetBacklightFactorPending, + __BKSHIDSetBacklightFactorWithFadeDuration, + __BKSHIDSetBacklightFactorWithFadeDurationAsync, + __BKSHIDSetBacklightFeatures, + __BKSHIDSetCapsLockDelayOverride, + __BKSHIDSetCapsLockRomanSwitchMode, + __BKSHIDSetDeviceInterfaceOrientation, + __BKSHIDSetDeviceOrientationForAutomation, + __BKSHIDSetDiscreteDispatchingRules, + __BKSHIDSetDisplayBrightnessCurveValue, + __BKSHIDSetDisplayBrightnessValue, + __BKSHIDSetDisplayBrightnessWithImplicitTransaction, + __BKSHIDSetEventDeferringRulesForClient, + __BKSHIDSetHardwareKeyboardLayout, + __BKSHIDSetHitTestRegionsForDisplay, + __BKSHIDSetKeyCommandsDispatchingRules, + __BKSHIDSetKeyCommandsRegistrations, + __BKSHIDSetMinimumBrightnessLevelWithFadeDuration, + __BKSHIDSetObjectInProximityIgnoresTouches, + __BKSHIDSetOrientationClient, + __BKSHIDSetOrientationClientEventsEnabled, + __BKSHIDSetTouchHand, __BKSHIDSetWristState, + __BKSHIDTouchSetAuthenticationSpecifications, + __BKSHIDTouchStreamCreate, + __BKSHIDTouchStreamInvalidate, + __BKSHIDTouchStreamSetEventDispatchMode, + __BKSHIDUnlockOrientation, + __BKSHIDVerifyEventAuthenticationMessage, + __BKSWatchdogGetIsAlive, + __BKSWatchdogSetServerWrapper, + __BKXXBKAccelerometer_subsystem, + __BKXXDeliverAccelerometerEvent, + __RedirectEventToClient, + _kBKSDisplayServerDiedNotification, + _kBKSFenceArbiterMessageKey_Port, + _kBKSFenceArbiterMessageKey_Type, + _kBKSHIDServerDiedNotification, + _kBKSHIDServicesSafeToSetIdleTimerNotification, + _kBKSHIDServicesStackshotTaken, + _kBKSHIDServicesTouchPadAvailabilityNotification, + _kBKSHIDServicesUserEventIdled, + _kBKSHIDServicesUserEventOccurred, + _kBKSHIDServicesUserEventPresenceExpired, + _kBKSHIDServicesUserEventPresent, + _kBKSHIDServicesUserEventUnIdled ] + objc-classes: [ BKSAbstractDefaults, BKSAccelerometer, + BKSAlternateSystemApp, BKSAnimationFenceAssertion, + BKSAnimationFenceHandle, BKSAnimationFenceObserver, + BKSApplicationDataStore, BKSBacklightFeatures, + BKSButtonHapticsController, + BKSButtonHapticsDefinition, + BKSCAAnimationFenceHandle, BKSContextRelativePoint, + BKSDefaults, + BKSDisplayInterstitialRenderOverlayDismissAction, + BKSDisplayProgressIndicatorProperties, + BKSDisplayRenderOverlay, + BKSDisplayRenderOverlayDescriptor, + BKSEventFocusDeferral, + BKSEventFocusDeferralProperties, + BKSEventFocusManager, BKSExternalDefaults, + BKSHIDAuthenticatedKeyCommandSpecification, + BKSHIDEventAuthenticationKey, + BKSHIDEventAuthenticationKeyRetentionPolicy, + BKSHIDEventAuthenticationKeyRing, + BKSHIDEventAuthenticationMessage, + BKSHIDEventAuthenticationOriginator, + BKSHIDEventBaseAttributes, + BKSHIDEventBiometricDescriptor, + BKSHIDEventDeferringEnvironment, + BKSHIDEventDeferringPredicate, + BKSHIDEventDeferringResolution, + BKSHIDEventDeferringRule, BKSHIDEventDeferringTarget, + BKSHIDEventDeferringToken, + BKSHIDEventDeliveryMIGService, + BKSHIDEventDeliveryManager, + BKSHIDEventDeliveryPolicyObserver, + BKSHIDEventDescriptor, + BKSHIDEventDigitizerAttributes, + BKSHIDEventDigitizerPathAttributes, + BKSHIDEventDiscreteDispatchingPredicate, + BKSHIDEventDiscreteDispatchingRule, + BKSHIDEventDispatchingTarget, BKSHIDEventDisplay, + BKSHIDEventHitTestClientContext, + BKSHIDEventKeyCommand, + BKSHIDEventKeyCommandDescriptor, + BKSHIDEventKeyCommandsDispatchingPredicate, + BKSHIDEventKeyCommandsDispatchingRule, + BKSHIDEventKeyCommandsRegistration, + BKSHIDEventKeyboardDescriptor, BKSHIDEventObserver, + BKSHIDEventPointerAttributes, + BKSHIDEventRedirectAttributes, BKSHIDEventRouter, + BKSHIDEventRouterManager, + BKSHIDEventSenderDescriptor, + BKSHIDEventSenderSpecificDescriptor, + BKSHIDEventUsagePairDescriptor, + BKSHIDEventVendorDefinedDescriptor, + BKSHIDKeyboardDeviceProperties, + BKSHIDServiceConnection, BKSHIDTouchRoutingPolicy, + BKSHIDUISensorCharacteristics, BKSHIDUISensorMode, + BKSHIDUISensorService, BKSHitTestRegion, + BKSIAPDefaults, BKSInsecureDrawingAction, + BKSKeyboardDefaults, BKSLocalDefaults, + BKSLockdownDefaults, BKSMousePointerDevice, + BKSMousePointerDeviceObserverInfo, + BKSMousePointerDevicePreferences, + BKSMousePointerEventRoute, + BKSMousePointerPerDisplayInfo, + BKSMousePointerPreferencesObserverInfo, + BKSMousePointerService, + BKSMousePointerServiceSessionSpecification, + BKSMousePointerSuppressionAssertionDescriptor, + BKSMutableHIDEventAuthenticationMessage, + BKSMutableHIDEventDeferringPredicate, + BKSMutableHIDEventDeferringResolution, + BKSMutableHIDEventDeferringTarget, + BKSMutableHIDEventDiscreteDispatchingPredicate, + BKSMutableHIDEventKeyCommandsDispatchingPredicate, + BKSMutableHIDEventKeyCommandsRegistration, + BKSMutableHIDEventSenderDescriptor, + BKSMutableHIDKeyboardDeviceProperties, + BKSMutableHIDUISensorCharacteristics, + BKSMutableHIDUISensorMode, + BKSMutableTouchAuthenticationSpecification, + BKSPersistentConnectionDefaults, BKSRestartAction, + BKSSecureModeViolation, BKSSpringBoardDefaults, + BKSSystemAnimationFenceHandle, BKSSystemApplication, + BKSSystemApplicationClient, + BKSSystemGesturesTouchStreamPolicy, BKSSystemService, + BKSTouchAnnotation, BKSTouchAnnotationController, + BKSTouchAuthenticationSpecification, + BKSTouchDeliveryObservationService, + BKSTouchDeliveryPolicy, + BKSTouchDeliveryPolicyAssertion, + BKSTouchDeliveryUpdate, BKSTouchEventService, + BKSTouchStream, BKSTouchStreamPolicy, + BKSWatchdogServerWrapper, + _BKSAnimationFenceXPCClient, + _BKSCancelTouchesTouchDeliveryPolicy, + _BKSCarPlayDisplayScaleCache, + _BKSCombinedTouchDeliveryPolicy, + _BKSEventFocusChangeObserverInfo, + _BKSHIDEventAuthenticationKey, + _BKSShareTouchesTouchDeliveryPolicy ] + objc-ivars: [ BKSAccelerometer._accelerometerEventsRunLoop, + BKSAccelerometer._accelerometerEventsSource, + BKSAccelerometer._delegate, BKSAccelerometer._lock, + BKSAccelerometer._orientationCheckToken, + BKSAccelerometer._orientationEventsEnabled, + BKSAccelerometer._orientationEventsThread, + BKSAccelerometer._orientationNotificationsToken, + BKSAccelerometer._orientationPort, + BKSAccelerometer._passiveOrientationEvents, + BKSAccelerometer._updateInterval, + BKSAccelerometer._xThreshold, + BKSAccelerometer._yThreshold, + BKSAccelerometer._zThreshold, + BKSAlternateSystemApp._bundleId, + BKSAlternateSystemApp._connection, + BKSAlternateSystemApp._delegate, + BKSAlternateSystemApp._queue, + BKSAlternateSystemApp._state, + BKSAlternateSystemApp._stateChangeSemaphore, + BKSAlternateSystemApp._stateChangeWaiter, + BKSAnimationFenceAssertion._assertionName, + BKSAnimationFenceAssertion._fenceName, + BKSAnimationFenceAssertion._invalid, + BKSAnimationFenceAssertion._preFence, + BKSAnimationFenceAssertion._shouldTrace, + BKSAnimationFenceObserver._encodeCount, + BKSAnimationFenceObserver._fenceNameToDeathSentinelMap, + BKSAnimationFenceObserver._fenceNameToHandleNamesMap, + BKSAnimationFenceObserver._handleNameToFenceNameMap, + BKSAnimationFenceObserver._handleNameToTraceMap, + BKSAnimationFenceObserver._lastHandleName, + BKSAnimationFenceObserver._queue, + BKSAnimationFenceObserver._validDeathSentinelsTable, + BKSApplicationDataStore._fbsApplicationDataStore, + BKSBacklightFeatures._disableFeatures, + BKSBacklightFeatures._fixedBrightnessLevelWhileDisabled, + BKSBacklightFeatures._fixedBrightnessNitsWhileDisabled, + BKSButtonHapticsDefinition._representsHomeButton, + BKSButtonHapticsDefinition._settings, + BKSCAAnimationFenceHandle._caFence, + BKSContextRelativePoint._contextID, + BKSContextRelativePoint._point, + BKSDisplayInterstitialRenderOverlayDismissAction._overlayDescriptor, + BKSDisplayProgressIndicatorProperties._position, + BKSDisplayProgressIndicatorProperties._style, + BKSDisplayRenderOverlay._descriptor, + BKSDisplayRenderOverlayDescriptor._display, + BKSDisplayRenderOverlayDescriptor._displayUUID, + BKSDisplayRenderOverlayDescriptor._interfaceOrientation, + BKSDisplayRenderOverlayDescriptor._interstitial, + BKSDisplayRenderOverlayDescriptor._lockBacklight, + BKSDisplayRenderOverlayDescriptor._name, + BKSDisplayRenderOverlayDescriptor._progressIndicatorProperties, + BKSEventFocusDeferral._deferredProperties, + BKSEventFocusDeferral._priority, + BKSEventFocusDeferral._properties, + BKSEventFocusDeferralProperties._clientID, + BKSEventFocusDeferralProperties._contextID, + BKSEventFocusDeferralProperties._displayUUID, + BKSEventFocusDeferralProperties._pid, + BKSEventFocusManager._cachedFocusedDeferralProperties, + BKSEventFocusManager._calloutQueue, + BKSEventFocusManager._clientIdentifier, + BKSEventFocusManager._connection, + BKSEventFocusManager._focusClientQueue, + BKSEventFocusManager._focusDataLock, + BKSEventFocusManager._focusDataLock_adjustedFocusTargetPID, + BKSEventFocusManager._focusDataLock_adjustsFocusTargetPID, + BKSEventFocusManager._focusDataLock_assertions, + BKSEventFocusManager._focusDataLock_currentState, + BKSEventFocusManager._focusDataLock_manager, + BKSEventFocusManager._focusDataLock_pendingStatesByPriority, + BKSEventFocusManager._infoPerFocusChangeObserver, + BKSEventFocusManager._needsFlush, + BKSEventFocusManager._observer, + BKSEventFocusManager._observingAssertion, + BKSEventFocusManager._pid, + BKSEventFocusManager._propertyUpdateGeneration, + BKSEventFocusManager._queue_keyCommandRulesAssertion, + BKSExternalDefaults._lazy_iapDefaults, + BKSExternalDefaults._lazy_keyboardDefaults, + BKSExternalDefaults._lazy_lockdownDefaults, + BKSExternalDefaults._lazy_persistentConnectionDefaults, + BKSExternalDefaults._lazy_springBoardDefaults, + BKSHIDAuthenticatedKeyCommandSpecification._context, + BKSHIDAuthenticatedKeyCommandSpecification._keyCommand, + BKSHIDEventAuthenticationKey._generation, + BKSHIDEventAuthenticationKey._hmacContext, + BKSHIDEventAuthenticationKey._hmacInitialized, + BKSHIDEventAuthenticationKey._keyData, + BKSHIDEventAuthenticationKeyRetentionPolicy._keySigningTimeout, + BKSHIDEventAuthenticationKeyRetentionPolicy._keyVerificationTimeout, + BKSHIDEventAuthenticationKeyRing._authenticationKey, + BKSHIDEventAuthenticationKeyRing._authenticationKeyTimeout, + BKSHIDEventAuthenticationKeyRing._lock, + BKSHIDEventAuthenticationKeyRing._previousAuthenticationKey, + BKSHIDEventAuthenticationKeyRing._previousAuthenticationKeyTimeout, + BKSHIDEventAuthenticationKeyRing._retentionPolicy, + BKSHIDEventAuthenticationMessage._context, + BKSHIDEventAuthenticationMessage._eventType, + BKSHIDEventAuthenticationMessage._keyGeneration, + BKSHIDEventAuthenticationMessage._originIdentifier, + BKSHIDEventAuthenticationMessage._registrantEntitled, + BKSHIDEventAuthenticationMessage._signature, + BKSHIDEventAuthenticationMessage._timestamp, + BKSHIDEventAuthenticationMessage._versionedPID, + BKSHIDEventAuthenticationOriginator._key, + BKSHIDEventAuthenticationOriginator._keyLastAccessTime, + BKSHIDEventBaseAttributes._authenticationMessage, + BKSHIDEventBaseAttributes._display, + BKSHIDEventBaseAttributes._environment, + BKSHIDEventBaseAttributes._options, + BKSHIDEventBaseAttributes._source, + BKSHIDEventBaseAttributes._token, + BKSHIDEventBiometricDescriptor._biometricEventType, + BKSHIDEventDeferringEnvironment._identifier, + BKSHIDEventDeferringPredicate._display, + BKSHIDEventDeferringPredicate._environment, + BKSHIDEventDeferringPredicate._token, + BKSHIDEventDeferringResolution._bundleIdentifier, + BKSHIDEventDeferringResolution._display, + BKSHIDEventDeferringResolution._environment, + BKSHIDEventDeferringResolution._pid, + BKSHIDEventDeferringResolution._token, + BKSHIDEventDeferringResolution._versionedPID, + BKSHIDEventDeferringRule._predicate, + BKSHIDEventDeferringRule._reason, + BKSHIDEventDeferringRule._target, + BKSHIDEventDeferringTarget._pid, + BKSHIDEventDeferringTarget._token, + BKSHIDEventDeferringToken._CAContextID, + BKSHIDEventDeferringToken._stringIdentifier, + BKSHIDEventDeliveryManager._forTesting, + BKSHIDEventDeliveryManager._implicitFlushQueue, + BKSHIDEventDeliveryManager._lock, + BKSHIDEventDeliveryManager._lock_assertions, + BKSHIDEventDeliveryManager._lock_deferringRules, + BKSHIDEventDeliveryManager._lock_deferringSeed, + BKSHIDEventDeliveryManager._lock_discreteDispatchingRules, + BKSHIDEventDeliveryManager._lock_discreteDispatchingSeed, + BKSHIDEventDeliveryManager._lock_focusTargetOverride, + BKSHIDEventDeliveryManager._lock_implicitPreventFlushingAssertion, + BKSHIDEventDeliveryManager._lock_keyCommandsDispatchingRules, + BKSHIDEventDeliveryManager._lock_keyCommandsDispatchingSeed, + BKSHIDEventDeliveryManager._lock_keyCommandsRegistrationSeed, + BKSHIDEventDeliveryManager._lock_keyCommandsRegistrations, + BKSHIDEventDeliveryManager._lock_lastSentDeferringRules, + BKSHIDEventDeliveryManager._lock_lastSentDiscreteDispatchingRules, + BKSHIDEventDeliveryManager._lock_lastSentKeyCommandsDispatchingRules, + BKSHIDEventDeliveryManager._lock_lastSentKeyCommandsRegistrations, + BKSHIDEventDeliveryManager._lock_lastSentSetOfKeyCommandsRegistrations, + BKSHIDEventDeliveryManager._lock_needsFlush, + BKSHIDEventDeliveryManager._lock_preventFlushingReasons, + BKSHIDEventDeliveryManager._lock_preventFlushingSeed, + BKSHIDEventDeliveryManager._service, + BKSHIDEventDeliveryPolicyObserver._lock, + BKSHIDEventDeliveryPolicyObserver._lock_canReceiveEvents, + BKSHIDEventDeliveryPolicyObserver._lock_display, + BKSHIDEventDeliveryPolicyObserver._lock_environment, + BKSHIDEventDeliveryPolicyObserver._lock_observers, + BKSHIDEventDeliveryPolicyObserver._lock_resolutions, + BKSHIDEventDeliveryPolicyObserver._lock_token, + BKSHIDEventDeliveryPolicyObserver._observer, + BKSHIDEventDeliveryPolicyObserver._observingAssertion, + BKSHIDEventDescriptor._hidEventType, + BKSHIDEventDigitizerAttributes._digitizerSurfaceHeight, + BKSHIDEventDigitizerAttributes._digitizerSurfaceWidth, + BKSHIDEventDigitizerAttributes._initialTouchTimestamp, + BKSHIDEventDigitizerAttributes._maximumForce, + BKSHIDEventDigitizerAttributes._pathAttributes, + BKSHIDEventDigitizerAttributes._systemGestureStateChange, + BKSHIDEventDigitizerAttributes._systemGesturesPossible, + BKSHIDEventDigitizerAttributes._touchStreamIdentifier, + BKSHIDEventDigitizerPathAttributes._authenticationMessage, + BKSHIDEventDigitizerPathAttributes._hitTestLocationX, + BKSHIDEventDigitizerPathAttributes._hitTestLocationY, + BKSHIDEventDigitizerPathAttributes._locus, + BKSHIDEventDigitizerPathAttributes._pathIndex, + BKSHIDEventDigitizerPathAttributes._preciseLocationX, + BKSHIDEventDigitizerPathAttributes._preciseLocationY, + BKSHIDEventDigitizerPathAttributes._touchIdentifier, + BKSHIDEventDigitizerPathAttributes._userIdentifier, + BKSHIDEventDigitizerPathAttributes._zGradient, + BKSHIDEventDiscreteDispatchingPredicate._descriptors, + BKSHIDEventDiscreteDispatchingPredicate._senderDescriptors, + BKSHIDEventDiscreteDispatchingRule._predicate, + BKSHIDEventDiscreteDispatchingRule._target, + BKSHIDEventDispatchingTarget._environment, + BKSHIDEventDispatchingTarget._pid, + BKSHIDEventDisplay._builtin, + BKSHIDEventDisplay._hardwareIdentifier, + BKSHIDEventHitTestClientContext._contextID, + BKSHIDEventHitTestClientContext._pid, + BKSHIDEventKeyCommand._commandModifiedInput, + BKSHIDEventKeyCommand._input, + BKSHIDEventKeyCommand._keyCode, + BKSHIDEventKeyCommand._modifierFlags, + BKSHIDEventKeyCommand._shiftModifiedInput, + BKSHIDEventKeyCommand._unmodifiedInput, + BKSHIDEventKeyCommandsDispatchingPredicate._senderDescriptors, + BKSHIDEventKeyCommandsDispatchingRule._predicate, + BKSHIDEventKeyCommandsDispatchingRule._targets, + BKSHIDEventKeyCommandsRegistration._environment, + BKSHIDEventKeyCommandsRegistration._keyCommands, + BKSHIDEventKeyCommandsRegistration._token, + BKSHIDEventObserver._calloutQueue, + BKSHIDEventObserver._connection, + BKSHIDEventObserver._lock, + BKSHIDEventObserver._lock_deferringAssertionsToObservers, + BKSHIDEventObserver._lock_deferringResolutions, + BKSHIDEventPointerAttributes._acceleratedRelativePositionX, + BKSHIDEventPointerAttributes._acceleratedRelativePositionY, + BKSHIDEventPointerAttributes._activeModifiers, + BKSHIDEventPointerAttributes._fingerDownCount, + BKSHIDEventPointerAttributes._hitTestContexts, + BKSHIDEventPointerAttributes._pointerEdgeMask, + BKSHIDEventPointerAttributes._pointerState, + BKSHIDEventPointerAttributes._unacceleratedRelativePositionX, + BKSHIDEventPointerAttributes._unacceleratedRelativePositionY, + BKSHIDEventRedirectAttributes._pid, + BKSHIDEventRouter._destination, + BKSHIDEventRouter._queue, + BKSHIDEventRouter._queue_cachedHidEventDescriptors, + BKSHIDEventRouter._queue_delegate, + BKSHIDEventRouter._queue_hidEventDescriptors, + BKSHIDEventRouterManager._deliveryManager, + BKSHIDEventRouterManager._queue, + BKSHIDEventRouterManager._queue_dispatchingRulesAssertion, + BKSHIDEventRouterManager._queue_needsFlush, + BKSHIDEventRouterManager._queue_routers, + BKSHIDEventSenderDescriptor._associatedDisplay, + BKSHIDEventSenderDescriptor._authenticated, + BKSHIDEventSenderDescriptor._hardwareType, + BKSHIDEventSenderDescriptor._primaryPage, + BKSHIDEventSenderDescriptor._primaryUsage, + BKSHIDEventSenderDescriptor._senderID, + BKSHIDEventSenderSpecificDescriptor._senderID, + BKSHIDEventSenderSpecificDescriptor._sourceDescriptor, + BKSHIDEventUsagePairDescriptor._page, + BKSHIDEventUsagePairDescriptor._usage, + BKSHIDKeyboardDeviceProperties._capsLockKeyHasLanguageSwitchLabel, + BKSHIDKeyboardDeviceProperties._countryCode, + BKSHIDKeyboardDeviceProperties._language, + BKSHIDKeyboardDeviceProperties._layout, + BKSHIDKeyboardDeviceProperties._standardType, + BKSHIDKeyboardDeviceProperties._subinterfaceID, + BKSHIDTouchRoutingPolicy._settings, + BKSHIDUISensorCharacteristics._hasDiscreteProximitySensor, + BKSHIDUISensorMode._alwaysOnGesturesEnabled, + BKSHIDUISensorMode._changeSource, + BKSHIDUISensorMode._coverGestureEnabled, + BKSHIDUISensorMode._digitizerEnabled, + BKSHIDUISensorMode._estimatedProximityMode, + BKSHIDUISensorMode._pocketTouchesExpected, + BKSHIDUISensorMode._postEventWithCurrentDetectionMask, + BKSHIDUISensorMode._proximityDetectionMode, + BKSHIDUISensorMode._reason, + BKSHIDUISensorMode._tapToWakeEnabled, + BKSHIDUISensorMode._versionedPID, + BKSHIDUISensorService._lock, + BKSHIDUISensorService._modeAssertion, + BKSHIDUISensorService._prevailingMode, + BKSHitTestRegion._exclusiveTouchNormalizedSubRect, + BKSHitTestRegion._exclusiveTouchNormalizedSubRectInReferenceSpace, + BKSHitTestRegion._rect, + BKSLocalDefaults._disableStudyLogALSLogging, + BKSLocalDefaults._disableStudyLogAccelerometerLogging, + BKSLocalDefaults._disableStudyLogGyroLogging, + BKSMousePointerDevice._hasVirtualMouseButtons, + BKSMousePointerDevice._manufacturerName, + BKSMousePointerDevice._preferenceKey, + BKSMousePointerDevice._productName, + BKSMousePointerDevice._senderDescriptor, + BKSMousePointerDevice._supportsDragLock, + BKSMousePointerDeviceObserverInfo._observer, + BKSMousePointerDeviceObserverInfo._visibleDevices, + BKSMousePointerDevicePreferences._buttonConfigurationForHardwareButtonMice, + BKSMousePointerDevicePreferences._buttonConfigurationForVirtualButtonMice, + BKSMousePointerDevicePreferences._doubleTapDragMode, + BKSMousePointerDevicePreferences._enableNaturalScrolling, + BKSMousePointerDevicePreferences._enableTapToClick, + BKSMousePointerDevicePreferences._enableTwoFingerSecondaryClick, + BKSMousePointerDevicePreferences._pointerAccelerationFactor, + BKSMousePointerDevicePreferences._scrollAccelerationFactor, + BKSMousePointerEventRoute._contextID, + BKSMousePointerPerDisplayInfo._globalEventsAssertion, + BKSMousePointerPerDisplayInfo._pointerSuppressionAssertion, + BKSMousePointerPerDisplayInfo._previouslyRoutedContextIDs, + BKSMousePointerPreferencesObserverInfo._observer, + BKSMousePointerService._attachedDevices, + BKSMousePointerService._connection, + BKSMousePointerService._connectionQueue, + BKSMousePointerService._deviceConnectionObservers, + BKSMousePointerService._displayUUIDToPerDisplayInfo, + BKSMousePointerService._isObservingDeviceConnection, + BKSMousePointerService._isObservingPreferences, + BKSMousePointerService._lock, + BKSMousePointerService._preferencesObservers, + BKSMousePointerSuppressionAssertionDescriptor._suppressionOptions, + BKSSecureModeViolation._contextIds, + BKSSecureModeViolation._layerNamesByContext, + BKSSecureModeViolation._processId, + BKSSystemAnimationFenceHandle._caFence, + BKSSystemAnimationFenceHandle._fenceName, + BKSSystemAnimationFenceHandle._handleName, + BKSSystemAnimationFenceHandle._preFence, + BKSSystemAnimationFenceHandle._preFenceTrigger, + BKSSystemAnimationFenceHandle._shouldTrace, + BKSSystemAnimationFenceHandle._skipSync, + BKSSystemAnimationFenceHandle._valid, + BKSSystemApplication._client, + BKSSystemApplication._delegate, + BKSSystemApplication._queue, + BKSSystemApplication._systemIdleSleepInterval, + BKSSystemApplication._waitForDataMigration, + BKSSystemApplicationClient._callOutQueue, + BKSSystemApplicationClient._checkinSemaphore, + BKSSystemApplicationClient._delegate, + BKSSystemApplicationClient._pendingCheckIn, + BKSSystemApplicationClient._pingSemaphore, + BKSSystemApplicationClient._sentConnect, + BKSSystemApplicationClient._systemIdleSleepInterval, + BKSSystemApplicationClient._waitingForPing, + BKSSystemService._fbsSystemService, + BKSTouchAnnotation._text, + BKSTouchAnnotation._touchIdentifier, + BKSTouchAnnotation._uniqueIdentifier, + BKSTouchAuthenticationSpecification._authenticationMessageContext, + BKSTouchAuthenticationSpecification._displays, + BKSTouchAuthenticationSpecification._slotID, + BKSTouchDeliveryObservationService._calloutQueue, + BKSTouchDeliveryObservationService._connection, + BKSTouchDeliveryObservationService._generalObservers, + BKSTouchDeliveryObservationService._observersToTouchIdentifiers, + BKSTouchDeliveryObservationService._touchClientQueue, + BKSTouchDeliveryObservationService._touchIdentifierToObserverLists, + BKSTouchDeliveryPolicyAssertion._listener, + BKSTouchDeliveryUpdate._contextID, + BKSTouchDeliveryUpdate._isDetached, + BKSTouchDeliveryUpdate._pid, + BKSTouchDeliveryUpdate._touchIdentifier, + BKSTouchDeliveryUpdate._type, + BKSTouchEventService._authenticationSpecificationAssertion, + BKSTouchStream._reference, + BKSTouchStreamPolicy._shouldSendAmbiguityRecommendations, + _BKSCancelTouchesTouchDeliveryPolicy._assertionEndpoint, + _BKSCancelTouchesTouchDeliveryPolicy._contextId, + _BKSCancelTouchesTouchDeliveryPolicy._initialTouchTimestamp, + _BKSCarPlayDisplayScaleCache._displayUUIDInAppendOrder, + _BKSCarPlayDisplayScaleCache._displayUUIDToScale, + _BKSCombinedTouchDeliveryPolicy._policies, + _BKSEventFocusChangeObserverInfo._propertyUpdateGeneration, + _BKSEventFocusChangeObserverInfo._valid, + _BKSHIDEventAuthenticationKey._hmacContext, + _BKSHIDEventAuthenticationKey._hmacInitialized, + _BKSHIDEventAuthenticationKey._keyData, + _BKSShareTouchesTouchDeliveryPolicy._assertionEndpoint, + _BKSShareTouchesTouchDeliveryPolicy._childContextId, + _BKSShareTouchesTouchDeliveryPolicy._hostContextId ] +... diff --git a/libraries/GraphicsServices.tbd b/libraries/GraphicsServices.tbd new file mode 100644 index 0000000..d90f1d6 --- /dev/null +++ b/libraries/GraphicsServices.tbd @@ -0,0 +1,207 @@ +--- !tapi-tbd-v3 +archs: [ armv7, armv7s, arm64, arm64e ] +platform: ios +flags: [ flat_namespace ] +install-name: /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices +current-version: 14 +compatibility-version: 1 +objc-constraint: retain_release +exports: + - archs: [ armv7, armv7s, arm64, arm64e ] + symbols: [ _GSColorCreateColorWithDeviceRGBA, + _GSColorCreateColorWithDeviceRGBAInfo, + _GSColorCreateWithDeviceWhite, + _GSColorGetRGBAComponents, _GSColorGetRGBAInfo, + _GSCopyPurpleNamedPerPIDPort, _GSCopyPurpleNamedPort, + _GSCurrentEventTimestamp, _GSEventAccelerometerAxisX, + _GSEventAccelerometerAxisY, + _GSEventAccelerometerAxisZ, + _GSEventAccessoryAvailabilityChanged, _GSEventCopy, + _GSEventCopyCharacters, + _GSEventCopyCharactersIgnoringModifiers, + _GSEventCopyMarkedCharacters, + _GSEventCreateAccessoryKeyStateEvent, + _GSEventCreateApplicationSuspendEvent, + _GSEventCreateKeyEvent, + _GSEventCreatePlistRepresentation, + _GSEventCreateWithEventRecord, + _GSEventCreateWithPlist, _GSEventDeviceOrientation, + _GSEventDisableHandEventCoalescing, + _GSEventFinishedActivating, + _GSEventGetAccessoryKeyStateInfo, + _GSEventGetCharacterSet, _GSEventGetClickCount, + _GSEventGetDeltaX, _GSEventGetDeltaY, + _GSEventGetHIDTimestamp, _GSEventGetHandInfo, + _GSEventGetHardwareKeyboardCountry, + _GSEventGetHardwareKeyboardType, + _GSEventGetInnerMostPathPosition, _GSEventGetKeyCode, + _GSEventGetKeyFlags, _GSEventGetLocationInWindow, + _GSEventGetModifierFlags, + _GSEventGetOuterMostPathPosition, + _GSEventGetPathInfoAtIndex, _GSEventGetSenderPID, + _GSEventGetSubType, _GSEventGetTimestamp, + _GSEventGetType, _GSEventGetTypeID, + _GSEventGetUsagePage, _GSEventGetWindow, + _GSEventInitialize, _GSEventInitializeAsExtension, + _GSEventInitializeWorkspaceWithQueue, + _GSEventIsChordingHandEvent, + _GSEventIsForceQuitEvent, _GSEventIsHandEvent, + _GSEventIsHardwareKeyboardAttached, + _GSEventIsHardwareKeyboardEvent, + _GSEventIsKeyRepeating, _GSEventIsTabKeyEvent, + _GSEventLockDevice, _GSEventPopRunLoopMode, + _GSEventPushRunLoopMode, + _GSEventQueueContainsMouseEvent, + _GSEventQuitTopApplication, + _GSEventReceiveRunLoopMode, + _GSEventRegisterEventCallBack, + _GSEventRemoveShouldRouteToFrontMost, + _GSEventResetIdleTimer, _GSEventRun, _GSEventRunModal, + _GSEventSendApplicationOpenURL, _GSEventSendKeyEvent, + _GSEventSetBacklightLevel, _GSEventSetCharacters, + _GSEventSetHardwareKeyboardAttached, + _GSEventSetHardwareKeyboardAttachedWithCountryCodeAndType, + _GSEventSetLocationInWindow, + _GSEventSetPathInfoAtIndex, _GSEventSetType, + _GSEventShouldRouteToFrontMost, + _GSEventSourceIsHardware, _GSEventStopModal, + _GSEventStopVibrator, _GSEventVibrateForDuration, + _GSFontCopyFamilyNames, _GSFontCopyFontFilePath, + _GSFontCopyFontNamesForFamilyName, + _GSFontCopyNormalizedAdditionalFontName, + _GSFontCopyPersistentPostscriptURL, + _GSFontCreateWithName, _GSFontGetCacheDictionary, + _GSFontInitialize, _GSFontPurgeFontCache, + _GSFontRegisterCGFont, _GSFontRegisterPersistentURLs, + _GSFontRegisterURL, _GSFontUnregisterCGFont, + _GSFontUnregisterPersistentURLs, + _GSFontUnregisterURL, _GSGetPurpleApplicationPort, + _GSGetPurpleSystemAppPort, + _GSGetPurpleSystemEventPort, + _GSGetPurpleWorkspacePort, _GSGetTimeEventHandling, + _GSInitialize, _GSKeyboardCreate, + _GSKeyboardCreateWithCountryCode, + _GSKeyboardGetHWKeyboardType, + _GSKeyboardGetKeyCodeForChar, _GSKeyboardGetLayout, + _GSKeyboardGetLiveModifierState, + _GSKeyboardGetModifierState, + _GSKeyboardGetStickyLockModifierState, + _GSKeyboardGetTranslationOptions, + _GSKeyboardGetTypeID, + _GSKeyboardHWKeyboardLayoutsPlist, + _GSKeyboardHWKeyboardNormalizeInput, + _GSKeyboardRelease, _GSKeyboardReset, + _GSKeyboardSetHardwareKeyboardAttached, + _GSKeyboardSetLayout, + _GSKeyboardSetTranslationOptions, + _GSKeyboardTranslateKey, + _GSKeyboardTranslateKeyExtended, + _GSKeyboardTranslateKeyExtendedCommand, + _GSKeyboardTranslateKeyWithModifiers, + _GSMainScreenOrientation, _GSMainScreenPixelSize, + _GSMainScreenPointSize, + _GSMainScreenPositionTransform, + _GSMainScreenScaleFactor, _GSMainScreenSize, + _GSMainScreenWindowTransform, + _GSRegisterPurpleNamedPerPIDPort, + _GSRegisterPurpleNamedPort, + _GSSaveEventHandlingTimes, + _GSSendAppPreferencesChanged, + _GSSendApplicationFinishedBackgroundContentFetchingEvent, + _GSSendApplicationFinishedBackgroundContentFetchingEventWithSequenceNumber, + _GSSendApplicationFinishedBackgroundNotificationActionEvent, + _GSSendApplicationSuspendEvent, + _GSSendApplicationSuspendedSettingsUpdatedEvent, + _GSSendEvent, _GSSendSimpleEvent, + _GSSendSimpleEventWithSubtype, _GSSendSystemAppEvent, + _GSSendSystemEvent, _GSSendWorkspaceEvent, + _GSSetMainScreenInfo, _GSSetTimeEventHandling, + _GSSystemHasCapability, _GSSystemRootDirectory, + _GSSystemSetRequiresCapabilities, + __GSEventGetGSEventRecord, _kGS3GVeniceCapability, + _kGS720pPlaybackCapability, + _kGSARMV6ExecutionCapability, + _kGSARMV7ExecutionCapability, + _kGSAccelerometerCapability, + _kGSAccessibilityCapability, + _kGSAdditionalTextTonesCapability, + _kGSAmbientLightSensorCapability, + _kGSAppleInternalInstallCapability, + _kGSAssistantCapability, + _kGSAutoFocusCameraCapability, + _kGSBluetoothCapability, _kGSCameraCapability, + _kGSCameraFlashCapability, _kGSCameraRestriction, + _kGSCapabilityChangedNotification, + _kGSCapabilityUpdateNotification, + _kGSCellularDataCapability, + _kGSCellularTelephonyCapability, + _kGSContainsCellularRadioCapability, + _kGSDataPlanCapability, + _kGSDelaySleepForHeadsetClickCapability, + _kGSDeviceNameString, _kGSDictationCapability, + _kGSDisplayFCCLogosViaSoftwareCapability, + _kGSDisplayIdentifiersCapability, + _kGSDisplayMirroringCapability, + _kGSDisplayPortCapability, _kGSEncodeAACCapability, + _kGSEncryptedDataPartitionCapability, + _kGSEnforceCameraShutterClick, _kGSEnforceGoogleMail, + _kGSEventHardwareKeyboardAvailabilityChangedNotification, + _kGSExplicitContentRestriction, + _kGSFrontFacingCameraCapability, + _kGSFull6FeaturesCapability, _kGSGPSCapability, + _kGSGameKitCapability, _kGSGasGaugeBatteryCapability, + _kGSGreenTeaDeviceCapability, + _kGSGyroscopeCapability, _kGSH264EncoderCapability, + _kGSHDRImageCaptureCapability, + _kGSHDVideoCaptureCapability, + _kGSHallEffectSensorCapability, + _kGSHardwareEncodeSnapshotsCapability, + _kGSHardwareKeyboardCapability, + _kGSHardwareSnapshotsRequirePurpleGfxCapability, + _kGSHasAllFeaturesCapability, + _kGSHearingAidAudioEqualizationCapability, + _kGSHearingAidLowEnergyAudioCapability, + _kGSHearingAidPowerReductionCapability, + _kGSHiDPICapability, _kGSHiccoughInterval, + _kGSHideNonDefaultApplicationsCapability, + _kGSIOSurfaceBackedImagesCapability, + _kGSInternationalSettingsCapability, + _kGSLTEDeviceCapability, _kGSLaunchModeCapability, + _kGSLaunchModePostAnimate, _kGSLaunchModePreAnimate, + _kGSLaunchModeSerial, + _kGSLoadThumbnailsWhileScrollingCapability, + _kGSLocalizedDeviceNameString, + _kGSLocationRemindersCapability, + _kGSLocationServicesCapability, _kGSMMSCapability, + _kGSMagnetometerCapability, _kGSMainScreenHeight, + _kGSMainScreenOrientation, _kGSMainScreenScale, + _kGSMainScreenWidth, _kGSMarketingNameString, + _kGSMicrophoneCapability, _kGSMultitaskingCapability, + _kGSMultitaskingGesturesCapability, + _kGSNikeIpodCapability, + _kGSNotGreenTeaDeviceCapability, + _kGSOpenGLES1Capability, _kGSOpenGLES2Capability, + _kGSPTPLargeFilesCapability, _kGSPeer2PeerCapability, + _kGSPersonalHotspotCapability, + _kGSPhotoAdjustmentsCapability, + _kGSPhotoStreamCapability, + _kGSPiezoClickerCapability, + _kGSPlatformStandAloneContactsCapability, + _kGSProximitySensorCapability, + _kGSRearFacingCameraCapability, + _kGSRingerSwitchCapability, _kGSSMSCapability, + _kGSScreenDimensionsCapability, + _kGSSensitiveUICapability, _kGSShoeboxCapability, + _kGSSiriGestureCapability, _kGSSoftwareDimmingAlpha, + _kGSSystemTelephonyOfAnyKindCapability, + _kGSTVOutCrossfadeCapability, + _kGSTVOutSettingsCapability, + _kGSTelephonyMaximumGeneration, + _kGSUnifiedIPodCapability, _kGSVOIPCapability, + _kGSVeniceCapability, _kGSVideoCameraCapability, + _kGSVideoStillsCapability, + _kGSVoiceControlCapability, + _kGSVolumeButtonCapability, _kGSWAPICapability, + _kGSWiFiCapability, _kGSYouTubeCapability, + _kGSYouTubePluginCapability, _kGSiPadCapability ] +... diff --git a/libraries/IOKit.tbd b/libraries/IOKit.tbd new file mode 100644 index 0000000..101c186 --- /dev/null +++ b/libraries/IOKit.tbd @@ -0,0 +1,956 @@ +--- !tapi-tbd +tbd-version: 4 +targets: [ armv7-ios, armv7s-ios, arm64-ios, arm64e-ios ] +uuids: + - target: armv7-ios + value: B9723266-7EEF-3004-814F-37DC27C11C6D + - target: armv7s-ios + value: 0DC88380-6968-362B-8B97-7059CE27B9A4 + - target: arm64-ios + value: B67778BF-01FB-3B52-AB29-81C5244E6F9C + - target: arm64e-ios + value: DB237F62-AA09-34C3-99EE-47AFAACF8695 +install-name: '/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit' +current-version: 275 +exports: + - targets: [ armv7-ios, armv7s-ios ] + symbols: [ _IOAVAudioFormatTypeString, _IOAVAudioSampleRate, _IOAVAudioSampleSize, + _IOAVClassMatching, _IOAVDeviceGetPower, _IOAVDeviceGetProtectionType, + _IOAVDeviceSetPower, _IOAVDeviceStartLink, _IOAVDeviceStopLink, + _IOAVGetSupportedVideoTimingDataList, _IOAVGetTransportSupportsCEA, + _IOAVGetTransportSupportsYCbCr, _IOAVGetVideoTimingITSource, + _IOAVProtectionTypeString, _IOAVServiceGetProtectionType, + _IOAVServiceSetPower, _IOAVServiceSupportsLink, _IOAVSupportedVideoTimingDataListTypeString, + _IOAVVideoTimingCalculatedTypeString, _IOConnectMethodScalarIScalarO, + _IOConnectMethodScalarIStructureI, _IOConnectMethodScalarIStructureO, + _IOConnectMethodStructureIStructureO, _IODPControllerSetDownspreadModulationFrequency, + _IODPControllerSetSupportsALPM, _IODPControllerSetSupportsScrambling, + _IODPDeviceGetSinkCount, _IODPDeviceSetALPMEnabled, _IODPLinkMaxPixelRate, + _IODPServiceSetLinkCheckEnable, _IODPVideoMinLinkRate, _IOHIDEventSystemConnectionGetTask, + _IOHIDServiceConnectionCacheGetUnresponsiveness, _IOHIDServiceConnectionCacheSetUnresponsiveness, + _IOMapMemory, _IOPMUserDidChangeCallback, _IOPSCopyChargeLog, + __IOHIDCopyServiceIDs, __IOHIDEventSystemConnectionContainsEntitlement, + __IOHIDEventSystemConnectionGetExecutablePath, __IOHIDEventSystemConnectionSetEventFilterMask, + __IOHIDHasEntitlement, __IOHIDServiceCopyDebugDescriptionForClient, + __IOHIDServiceCopyRecordForClient, ___CachedPropertiesRefreshApplierFunction, + ___IOHIDElementRegister, ___IOHIDSession, ___IOHIDSessionQueueDidExecute, + ___IOHIDSessionQueueWillExecute, ___IOHIDSessionRef, ___IOHIDSessionReportActivity, + _gIOHIDLogLevel, _io_async_method_scalarI_scalarO, _io_async_method_scalarI_structureI, + _io_async_method_scalarI_structureO, _io_async_method_structureI_structureO, + _io_catalog_get_data, _io_catalog_get_gen_count, _io_catalog_module_loaded, + _io_catalog_reset, _io_catalog_send_data, _io_catalog_terminate, + _io_connect_add_client, _io_connect_async_method, _io_connect_get_notification_semaphore, + _io_connect_get_service, _io_connect_map_memory, _io_connect_map_memory_into_task, + _io_connect_method, _io_connect_method_scalarI_scalarO, _io_connect_method_scalarI_structureI, + _io_connect_method_scalarI_structureO, _io_connect_method_structureI_structureO, + _io_connect_method_var_output, _io_connect_set_notification_port, + _io_connect_set_properties, _io_connect_unmap_memory, _io_connect_unmap_memory_from_task, + _io_iterator_is_valid, _io_iterator_next, _io_iterator_reset, + _io_object_conforms_to, _io_object_get_bundle_identifier, + _io_object_get_class, _io_object_get_retain_count, _io_object_get_superclass, + _io_pm_connection_copy_status, _io_ps_copy_chargelog, _io_registry_create_iterator, + _io_registry_entry_create_iterator, _io_registry_entry_from_path, + _io_registry_entry_from_path_ool, _io_registry_entry_get_child_iterator, + _io_registry_entry_get_location_in_plane, _io_registry_entry_get_name, + _io_registry_entry_get_name_in_plane, _io_registry_entry_get_parent_iterator, + _io_registry_entry_get_path, _io_registry_entry_get_path_ool, + _io_registry_entry_get_properties, _io_registry_entry_get_properties_bin, + _io_registry_entry_get_property, _io_registry_entry_get_property_bin, + _io_registry_entry_get_property_bytes, _io_registry_entry_get_property_recursively, + _io_registry_entry_get_registry_entry_id, _io_registry_entry_in_plane, + _io_registry_entry_set_properties, _io_registry_get_root_entry, + _io_registry_iterator_enter_entry, _io_registry_iterator_exit_entry, + _io_server_version, _io_service_acknowledge_notification, + _io_service_add_interest_notification, _io_service_add_notification, + _io_service_add_notification_bin, _io_service_add_notification_ool, + _io_service_close, _io_service_get_authorization_id, _io_service_get_busy_state, + _io_service_get_matching_service, _io_service_get_matching_service_bin, + _io_service_get_matching_service_ool, _io_service_get_matching_services, + _io_service_get_matching_services_bin, _io_service_get_matching_services_ool, + _io_service_get_state, _io_service_match_property_table, _io_service_match_property_table_bin, + _io_service_match_property_table_ool, _io_service_open_extended, + _io_service_request_probe, _io_service_set_authorization_id, + _io_service_wait_quiet, _kIOHIDServiceEnumerationRootQueue, + _kIOHIDServiceInterruptRootQueue ] + - targets: [ arm64-ios, arm64e-ios ] + symbols: [ __ZN9DisplayID8checksumEPKvm ] + - targets: [ arm64-ios, arm64e-ios, armv7-ios, armv7s-ios ] + symbols: [ _IOAVAudioFormatString, _IOAVAudioGetChannelAllocation, _IOAVAudioGetChannelAllocationDefault, + _IOAVAudioGetChannelLayoutData, _IOAVAudioGetSpeakerAllocationMask, + _IOAVAudioInterfaceCopyChannelLayoutElements, _IOAVAudioInterfaceCopyDiagnosticsString, + _IOAVAudioInterfaceCopyElements, _IOAVAudioInterfaceCopyProperties, + _IOAVAudioInterfaceCopyProperty, _IOAVAudioInterfaceCreate, + _IOAVAudioInterfaceCreateWithService, _IOAVAudioInterfaceGetLinkData, + _IOAVAudioInterfaceGetLinkDataWithSource, _IOAVAudioInterfaceGetLocation, + _IOAVAudioInterfaceGetService, _IOAVAudioInterfaceGetTypeID, + _IOAVAudioInterfaceSetLogLevel, _IOAVAudioInterfaceSetLogLevelMask, + _IOAVAudioInterfaceSetProperty, _IOAVAudioInterfaceStartLink, + _IOAVAudioInterfaceStartLinkWithSource, _IOAVAudioInterfaceStopLink, + _IOAVAudioInterfaceStopLinkWithSource, _IOAVAudioLinkGetBitRate, + _IOAVAudioLinkGetHDMIAudioPacketType, _IOAVAudioLinkGetMaxStreamChannelCount, + _IOAVAudioLinkGetMaxStreamSampleRate, _IOAVAudioLinkIsIEC61937, + _IOAVAudioLinkSampleRateForFormat, _IOAVAudioSampleRateEnum, + _IOAVAudioSampleRateScalar, _IOAVAudioSampleSizeEnum, _IOAVAudioSampleSizeScalar, + _IOAVAudioSpeakerString, _IOAVCommandString, _IOAVConnectCallCopyMethod, + _IOAVConnectCallSetMethod, _IOAVContentProtectionProtocolString, + _IOAVContentProtectionTypeString, _IOAVControlInterfaceCopyDiagnosticsString, + _IOAVControlInterfaceCopyProperties, _IOAVControlInterfaceCopyProperty, + _IOAVControlInterfaceCreate, _IOAVControlInterfaceCreateWithService, + _IOAVControlInterfaceGetLocation, _IOAVControlInterfaceGetService, + _IOAVControlInterfaceGetTypeID, _IOAVControlInterfaceSetLogLevel, + _IOAVControlInterfaceSetLogLevelMask, _IOAVControlInterfaceSetProperty, + _IOAVControllerClearEventLog, _IOAVControllerCopyDiagnosticsString, + _IOAVControllerCopyProperties, _IOAVControllerCopyProperty, + _IOAVControllerCreate, _IOAVControllerCreateWithLocation, + _IOAVControllerCreateWithService, _IOAVControllerForceHotPlugDetect, + _IOAVControllerGetLocation, _IOAVControllerGetPower, _IOAVControllerGetTypeID, + _IOAVControllerSetEventLogCommandMask, _IOAVControllerSetEventLogEventMask, + _IOAVControllerSetEventLogSize, _IOAVControllerSetLogLevel, + _IOAVControllerSetLogLevelMask, _IOAVControllerSetPower, _IOAVControllerSetProperty, + _IOAVControllerSetProtectionType, _IOAVControllerSetVirtualDeviceMode, + _IOAVControllerSleepDisplay, _IOAVControllerWakeDisplay, _IOAVCreateDiagnosticsReference, + _IOAVCreateDiagnosticsReferenceWithLocation, _IOAVCreateDiagnosticsString, + _IOAVCreateDiagnosticsStringWithLocation, _IOAVCreateStringWithAudioChannelLayoutData, + _IOAVCreateStringWithAudioLinkData, _IOAVCreateStringWithData, + _IOAVCreateStringWithElement, _IOAVCreateStringWithElements, + _IOAVCreateStringWithVideoColorData, _IOAVCreateStringWithVideoLinkData, + _IOAVCreateStringWithVideoTimingData, _IOAVDSCCapabilitiesGetMaxSlicesPerLine, + _IOAVDSCCapabilitiesGetPeakPixelRateForMode, _IOAVDSCModeForPixelEncoding, + _IOAVDSCSlicesPerLineScalar, _IOAVDeviceClearEventLog, _IOAVDeviceCopyDiagnosticsString, + _IOAVDeviceCopyProperties, _IOAVDeviceCopyProperty, _IOAVDeviceCreate, + _IOAVDeviceCreateWithLocation, _IOAVDeviceCreateWithService, + _IOAVDeviceGetController, _IOAVDeviceGetLinkData, _IOAVDeviceGetLocation, + _IOAVDeviceGetProtectionStatus, _IOAVDeviceGetTypeID, _IOAVDeviceReadI2C, + _IOAVDeviceSetEventLogCommandMask, _IOAVDeviceSetEventLogEventMask, + _IOAVDeviceSetEventLogSize, _IOAVDeviceSetLogLevel, _IOAVDeviceSetLogLevelMask, + _IOAVDeviceSetProperty, _IOAVDeviceWriteI2C, _IOAVDisplayMemoryCreateWithName, + _IOAVDisplayMemoryCreateWithService, _IOAVDisplayMemoryGetTypeID, + _IOAVDisplayMemoryRead, _IOAVDisplayMemoryWrite, _IOAVEDIDIsStandard, + _IOAVElementTypeString, _IOAVEventLogEventTypeString, _IOAVGetCEAVideoShortID, + _IOAVGetCEAVideoShortIDWithData, _IOAVGetCEAVideoShortIDWithDataActive, + _IOAVGetCEAVideoTimingData, _IOAVGetCEAVideoTimingDataWithShortID, + _IOAVGetCVTVideoTimingData, _IOAVGetDMTVideoTimingData, _IOAVGetGTFVideoTimingData, + _IOAVGetSPDInfoFrame, _IOAVGetVideoTimingData, _IOAVGetVideoTimingDataByID, + _IOAVGetVideoTimingTable, _IOAVHDMIAudioClockRegenerationDataForLink, + _IOAVHDMICharacterRate, _IOAVHDMIClockRate, _IOAVInfoFrameGetChecksum, + _IOAVInfoFrameTypeString, _IOAVLinkSourceString, _IOAVLinkTypeString, + _IOAVLocationString, _IOAVObjectConformsTo, _IOAVPropertyListCreateWithCFProperties, + _IOAVProtectionStatusString, _IOAVRecoverableError, _IOAVServiceClearEventLog, + _IOAVServiceCopyDiagnosticsString, _IOAVServiceCopyEDID, _IOAVServiceCopyPhysicalAddress, + _IOAVServiceCopyProperties, _IOAVServiceCopyProperty, _IOAVServiceCreate, + _IOAVServiceCreateWithLocation, _IOAVServiceCreateWithService, + _IOAVServiceGetChosenContentProtection, _IOAVServiceGetContentProtectionCapabilities, + _IOAVServiceGetDevice, _IOAVServiceGetHDCPAuthenticatedContentType, + _IOAVServiceGetLinkData, _IOAVServiceGetLinkDataWithSource, + _IOAVServiceGetLocation, _IOAVServiceGetPower, _IOAVServiceGetProtectionStatus, + _IOAVServiceGetTypeID, _IOAVServiceReadI2C, _IOAVServiceSetContentProtectionCapabilities, + _IOAVServiceSetContentProtectionPolicyOptions, _IOAVServiceSetContentProtectionSupportEnabled, + _IOAVServiceSetEventLogCommandMask, _IOAVServiceSetEventLogEventMask, + _IOAVServiceSetEventLogSize, _IOAVServiceSetHDRStaticMetadata, + _IOAVServiceSetLogLevel, _IOAVServiceSetLogLevelMask, _IOAVServiceSetProperty, + _IOAVServiceSetVirtualEDIDMode, _IOAVServiceStartInfoFrame, + _IOAVServiceStartInfoFrameWithSource, _IOAVServiceStartLink, + _IOAVServiceStartLinkWithSource, _IOAVServiceStopInfoFrame, + _IOAVServiceStopInfoFrameWithSource, _IOAVServiceStopLink, + _IOAVServiceStopLinkWithSource, _IOAVServiceWriteI2C, _IOAVStandardTypeString, + _IOAVTransportString, _IOAVTransportSupportsCEA, _IOAVTransportSupportsRGBOnly, + _IOAVVideoActiveFormatAspectRatio, _IOAVVideoAspectRatioString, + _IOAVVideoAxisString, _IOAVVideoColorBitDepth, _IOAVVideoColorBitDepthMinimumForEOTF, + _IOAVVideoColorBitDepthScalar, _IOAVVideoColorBitsPerPixel, + _IOAVVideoColorCoefficientString, _IOAVVideoColorDynamicRangeString, + _IOAVVideoColorEOTFString, _IOAVVideoColorMinimumBitsPerPixelDSC, + _IOAVVideoColorSpaceString, _IOAVVideoColorimetryIsValid, + _IOAVVideoColorimetryString, _IOAVVideoGetPixelClockTolerance, + _IOAVVideoInterfaceCopyColorElements, _IOAVVideoInterfaceCopyDiagnosticsString, + _IOAVVideoInterfaceCopyDisplayAttributes, _IOAVVideoInterfaceCopyProperties, + _IOAVVideoInterfaceCopyProperty, _IOAVVideoInterfaceCopyTimingElements, + _IOAVVideoInterfaceCreate, _IOAVVideoInterfaceCreateWithLocation, + _IOAVVideoInterfaceCreateWithService, _IOAVVideoInterfaceGetLinkData, + _IOAVVideoInterfaceGetLinkDataWithSource, _IOAVVideoInterfaceGetLocation, + _IOAVVideoInterfaceGetService, _IOAVVideoInterfaceGetTypeID, + _IOAVVideoInterfaceSetBounds, _IOAVVideoInterfaceSetColorDitherRemoval, + _IOAVVideoInterfaceSetLogLevel, _IOAVVideoInterfaceSetLogLevelMask, + _IOAVVideoInterfaceSetProperty, _IOAVVideoInterfaceSetRotation, + _IOAVVideoInterfaceSetScreenVirtualTemperature, _IOAVVideoInterfaceStartLink, + _IOAVVideoInterfaceStartLinkWithModes, _IOAVVideoInterfaceStartLinkWithSource, + _IOAVVideoInterfaceStopLink, _IOAVVideoInterfaceStopLinkWithSource, + _IOAVVideoLinkIsDolbyVision, _IOAVVideoLinkModeString, _IOAVVideoLinkRequiresHDMIScrambling, + _IOAVVideoPixelEncodingIsDolbyVision, _IOAVVideoPixelEncodingIsLLDolbyVision, + _IOAVVideoPixelEncodingString, _IOAVVideoScanInformationString, + _IOAVVideoTimingGetActivePixelClock, _IOAVVideoTimingGetBlankingStyle, + _IOAVVideoTimingGetITSource, _IOAVVideoTimingGetPixelClock, + _IOAVVideoTimingGetSyncRateRounded, _IOAVVideoTimingIsVideoOptimized, + _IOAVVideoTimingStandardString, _IOAVVideoTimingTypeString, + _IOAVVideoTimingVideoOptimizedDelta, _IOAllowPowerChange, + _IOBSDNameMatching, _IOCFSerialize, _IOCFURLWriteDataAndPropertiesToResource, + _IOCFUnserialize, _IOCFUnserializeBinary, _IOCFUnserializeWithSize, + _IOCFUnserializeparse, _IOCancelPowerChange, _IOCatalogueGetData, + _IOCatalogueModuleLoaded, _IOCatalogueReset, _IOCatalogueSendData, + _IOCatalogueTerminate, _IOCatlogueGetGenCount, _IOCloseConnection, + _IOCompatibiltyNumber, _IOConnectAddClient, _IOConnectAddRef, + _IOConnectCallAsyncMethod, _IOConnectCallAsyncScalarMethod, + _IOConnectCallAsyncStructMethod, _IOConnectCallMethod, _IOConnectCallScalarMethod, + _IOConnectCallStructMethod, _IOConnectGetService, _IOConnectMapMemory, + _IOConnectMapMemory64, _IOConnectRelease, _IOConnectSetCFProperties, + _IOConnectSetCFProperty, _IOConnectSetNotificationPort, _IOConnectTrap0, + _IOConnectTrap1, _IOConnectTrap2, _IOConnectTrap3, _IOConnectTrap4, + _IOConnectTrap5, _IOConnectTrap6, _IOConnectUnmapMemory, _IOConnectUnmapMemory64, + _IOCopySystemLoadAdvisoryDetailed, _IOCreatePlugInInterfaceForService, + _IOCreateReceivePort, _IODPAudioCodingType, _IODPCalculateM, + _IODPCommandString, _IODPCompareLinkTrainingData, _IODPConstrainDriveSettings, + _IODPConstrainedDriveSettings, _IODPControllerCreate, _IODPControllerCreateWithLocation, + _IODPControllerCreateWithService, _IODPControllerGetAVController, + _IODPControllerGetMaxLaneCount, _IODPControllerGetMaxLinkRate, + _IODPControllerGetMinLaneCount, _IODPControllerGetMinLinkRate, + _IODPControllerGetTypeID, _IODPControllerSetDriveSettings, + _IODPControllerSetLaneCount, _IODPControllerSetLinkRate, _IODPControllerSetMaxLaneCount, + _IODPControllerSetMaxLinkRate, _IODPControllerSetMinLaneCount, + _IODPControllerSetMinLinkRate, _IODPControllerSetQualityPattern, + _IODPControllerSetScramblingInhibited, _IODPControllerSetSupportsDownspread, + _IODPControllerSetSupportsEnhancedMode, _IODPCreateStringWithLinkTrainingData, + _IODPDeviceCreate, _IODPDeviceCreateWithLocation, _IODPDeviceCreateWithService, + _IODPDeviceGetAVDevice, _IODPDeviceGetController, _IODPDeviceGetLinkTrainingData, + _IODPDeviceGetMaxLaneCount, _IODPDeviceGetMaxLinkRate, _IODPDeviceGetRevisionMajor, + _IODPDeviceGetRevisionMinor, _IODPDeviceGetSupportsDownspread, + _IODPDeviceGetSupportsEnhancedMode, _IODPDeviceGetSymbolErrorCount, + _IODPDeviceGetTypeID, _IODPDeviceReadDPCD, _IODPDeviceSetUpdateMode, + _IODPDeviceSetUpdated, _IODPDeviceTypeString, _IODPDeviceWriteDPCD, + _IODPDriveSettingsAreValid, _IODPDriveSettingsEqual, _IODPEventLogEventTypeString, + _IODPInfoFrameSDP, _IODPLinkBandwidth, _IODPLinkBitRateForLinkSymbolClock, + _IODPLinkRateEnum, _IODPLinkRateIsStandard, _IODPLinkRateRequiredForVideoBandwidth, + _IODPLinkRateScalar, _IODPLinkSymbolClockForLinkBitRate, _IODPLinkSymbolRate, + _IODPQualityPatternName, _IODPServiceCreate, _IODPServiceCreateWithLocation, + _IODPServiceCreateWithService, _IODPServiceGetAVService, _IODPServiceGetDevice, + _IODPServiceGetSinkCount, _IODPServiceGetSymbolErrorCount, + _IODPServiceGetTypeID, _IODPServiceRetrainLink, _IODPStreamClockHz, + _IODPTrainingPatternLength, _IODPTrainingPatternName, _IODPUnifiedDriveSettings, + _IODPVideoBandwidth, _IODPVideoLinkMainStreamAttributeData, + _IODPVideoLinkVideoStreamConfigurationSDP, _IODataQueueAllocateNotificationPort, + _IODataQueueDataAvailable, _IODataQueueDequeue, _IODataQueueEnqueue, + _IODataQueuePeek, _IODataQueueSetNotificationPort, _IODataQueueWaitForAvailableData, + _IODeregisterApp, _IODeregisterForRemoteSystemPower, _IODeregisterForSystemPower, + _IODestroyPlugInInterface, _IODispatchCalloutFromCFMessage, + _IODispatchCalloutFromMessage, _IOEthernetControllerCreate, + _IOEthernetControllerGetBSDSocket, _IOEthernetControllerGetIONetworkInterfaceObject, + _IOEthernetControllerGetTypeID, _IOEthernetControllerReadPacket, + _IOEthernetControllerRegisterBSDAttachCallback, _IOEthernetControllerRegisterDisableCallback, + _IOEthernetControllerRegisterEnableCallback, _IOEthernetControllerRegisterPacketAvailableCallback, + _IOEthernetControllerScheduleWithRunLoop, _IOEthernetControllerSetDispatchQueue, + _IOEthernetControllerSetLinkStatus, _IOEthernetControllerSetPowerSavings, + _IOEthernetControllerUnscheduleFromRunLoop, _IOEthernetControllerWritePacket, + _IOGetSystemLoadAdvisory, _IOHIDAnalyticsEventActivate, _IOHIDAnalyticsEventAddField, + _IOHIDAnalyticsEventAddHistogramField, _IOHIDAnalyticsEventCancel, + _IOHIDAnalyticsEventCreate, _IOHIDAnalyticsEventSetIntegerValueForField, + _IOHIDAnalyticsHistogramEventCreate, _IOHIDAnalyticsHistogramEventSetIntegerValue, + _IOHIDCheckAccess, _IOHIDConnectionFilterActivate, _IOHIDConnectionFilterCancel, + _IOHIDConnectionFilterCopyProperty, _IOHIDConnectionFilterCreate, + _IOHIDConnectionFilterFilterEvent, _IOHIDConnectionFilterGetTypeID, + _IOHIDConnectionFilterSetCancelHandler, _IOHIDConnectionFilterSetDispatchQueue, + _IOHIDConnectionFilterSetProperty, _IOHIDCopyCFTypeParameter, + _IOHIDCopyHIDParameterFromEventSystem, _IOHIDCreateSharedMemory, + _IOHIDDeviceActivate, _IOHIDDeviceCancel, _IOHIDDeviceClose, + _IOHIDDeviceConformsTo, _IOHIDDeviceCopyDescription, _IOHIDDeviceCopyMatchingElements, + _IOHIDDeviceCopyValueMultiple, _IOHIDDeviceCopyValueMultipleWithCallback, + _IOHIDDeviceCreate, _IOHIDDeviceGetProperty, _IOHIDDeviceGetRegistryEntryID, + _IOHIDDeviceGetReport, _IOHIDDeviceGetReportWithCallback, + _IOHIDDeviceGetService, _IOHIDDeviceGetTypeID, _IOHIDDeviceGetValue, + _IOHIDDeviceGetValueWithCallback, _IOHIDDeviceGetValueWithOptions, + _IOHIDDeviceOpen, _IOHIDDeviceRegisterInputReportCallback, + _IOHIDDeviceRegisterInputReportWithTimeStampCallback, _IOHIDDeviceRegisterInputValueCallback, + _IOHIDDeviceRegisterRemovalCallback, _IOHIDDeviceScheduleWithRunLoop, + _IOHIDDeviceSetCancelHandler, _IOHIDDeviceSetDispatchQueue, + _IOHIDDeviceSetInputValueMatching, _IOHIDDeviceSetInputValueMatchingMultiple, + _IOHIDDeviceSetProperty, _IOHIDDeviceSetReport, _IOHIDDeviceSetReportWithCallback, + _IOHIDDeviceSetValue, _IOHIDDeviceSetValueMultiple, _IOHIDDeviceSetValueMultipleWithCallback, + _IOHIDDeviceSetValueWithCallback, _IOHIDDeviceUnscheduleFromRunLoop, + _IOHIDElementAttach, _IOHIDElementCopyAttached, _IOHIDElementCreateWithDictionary, + _IOHIDElementDetach, _IOHIDElementGetChildren, _IOHIDElementGetCollectionType, + _IOHIDElementGetCookie, _IOHIDElementGetDevice, _IOHIDElementGetDuplicateIndex, + _IOHIDElementGetLogicalMax, _IOHIDElementGetLogicalMin, _IOHIDElementGetName, + _IOHIDElementGetParent, _IOHIDElementGetPhysicalMax, _IOHIDElementGetPhysicalMin, + _IOHIDElementGetProperty, _IOHIDElementGetReportCount, _IOHIDElementGetReportID, + _IOHIDElementGetReportSize, _IOHIDElementGetType, _IOHIDElementGetTypeID, + _IOHIDElementGetUnit, _IOHIDElementGetUnitExponent, _IOHIDElementGetUsage, + _IOHIDElementGetUsagePage, _IOHIDElementHasNullState, _IOHIDElementHasPreferredState, + _IOHIDElementIsArray, _IOHIDElementIsNonLinear, _IOHIDElementIsRelative, + _IOHIDElementIsVirtual, _IOHIDElementIsWrapping, _IOHIDElementSetProperty, + _IOHIDEventAppendEvent, _IOHIDEventConformsTo, _IOHIDEventConformsToWithOptions, + _IOHIDEventCopyDescription, _IOHIDEventCreate, _IOHIDEventCreateAccelerometerEvent, + _IOHIDEventCreateAccelerometerEventWithType, _IOHIDEventCreateAmbientLightSensorEvent, + _IOHIDEventCreateAtmosphericPressureEvent, _IOHIDEventCreateBiometricEvent, + _IOHIDEventCreateBoundaryScrollEvent, _IOHIDEventCreateBrightnessEvent, + _IOHIDEventCreateButtonEvent, _IOHIDEventCreateButtonEventWithPressure, + _IOHIDEventCreateCollectionEvent, _IOHIDEventCreateCompassEvent, + _IOHIDEventCreateCompassEventWithType, _IOHIDEventCreateCopy, + _IOHIDEventCreateData, _IOHIDEventCreateDeviceOrientationEventWithUsage, + _IOHIDEventCreateDigitizerEvent, _IOHIDEventCreateDigitizerFingerEvent, + _IOHIDEventCreateDigitizerFingerEventWithQuality, _IOHIDEventCreateDigitizerStylusEvent, + _IOHIDEventCreateDigitizerStylusEventWithPolarOrientation, + _IOHIDEventCreateDockSwipeEvent, _IOHIDEventCreateFluidTouchGestureEvent, + _IOHIDEventCreateForceEvent, _IOHIDEventCreateGameControllerEvent, + _IOHIDEventCreateGenericGestureEvent, _IOHIDEventCreateGyroEvent, + _IOHIDEventCreateGyroEventWithType, _IOHIDEventCreateKeyboardEvent, + _IOHIDEventCreateLEDEvent, _IOHIDEventCreateMotionActivtyEvent, + _IOHIDEventCreateMotionGestureEvent, _IOHIDEventCreateMouseEvent, + _IOHIDEventCreateNavigationSwipeEvent, _IOHIDEventCreateOrientationEvent, + _IOHIDEventCreatePolarOrientationEvent, _IOHIDEventCreateProgressEvent, + _IOHIDEventCreateProximtyEvent, _IOHIDEventCreateQuaternionOrientationEvent, + _IOHIDEventCreateRelativePointerEvent, _IOHIDEventCreateRotationEvent, + _IOHIDEventCreateScaleEvent, _IOHIDEventCreateScrollEvent, + _IOHIDEventCreateSwipeEvent, _IOHIDEventCreateSymbolicHotKeyEvent, + _IOHIDEventCreateTranslationEvent, _IOHIDEventCreateUnicodeEvent, + _IOHIDEventCreateUnicodeEventWithQuality, _IOHIDEventCreateVelocityEvent, + _IOHIDEventCreateVendorDefinedEvent, _IOHIDEventCreateWithBytes, + _IOHIDEventCreateWithData, _IOHIDEventCreateZoomToggleEvent, + _IOHIDEventGetAttributeData, _IOHIDEventGetAttributeDataLength, + _IOHIDEventGetAttributeDataPtr, _IOHIDEventGetChildren, _IOHIDEventGetDataLength, + _IOHIDEventGetDataValue, _IOHIDEventGetDataValueWithOptions, + _IOHIDEventGetDoubleValue, _IOHIDEventGetDoubleValueWithOptions, + _IOHIDEventGetEvent, _IOHIDEventGetEventFlags, _IOHIDEventGetEventWithOptions, + _IOHIDEventGetFloatMultiple, _IOHIDEventGetFloatMultipleWithOptions, + _IOHIDEventGetFloatValue, _IOHIDEventGetFloatValueWithOptions, + _IOHIDEventGetIntegerMultiple, _IOHIDEventGetIntegerMultipleWithOptions, + _IOHIDEventGetIntegerValue, _IOHIDEventGetIntegerValueWithOptions, + _IOHIDEventGetLatency, _IOHIDEventGetParent, _IOHIDEventGetPhase, + _IOHIDEventGetPolicy, _IOHIDEventGetPosition, _IOHIDEventGetPositionWithOptions, + _IOHIDEventGetScrollMomentum, _IOHIDEventGetSenderID, _IOHIDEventGetTimeStamp, + _IOHIDEventGetType, _IOHIDEventGetTypeID, _IOHIDEventGetTypeString, + _IOHIDEventGetVendorDefinedData, _IOHIDEventIsAbsolute, _IOHIDEventIsRepeat, + _IOHIDEventQueueCreate, _IOHIDEventQueueCreateWithVM, _IOHIDEventQueueDequeueCopy, + _IOHIDEventQueueEnqueue, _IOHIDEventQueueGetMemoryHandle, + _IOHIDEventQueueGetNotificationPort, _IOHIDEventQueueGetTypeID, + _IOHIDEventQueueIsActive, _IOHIDEventQueueResume, _IOHIDEventQueueSetNotificationPort, + _IOHIDEventQueueStart, _IOHIDEventQueueStop, _IOHIDEventQueueSuspend, + _IOHIDEventReadBytes, _IOHIDEventRemoveEvent, _IOHIDEventServerCreate, + _IOHIDEventServerGetTypeID, _IOHIDEventServerScheduleWithDispatchQueue, + _IOHIDEventServerUnscheduleFromDispatchQueue, _IOHIDEventSetAttributeData, + _IOHIDEventSetDoubleMultiple, _IOHIDEventSetDoubleMultipleWithOptions, + _IOHIDEventSetDoubleValue, _IOHIDEventSetDoubleValueWithOptions, + _IOHIDEventSetEventFlags, _IOHIDEventSetFloatMultiple, _IOHIDEventSetFloatMultipleWithOptions, + _IOHIDEventSetFloatValue, _IOHIDEventSetFloatValueWithOptions, + _IOHIDEventSetIntegerMultiple, _IOHIDEventSetIntegerMultipleWithOptions, + _IOHIDEventSetIntegerValue, _IOHIDEventSetIntegerValueWithOptions, + _IOHIDEventSetPhase, _IOHIDEventSetPosition, _IOHIDEventSetPositionWithOptions, + _IOHIDEventSetRepeat, _IOHIDEventSetScrollMomentum, _IOHIDEventSetSenderID, + _IOHIDEventSetTimeStamp, _IOHIDEventSystemClient, _IOHIDEventSystemClientActivate, + _IOHIDEventSystemClientCancel, _IOHIDEventSystemClientCopyProperty, + _IOHIDEventSystemClientCopyServiceForRegistryID, _IOHIDEventSystemClientCopyServices, + _IOHIDEventSystemClientCreate, _IOHIDEventSystemClientCreateSimpleClient, + _IOHIDEventSystemClientCreateWithType, _IOHIDEventSystemClientDispatchEvent, + _IOHIDEventSystemClientGetTypeID, _IOHIDEventSystemClientGetTypeString, + _IOHIDEventSystemClientRegisterDeviceMatchingBlock, _IOHIDEventSystemClientRegisterDeviceMatchingCallback, + _IOHIDEventSystemClientRegisterEventBlock, _IOHIDEventSystemClientRegisterEventCallback, + _IOHIDEventSystemClientRegisterEventFilterBlock, _IOHIDEventSystemClientRegisterEventFilterBlockWithPriority, + _IOHIDEventSystemClientRegisterEventFilterCallback, _IOHIDEventSystemClientRegisterEventFilterCallbackWithPriority, + _IOHIDEventSystemClientRegisterPropertyChangedCallback, _IOHIDEventSystemClientRegisterResetCallback, + _IOHIDEventSystemClientRegistryIDConformsTo, _IOHIDEventSystemClientScheduleWithDispatchQueue, + _IOHIDEventSystemClientScheduleWithRunLoop, _IOHIDEventSystemClientSetCancelHandler, + _IOHIDEventSystemClientSetDispatchQueue, _IOHIDEventSystemClientSetMatching, + _IOHIDEventSystemClientSetMatchingMultiple, _IOHIDEventSystemClientSetProperty, + _IOHIDEventSystemClientUnregisterDeviceMatchingBlock, _IOHIDEventSystemClientUnregisterDeviceMatchingCallback, + _IOHIDEventSystemClientUnregisterEventBlock, _IOHIDEventSystemClientUnregisterEventCallback, + _IOHIDEventSystemClientUnregisterEventFilterBlock, _IOHIDEventSystemClientUnregisterEventFilterCallback, + _IOHIDEventSystemClientUnregisterPropertyChangedCallback, + _IOHIDEventSystemClientUnregisterResetCallback, _IOHIDEventSystemClientUnscheduleFromDispatchQueue, + _IOHIDEventSystemClientUnscheduleWithRunLoop, _IOHIDEventSystemClose, + _IOHIDEventSystemConnectionCopyDescription, _IOHIDEventSystemConnectionDispatchEvent, + _IOHIDEventSystemConnectionGetAttribute, _IOHIDEventSystemConnectionGetEntitlements, + _IOHIDEventSystemConnectionGetTaskNamePort, _IOHIDEventSystemConnectionGetType, + _IOHIDEventSystemConnectionGetTypeID, _IOHIDEventSystemConnectionGetTypeString, + _IOHIDEventSystemConnectionGetUUID, _IOHIDEventSystemCopyConnections, + _IOHIDEventSystemCopyEvent, _IOHIDEventSystemCopyMatchingServices, + _IOHIDEventSystemCopyService, _IOHIDEventSystemCopyServices, + _IOHIDEventSystemCreate, _IOHIDEventSystemGetProperty, _IOHIDEventSystemGetTypeID, + _IOHIDEventSystemOpen, _IOHIDEventSystemRegisterConnectionAdditionCallback, + _IOHIDEventSystemRegisterConnectionRemovalCallback, _IOHIDEventSystemRegisterPropertyChangedNotification, + _IOHIDEventSystemRegisterServicesCallback, _IOHIDEventSystemSetCallback, + _IOHIDEventSystemSetProperty, _IOHIDEventSystemUnregisterConnectionAdditionCallback, + _IOHIDEventSystemUnregisterConnectionRemovalCallback, _IOHIDEventSystemUnregisterPropertyChangedNotification, + _IOHIDEventSystemUnregisterServicesCallback, _IOHIDEventTypeGetName, + _IOHIDGetAccelerationWithKey, _IOHIDGetActivityState, _IOHIDGetButtonEventNum, + _IOHIDGetModifierLockState, _IOHIDGetMouseAcceleration, _IOHIDGetMouseButtonMode, + _IOHIDGetParameter, _IOHIDGetScrollAcceleration, _IOHIDGetStateForSelector, + _IOHIDManagerActivate, _IOHIDManagerCancel, _IOHIDManagerClose, + _IOHIDManagerCopyDevices, _IOHIDManagerCreate, _IOHIDManagerGetProperty, + _IOHIDManagerGetTypeID, _IOHIDManagerOpen, _IOHIDManagerRegisterDeviceMatchingCallback, + _IOHIDManagerRegisterDeviceRemovalCallback, _IOHIDManagerRegisterInputReportCallback, + _IOHIDManagerRegisterInputReportWithTimeStampCallback, _IOHIDManagerRegisterInputValueCallback, + _IOHIDManagerSaveToPropertyDomain, _IOHIDManagerScheduleWithRunLoop, + _IOHIDManagerSetCancelHandler, _IOHIDManagerSetDeviceMatching, + _IOHIDManagerSetDeviceMatchingMultiple, _IOHIDManagerSetDispatchQueue, + _IOHIDManagerSetInputValueMatching, _IOHIDManagerSetInputValueMatchingMultiple, + _IOHIDManagerSetProperty, _IOHIDManagerUnscheduleFromRunLoop, + _IOHIDNotificationCreate, _IOHIDNotificationGetClientCallback, + _IOHIDNotificationGetClientRefcon, _IOHIDNotificationGetClientTarget, + _IOHIDNotificationGetOwnerCallback, _IOHIDNotificationGetOwnerRefcon, + _IOHIDNotificationGetOwnerTarget, _IOHIDNotificationGetTypeID, + _IOHIDNotificationInvalidate, _IOHIDNotificationSignalWithBlock, + _IOHIDPostEvent, _IOHIDPreferencesCopy, _IOHIDPreferencesCopyDomain, + _IOHIDPreferencesCopyMultiple, _IOHIDPreferencesSet, _IOHIDPreferencesSetDomain, + _IOHIDPreferencesSetMultiple, _IOHIDPreferencesSynchronize, + _IOHIDQueueActivate, _IOHIDQueueAddElement, _IOHIDQueueCancel, + _IOHIDQueueContainsElement, _IOHIDQueueCopyNextValue, _IOHIDQueueCopyNextValueWithTimeout, + _IOHIDQueueCreate, _IOHIDQueueGetDepth, _IOHIDQueueGetDevice, + _IOHIDQueueGetTypeID, _IOHIDQueueRegisterValueAvailableCallback, + _IOHIDQueueRemoveElement, _IOHIDQueueScheduleWithRunLoop, + _IOHIDQueueSetCancelHandler, _IOHIDQueueSetDepth, _IOHIDQueueSetDispatchQueue, + _IOHIDQueueStart, _IOHIDQueueStop, _IOHIDQueueUnscheduleFromRunLoop, + _IOHIDRegisterVirtualDisplay, _IOHIDRequestAccess, _IOHIDServiceClientConformsTo, + _IOHIDServiceClientCopyDescription, _IOHIDServiceClientCopyEvent, + _IOHIDServiceClientCopyMatchingEvent, _IOHIDServiceClientCopyProperties, + _IOHIDServiceClientCopyProperty, _IOHIDServiceClientFastPathCopyEvent, + _IOHIDServiceClientFastPathCopyEventWithStatus, _IOHIDServiceClientFastPathCopyProperty, + _IOHIDServiceClientFastPathInit, _IOHIDServiceClientFastPathInvalidate, + _IOHIDServiceClientFastPathSetProperty, _IOHIDServiceClientGetRegistryID, + _IOHIDServiceClientGetTypeID, _IOHIDServiceClientRegisterRemovalBlock, + _IOHIDServiceClientRegisterRemovalCallback, _IOHIDServiceClientSetElementValue, + _IOHIDServiceClientSetProperty, _IOHIDServiceConformsTo, _IOHIDServiceConnectionCacheContainsKey, + _IOHIDServiceConnectionCacheCopyDebugInfo, _IOHIDServiceConnectionCacheCopyValueForKey, + _IOHIDServiceConnectionCacheCreate, _IOHIDServiceConnectionCacheGetReportDeadline, + _IOHIDServiceConnectionCacheGetTypeID, _IOHIDServiceConnectionCacheSetReportDeadline, + _IOHIDServiceConnectionCacheSetValueForKey, _IOHIDServiceCopyDescription, + _IOHIDServiceCopyEvent, _IOHIDServiceCopyEventForClient, _IOHIDServiceCopyMatchingEvent, + _IOHIDServiceCopyProperty, _IOHIDServiceCreatePropertyChangedNotification, + _IOHIDServiceCreateRemovalNotification, _IOHIDServiceFilterClientNotification, + _IOHIDServiceFilterClose, _IOHIDServiceFilterCompare, _IOHIDServiceFilterCopyPropertyForClient, + _IOHIDServiceFilterCreate, _IOHIDServiceFilterCreateWithClass, + _IOHIDServiceFilterFilterCopyEvent, _IOHIDServiceFilterFilterCopyMatchingEvent, + _IOHIDServiceFilterFilterEvent, _IOHIDServiceFilterGetMatchScore, + _IOHIDServiceFilterGetStateMask, _IOHIDServiceFilterGetType, + _IOHIDServiceFilterGetTypeID, _IOHIDServiceFilterMatch, _IOHIDServiceFilterOpen, + _IOHIDServiceFilterSchedule, _IOHIDServiceFilterSetCancelHandler, + _IOHIDServiceFilterSetEventCallback, _IOHIDServiceFilterSetOutputEvent, + _IOHIDServiceFilterSetPropertyForClient, _IOHIDServiceFilterUnschedule, + _IOHIDServiceGetProperty, _IOHIDServiceGetRegistryID, _IOHIDServiceGetService, + _IOHIDServiceGetTypeID, _IOHIDServiceMatchPropertyTable, _IOHIDServiceSetElementValue, + _IOHIDServiceSetOutputEvent, _IOHIDServiceSetProperty, _IOHIDSessionAddService, + _IOHIDSessionClose, _IOHIDSessionCopyEvent, _IOHIDSessionCreate, + _IOHIDSessionFilterClose, _IOHIDSessionFilterCopyEvent, _IOHIDSessionFilterCreate, + _IOHIDSessionFilterCreateWithClass, _IOHIDSessionFilterFilterCopyEvent, + _IOHIDSessionFilterFilterEvent, _IOHIDSessionFilterFilterEventToConnection, + _IOHIDSessionFilterGetPropertyForClient, _IOHIDSessionFilterGetType, + _IOHIDSessionFilterGetTypeID, _IOHIDSessionFilterOpen, _IOHIDSessionFilterRegisterService, + _IOHIDSessionFilterScheduleWithDispatchQueue, _IOHIDSessionFilterSetPropertyForClient, + _IOHIDSessionFilterUnregisterService, _IOHIDSessionFilterUnscheduleFromDispatchQueue, + _IOHIDSessionGetFilters, _IOHIDSessionGetProperty, _IOHIDSessionGetTypeID, + _IOHIDSessionOpen, _IOHIDSessionRemoveService, _IOHIDSessionSetProperty, + _IOHIDSetAccelerationWithKey, _IOHIDSetCFTypeParameter, _IOHIDSetCursorBounds, + _IOHIDSetCursorEnable, _IOHIDSetEventsEnable, _IOHIDSetFixedMouseLocation, + _IOHIDSetFixedMouseLocationWithTimeStamp, _IOHIDSetHIDParameterToEventSystem, + _IOHIDSetModifierLockState, _IOHIDSetMouseAcceleration, _IOHIDSetMouseButtonMode, + _IOHIDSetMouseLocation, _IOHIDSetOnScreenCursorBounds, _IOHIDSetParameter, + _IOHIDSetScrollAcceleration, _IOHIDSetStateForSelector, _IOHIDSetVirtualDisplayBounds, + _IOHIDTransactionAddElement, _IOHIDTransactionClear, _IOHIDTransactionCommit, + _IOHIDTransactionCommitWithCallback, _IOHIDTransactionContainsElement, + _IOHIDTransactionCreate, _IOHIDTransactionGetDevice, _IOHIDTransactionGetDirection, + _IOHIDTransactionGetTypeID, _IOHIDTransactionGetValue, _IOHIDTransactionRemoveElement, + _IOHIDTransactionScheduleWithRunLoop, _IOHIDTransactionSetDirection, + _IOHIDTransactionSetValue, _IOHIDTransactionUnscheduleFromRunLoop, + _IOHIDUnregisterVirtualDisplay, _IOHIDUserDeviceActivate, + _IOHIDUserDeviceCancel, _IOHIDUserDeviceCopyProperty, _IOHIDUserDeviceCopyService, + _IOHIDUserDeviceCreate, _IOHIDUserDeviceCreateWithOptions, + _IOHIDUserDeviceCreateWithProperties, _IOHIDUserDeviceGetTypeID, + _IOHIDUserDeviceHandleReport, _IOHIDUserDeviceHandleReportAsync, + _IOHIDUserDeviceHandleReportAsyncWithTimeStamp, _IOHIDUserDeviceHandleReportWithTimeStamp, + _IOHIDUserDeviceRegisterGetReportBlock, _IOHIDUserDeviceRegisterGetReportCallback, + _IOHIDUserDeviceRegisterGetReportWithReturnLengthCallback, + _IOHIDUserDeviceRegisterSetReportBlock, _IOHIDUserDeviceRegisterSetReportCallback, + _IOHIDUserDeviceScheduleWithDispatchQueue, _IOHIDUserDeviceScheduleWithRunLoop, + _IOHIDUserDeviceSetCancelHandler, _IOHIDUserDeviceSetDispatchQueue, + _IOHIDUserDeviceSetProperty, _IOHIDUserDeviceUnscheduleFromDispatchQueue, + _IOHIDUserDeviceUnscheduleFromRunLoop, _IOHIDValueCreateWithBytes, + _IOHIDValueCreateWithBytesNoCopy, _IOHIDValueCreateWithIntegerValue, + _IOHIDValueGetBytePtr, _IOHIDValueGetElement, _IOHIDValueGetIntegerValue, + _IOHIDValueGetLength, _IOHIDValueGetScaledValue, _IOHIDValueGetTimeStamp, + _IOHIDValueGetTypeID, _IOHIDVirtualServiceClientCreate, _IOHIDVirtualServiceClientCreateWithCallbacks, + _IOHIDVirtualServiceClientDispatchEvent, _IOHIDVirtualServiceClientRemove, + _IOInitContainerClasses, _IOIteratorIsValid, _IOIteratorNext, + _IOIteratorReset, _IOKitGetBusyState, _IOKitWaitQuiet, _IOMIGMachPortCacheAdd, + _IOMIGMachPortCacheCopy, _IOMIGMachPortCacheRemove, _IOMIGMachPortCreate, + _IOMIGMachPortGetPort, _IOMIGMachPortGetTypeID, _IOMIGMachPortRegisterDemuxCallback, + _IOMIGMachPortRegisterTerminationCallback, _IOMIGMachPortScheduleWithDispatchQueue, + _IOMIGMachPortScheduleWithRunLoop, _IOMIGMachPortUnscheduleFromDispatchQueue, + _IOMIGMachPortUnscheduleFromRunLoop, _IOMasterPort, _IONetworkClose, + _IONetworkGetDataCapacity, _IONetworkGetDataHandle, _IONetworkGetPacketFiltersMask, + _IONetworkOpen, _IONetworkReadData, _IONetworkResetData, _IONetworkSetPacketFiltersMask, + _IONetworkWriteData, _IONotificationPortCreate, _IONotificationPortDestroy, + _IONotificationPortGetMachPort, _IONotificationPortGetRunLoopSource, + _IONotificationPortSetDispatchQueue, _IONotificationPortSetImportanceReceiver, + _IOObjectConformsTo, _IOObjectCopyBundleIdentifierForClass, + _IOObjectCopyClass, _IOObjectCopySuperclassForClass, _IOObjectGetClass, + _IOObjectGetKernelRetainCount, _IOObjectGetRetainCount, _IOObjectGetUserRetainCount, + _IOObjectIsEqualTo, _IOObjectRelease, _IOObjectRetain, _IOOpenConnection, + _IOOpenFirmwarePathMatching, _IOPMActivateSystemPowerSettings, + _IOPMAllowRemotePowerChange, _IOPMAllowsBackgroundTask, _IOPMAllowsPushServiceTask, + _IOPMAssertionCopyProperties, _IOPMAssertionCreate, _IOPMAssertionCreateWithAutoTimeout, + _IOPMAssertionCreateWithDescription, _IOPMAssertionCreateWithName, + _IOPMAssertionCreateWithProperties, _IOPMAssertionCreateWithResourceList, + _IOPMAssertionDeclareNotificationEvent, _IOPMAssertionDeclareSystemActivity, + _IOPMAssertionDeclareSystemActivityWithProperties, _IOPMAssertionDeclareUserActivity, + _IOPMAssertionNotify, _IOPMAssertionRelease, _IOPMAssertionRetain, + _IOPMAssertionSetBTCollection, _IOPMAssertionSetProcessState, + _IOPMAssertionSetProperty, _IOPMAssertionSetTimeout, _IOPMCancelAllRepeatingPowerEvents, + _IOPMCancelAllScheduledPowerEvents, _IOPMCancelScheduledPowerEvent, + _IOPMChangeSystemActivityAssertionBehavior, _IOPMClaimSystemWakeEvent, + _IOPMConnectionAcknowledgeEvent, _IOPMConnectionAcknowledgeEventWithOptions, + _IOPMConnectionCreate, _IOPMConnectionGetSystemCapabilities, + _IOPMConnectionRelease, _IOPMConnectionScheduleWithRunLoop, + _IOPMConnectionSetDispatchQueue, _IOPMConnectionSetNotification, + _IOPMConnectionUnscheduleFromRunLoop, _IOPMCopyActivePMPreferences, + _IOPMCopyAssertionActivityAggregate, _IOPMCopyAssertionActivityAggregateWithAllocator, + _IOPMCopyAssertionActivityLog, _IOPMCopyAssertionActivityLogWithAllocator, + _IOPMCopyAssertionActivityUpdate, _IOPMCopyAssertionActivityUpdateWithAllocator, + _IOPMCopyAssertionsByProcess, _IOPMCopyAssertionsByProcessWithAllocator, + _IOPMCopyAssertionsByType, _IOPMCopyAssertionsStatus, _IOPMCopyBatteryHeatMap, + _IOPMCopyBatteryInfo, _IOPMCopyCPUPowerStatus, _IOPMCopyConnectionStatus, + _IOPMCopyCurrentScheduledWake, _IOPMCopyCycleCountData, _IOPMCopyDefaultPreferences, + _IOPMCopyDeviceRestartPreventers, _IOPMCopyFromPrefs, _IOPMCopyHIDPostEventHistory, + _IOPMCopyInactiveAssertionsByProcess, _IOPMCopyKioskModeData, + _IOPMCopyPMPreferences, _IOPMCopyPowerHistory, _IOPMCopyPowerHistoryDetailed, + _IOPMCopyPowerStateInfo, _IOPMCopyPreferencesOnFile, _IOPMCopyRepeatingPowerEvents, + _IOPMCopyScheduledPowerEvents, _IOPMCopySleepPreventersList, + _IOPMCopySleepPreventersListWithID, _IOPMCopySleepWakeFailure, + _IOPMCopySystemPowerSettings, _IOPMCopyUPSShutdownLevels, + _IOPMCopyUserActivityLevelDescription, _IOPMCtlAssertionType, + _IOPMDeclareNetworkClientActivity, _IOPMDisableAsyncAssertions, + _IOPMEnableAsyncAssertions, _IOPMFeatureIsAvailable, _IOPMFeatureIsAvailableWithSupportedTable, + _IOPMFindPowerManagement, _IOPMGetActivePushConnectionState, + _IOPMGetAggressiveness, _IOPMGetCapabilitiesDescription, _IOPMGetDarkWakeThermalEmergencyCount, + _IOPMGetLastWakeTime, _IOPMGetPerformanceWarningLevel, _IOPMGetSleepServicesActive, + _IOPMGetThermalWarningLevel, _IOPMGetUUID, _IOPMGetUserActivityLevel, + _IOPMGetValueInt, _IOPMIsADarkWake, _IOPMIsASilentWake, _IOPMIsASleep, + _IOPMIsAUserWake, _IOPMLogWakeProgress, _IOPMPerformBlockWithAssertion, + _IOPMRegisterForRemoteSystemPower, _IOPMRegisterPrefsChangeNotification, + _IOPMRemoveIrrelevantProperties, _IOPMRequestSysWake, _IOPMRevertPMPreferences, + _IOPMScheduleAssertionExceptionNotification, _IOPMSchedulePowerEvent, + _IOPMScheduleRepeatingPowerEvent, _IOPMScheduleUserActiveChangedNotification, + _IOPMScheduleUserActivityLevelNotification, _IOPMScheduleUserActivityLevelNotificationWithTimeout, + _IOPMSetActivePushConnectionState, _IOPMSetAggressiveness, + _IOPMSetAssertionActivityAggregate, _IOPMSetAssertionActivityLog, + _IOPMSetAssertionExceptionLimits, _IOPMSetBTWakeInterval, + _IOPMSetDWLingerInterval, _IOPMSetDebugFlags, _IOPMSetDesktopMode, + _IOPMSetPMPreference, _IOPMSetPMPreferences, _IOPMSetReservePowerMode, + _IOPMSetSleepServicesWakeTimeCap, _IOPMSetSystemPowerSetting, + _IOPMSetUPSShutdownLevels, _IOPMSetUserActivityIdleTimeout, + _IOPMSetValueInt, _IOPMSkylightCheckIn, _IOPMSkylightCheckInWithCapability, + _IOPMSleepEnabled, _IOPMSleepSystem, _IOPMSleepSystemWithOptions, + _IOPMSleepWakeCopyUUID, _IOPMSleepWakeSetUUID, _IOPMUnregisterExceptionNotification, + _IOPMUnregisterNotification, _IOPMUnregisterPrefsChangeNotification, + _IOPMUserIsActive, _IOPMUsingDefaultPreferences, _IOPMWriteToPrefs, + _IOPSAccCreateAttachNotification, _IOPSAccCreateLimitedPowerNotification, + _IOPSAccNotificationCreateRunLoopSource, _IOPSCopyExternalPowerAdapterDetails, + _IOPSCopyInternalBatteriesArray, _IOPSCopyPowerSourcesByType, + _IOPSCopyPowerSourcesInfo, _IOPSCopyPowerSourcesList, _IOPSCopyUPSArray, + _IOPSCreateLimitedPowerNotification, _IOPSCreatePowerSource, + _IOPSDrawingUnlimitedPower, _IOPSGetActiveBattery, _IOPSGetActiveUPS, + _IOPSGetBatteryWarningLevel, _IOPSGetPercentRemaining, _IOPSGetPowerSourceDescription, + _IOPSGetProvidingPowerSourceType, _IOPSGetSupportedPowerSources, + _IOPSGetTimeRemainingEstimate, _IOPSNotificationCreateRunLoopSource, + _IOPSPowerSourceSupported, _IOPSReleasePowerSource, _IOPSRequestBatteryUpdate, + _IOPSSetPowerSourceDetails, _IORegisterApp, _IORegisterClient, + _IORegisterForSystemPower, _IORegistryCreateEnumerator, _IORegistryCreateIterator, + _IORegistryDisposeEnumerator, _IORegistryEntryCopyFromPath, + _IORegistryEntryCopyPath, _IORegistryEntryCreateCFProperties, + _IORegistryEntryCreateCFProperty, _IORegistryEntryCreateIterator, + _IORegistryEntryFromPath, _IORegistryEntryGetChildEntry, _IORegistryEntryGetChildIterator, + _IORegistryEntryGetLocationInPlane, _IORegistryEntryGetName, + _IORegistryEntryGetNameInPlane, _IORegistryEntryGetParentEntry, + _IORegistryEntryGetParentIterator, _IORegistryEntryGetPath, + _IORegistryEntryGetProperty, _IORegistryEntryGetRegistryEntryID, + _IORegistryEntryIDMatching, _IORegistryEntryInPlane, _IORegistryEntrySearchCFProperty, + _IORegistryEntrySetCFProperties, _IORegistryEntrySetCFProperty, + _IORegistryEnumeratorNextConforming, _IORegistryEnumeratorReset, + _IORegistryGetRootEntry, _IORegistryIteratorEnterEntry, _IORegistryIteratorExitEntry, + _IOServiceAddInterestNotification, _IOServiceAddMatchingNotification, + _IOServiceAddNotification, _IOServiceAuthorize, _IOServiceClose, + _IOServiceGetBusyState, _IOServiceGetBusyStateAndTime, _IOServiceGetMatchingService, + _IOServiceGetMatchingServices, _IOServiceGetState, _IOServiceMatchPropertyTable, + _IOServiceMatching, _IOServiceNameMatching, _IOServiceOFPathToBSDName, + _IOServiceOpen, _IOServiceOpenAsFileDescriptor, _IOServiceRequestProbe, + _IOServiceWaitQuiet, _IOSetNotificationPort, _IOURLCreateDataAndPropertiesFromResource, + _IOURLCreatePropertyFromResource, _IOUSBDevicDeviceDescriptionGetTypeID, + _IOUSBDeviceControllerCreate, _IOUSBDeviceControllerCreateDefaultDescription, + _IOUSBDeviceControllerCreateWithService, _IOUSBDeviceControllerForceOffBus, + _IOUSBDeviceControllerGetService, _IOUSBDeviceControllerGetTypeID, + _IOUSBDeviceControllerGoOffAndOnBus, _IOUSBDeviceControllerRegisterArrivalCallback, + _IOUSBDeviceControllerRemoveArrivalCallback, _IOUSBDeviceControllerSendCommand, + _IOUSBDeviceControllerSetDescription, _IOUSBDeviceControllerSetPreferredConfiguration, + _IOUSBDeviceDataCreate, _IOUSBDeviceDataGetBytePtr, _IOUSBDeviceDataGetCapacity, + _IOUSBDeviceDataGetMapToken, _IOUSBDeviceDataGetTypeID, _IOUSBDeviceDescriptionAppendConfiguration, + _IOUSBDeviceDescriptionAppendConfigurationWithInterface, _IOUSBDeviceDescriptionAppendConfigurationWithInterfaces, + _IOUSBDeviceDescriptionAppendConfigurationWithoutAttributes, + _IOUSBDeviceDescriptionAppendInterfaceToConfiguration, _IOUSBDeviceDescriptionAppendInterfacesToConfiguration, + _IOUSBDeviceDescriptionCopyInterfaces, _IOUSBDeviceDescriptionCreate, + _IOUSBDeviceDescriptionCreateFromController, _IOUSBDeviceDescriptionCreateFromControllerWithType, + _IOUSBDeviceDescriptionCreateFromDefaults, _IOUSBDeviceDescriptionCreateFromDefaultsAndController, + _IOUSBDeviceDescriptionCreateWithConfigurationInterfaces, + _IOUSBDeviceDescriptionCreateWithType, _IOUSBDeviceDescriptionGetAllowOverride, + _IOUSBDeviceDescriptionGetClass, _IOUSBDeviceDescriptionGetManufacturerString, + _IOUSBDeviceDescriptionGetMatchingConfiguration, _IOUSBDeviceDescriptionGetProductID, + _IOUSBDeviceDescriptionGetProductString, _IOUSBDeviceDescriptionGetProtocol, + _IOUSBDeviceDescriptionGetSerialString, _IOUSBDeviceDescriptionGetSubClass, + _IOUSBDeviceDescriptionGetVendorID, _IOUSBDeviceDescriptionGetVersion, + _IOUSBDeviceDescriptionRemoveAllConfigurations, _IOUSBDeviceDescriptionSetAllowOverride, + _IOUSBDeviceDescriptionSetClass, _IOUSBDeviceDescriptionSetProductID, + _IOUSBDeviceDescriptionSetProtocol, _IOUSBDeviceDescriptionSetSerialString, + _IOUSBDeviceDescriptionSetSubClass, _IOUSBDeviceDescriptionSetUDIDString, + _IOUSBDeviceDescriptionSetVendorID, _NXClickTime, _NXCloseEventStatus, + _NXEventSystemInfo, _NXGetClickSpace, _NXGetKeyMapping, _NXKeyMappingLength, + _NXKeyRepeatInterval, _NXKeyRepeatThreshold, _NXOpenEventStatus, + _NXResetKeyboard, _NXResetMouse, _NXSetClickSpace, _NXSetClickTime, + _NXSetKeyMapping, _NXSetKeyRepeatInterval, _NXSetKeyRepeatThreshold, + _OSGetNotificationFromMessage, _OSKEXT_BUILD_DATE, _OSKextAuthenticate, + _OSKextAuthenticateDependencies, _OSKextCopyAllDependencies, + _OSKextCopyAllRequestedIdentifiers, _OSKextCopyArchitectures, + _OSKextCopyContainerForPluginKext, _OSKextCopyDeclaredDependencies, + _OSKextCopyDependents, _OSKextCopyDiagnostics, _OSKextCopyExecutableForArchitecture, + _OSKextCopyExecutableName, _OSKextCopyIndirectDependencies, + _OSKextCopyInfoDictionary, _OSKextCopyKextsWithIdentifier, + _OSKextCopyKextsWithIdentifiers, _OSKextCopyLinkDependencies, + _OSKextCopyLoadList, _OSKextCopyLoadListForKexts, _OSKextCopyLoadedKextInfo, + _OSKextCopyLoadedKextInfoByUUID, _OSKextCopyPersonalitiesArray, + _OSKextCopyPersonalitiesOfKexts, _OSKextCopyPlugins, _OSKextCopyResource, + _OSKextCopySymbolReferences, _OSKextCopyUUIDForAddress, _OSKextCopyUUIDForArchitecture, + _OSKextCreate, _OSKextCreateKextsFromMkextData, _OSKextCreateKextsFromMkextFile, + _OSKextCreateKextsFromURL, _OSKextCreateKextsFromURLs, _OSKextCreateLoadedKextInfo, + _OSKextCreateMkext, _OSKextCreateWithIdentifier, _OSKextDeclaresExecutable, + _OSKextDeclaresUserExecutable, _OSKextDependenciesAreLoadableInSafeBoot, + _OSKextDependsOnKext, _OSKextExecutableVariant, _OSKextFilterRequiredKexts, + _OSKextFindLinkDependencies, _OSKextFlushDependencies, _OSKextFlushDiagnostics, + _OSKextFlushInfoDictionary, _OSKextFlushLoadInfo, _OSKextGetActualSafeBoot, + _OSKextGetAllKexts, _OSKextGetArchitecture, _OSKextGetCompatibleKextWithIdentifier, + _OSKextGetCompatibleVersion, _OSKextGetExecutableURL, _OSKextGetIdentifier, + _OSKextGetKernelExecutableURL, _OSKextGetKextWithIdentifier, + _OSKextGetKextWithIdentifierAndVersion, _OSKextGetKextWithURL, + _OSKextGetLoadAddress, _OSKextGetLoadTag, _OSKextGetLoadedKextWithIdentifier, + _OSKextGetLogFilter, _OSKextGetRecordsDiagnostics, _OSKextGetRunningKernelArchitecture, + _OSKextGetSimulatedSafeBoot, _OSKextGetSystemExtensionsFolderURLs, + _OSKextGetTargetString, _OSKextGetTypeID, _OSKextGetURL, _OSKextGetUserExecutableURL, + _OSKextGetUsesCaches, _OSKextGetValueForInfoDictionaryKey, + _OSKextGetVersion, _OSKextHasLogOrDebugFlags, _OSKextIsAuthentic, + _OSKextIsCompatibleWithVersion, _OSKextIsFromMkext, _OSKextIsInterface, + _OSKextIsKernelComponent, _OSKextIsLibrary, _OSKextIsLoadable, + _OSKextIsLoadableInSafeBoot, _OSKextIsLoaded, _OSKextIsLoggingEnabled, + _OSKextIsPlugin, _OSKextIsStarted, _OSKextIsValid, _OSKextLoad, + _OSKextLoadWithOptions, _OSKextLog, _OSKextLogCFString, _OSKextLogDependencyGraph, + _OSKextLogDiagnostics, _OSKextMatchesRequiredFlags, _OSKextOtherVersionIsLoaded, + _OSKextParseVersionCFString, _OSKextParseVersionString, _OSKextReadLoadedKextInfo, + _OSKextRemoveKextPersonalitiesFromKernel, _OSKextRemovePersonalitiesForIdentifierFromKernel, + _OSKextResolveDependencies, _OSKextSendKextPersonalitiesToKernel, + _OSKextSendPersonalitiesOfKextsToKernel, _OSKextSendPersonalitiesToKernel, + _OSKextSetArchitecture, _OSKextSetExecutableSuffix, _OSKextSetLoadAddress, + _OSKextSetLogFilter, _OSKextSetLogOutputFunction, _OSKextSetLoggingEnabled, + _OSKextSetRecordsDiagnostics, _OSKextSetSimulatedSafeBoot, + _OSKextSetTargetString, _OSKextSetUsesCaches, _OSKextStart, + _OSKextStop, _OSKextSupportsArchitecture, _OSKextUnload, _OSKextUnloadKextWithIdentifier, + _OSKextVLog, _OSKextVLogCFString, _OSKextValidate, _OSKextValidateDependencies, + _OSKextVersionGetString, __CFURLCopyAbsolutePath, __IOAVCreateStringOfColorIDs, + __IOAVElementListGetElementIDAtIndex, __IOAVStringAppendIndendationAndFormat, + __IODataQueueDequeue, __IODataQueueEnqueueWithReadCallback, + __IODataQueuePeek, __IODispatchCalloutWithDispatch, __IOHIDArrayAppendSInt64, + __IOHIDCFArrayApplyBlock, __IOHIDCFDictionaryApplyBlock, __IOHIDCFSetApplyBlock, + __IOHIDCallbackApplier, __IOHIDCopyServiceClientInfo, __IOHIDCreateBinaryData, + __IOHIDCreateTimeString, __IOHIDDebugEventAddPerfData, __IOHIDDebugTrace, + __IOHIDDeviceCreatePrivate, __IOHIDDeviceGetIOCFPlugInInterface, + __IOHIDDeviceReleasePrivate, __IOHIDDictionaryAddCStr, __IOHIDDictionaryAddSInt32, + __IOHIDDictionaryAddSInt64, __IOHIDElementCreatePrivate, __IOHIDElementCreateWithElement, + __IOHIDElementCreateWithParentAndData, __IOHIDElementGetCalibrationInfo, + __IOHIDElementGetFlags, __IOHIDElementGetLength, __IOHIDElementGetValue, + __IOHIDElementReleasePrivate, __IOHIDElementSetDevice, __IOHIDElementSetDeviceInterface, + __IOHIDElementSetValue, __IOHIDEventCopyAttachment, __IOHIDEventCreate, + __IOHIDEventEqual, __IOHIDEventGetContext, __IOHIDEventQueueSerializeState, + __IOHIDEventRemoveAttachment, __IOHIDEventSetAttachment, __IOHIDEventSetContext, + __IOHIDEventSystemAddConnection, __IOHIDEventSystemAddService, + __IOHIDEventSystemAddServiceForConnection, __IOHIDEventSystemClientCopyEventForService, + __IOHIDEventSystemClientCopyMatchingEventForService, __IOHIDEventSystemClientCopyPropertiesForService, + __IOHIDEventSystemClientCopyPropertyForService, __IOHIDEventSystemClientDispatchEventFilter, + __IOHIDEventSystemClientDispatchPropertiesChanged, __IOHIDEventSystemClientRegisterClientRecordsChangedBlock, + __IOHIDEventSystemClientRegisterClientRecordsChangedCallback, + __IOHIDEventSystemClientRegisterServiceRecordsChangedBlock, + __IOHIDEventSystemClientRegisterServiceRecordsChangedCallback, + __IOHIDEventSystemClientServiceConformsTo, __IOHIDEventSystemClientSetElementValueForService, + __IOHIDEventSystemClientSetPropertyForService, __IOHIDEventSystemClientUnregisterClientRecordsChangedBlock, + __IOHIDEventSystemClientUnregisterClientRecordsChangedCallback, + __IOHIDEventSystemClientUnregisterServiceRecordsChangedBlock, + __IOHIDEventSystemClientUnregisterServiceRecordsChangedCallback, + __IOHIDEventSystemConnectionAddNotification, __IOHIDEventSystemConnectionAddServices, + __IOHIDEventSystemConnectionContainsService, __IOHIDEventSystemConnectionCopyEventCounts, + __IOHIDEventSystemConnectionCopyEventLog, __IOHIDEventSystemConnectionCopyNotification, + __IOHIDEventSystemConnectionCopyQueue, __IOHIDEventSystemConnectionCopyRecord, + __IOHIDEventSystemConnectionCopyServices, __IOHIDEventSystemConnectionCreate, + __IOHIDEventSystemConnectionCreatePrivate, __IOHIDEventSystemConnectionCreateVirtualService, + __IOHIDEventSystemConnectionDispatchEvent, __IOHIDEventSystemConnectionDispatchEventForVirtualService, + __IOHIDEventSystemConnectionEventFilterCompare, __IOHIDEventSystemConnectionFilterEvent, + __IOHIDEventSystemConnectionGetDispatchQueue, __IOHIDEventSystemConnectionGetEventFilterPriority, + __IOHIDEventSystemConnectionGetPID, __IOHIDEventSystemConnectionGetPort, + __IOHIDEventSystemConnectionGetProperty, __IOHIDEventSystemConnectionGetReplyPort, + __IOHIDEventSystemConnectionGetSystem, __IOHIDEventSystemConnectionInvalidate, + __IOHIDEventSystemConnectionIsResponsive, __IOHIDEventSystemConnectionIsValid, + __IOHIDEventSystemConnectionLogEvent, __IOHIDEventSystemConnectionPropertyChanged, + __IOHIDEventSystemConnectionQueueStart, __IOHIDEventSystemConnectionQueueStop, + __IOHIDEventSystemConnectionRecordClientChanged, __IOHIDEventSystemConnectionRecordServiceChanged, + __IOHIDEventSystemConnectionRegisterDemuxCallback, __IOHIDEventSystemConnectionRegisterEventFilter, + __IOHIDEventSystemConnectionRegisterPropertyChangedNotification, + __IOHIDEventSystemConnectionRegisterRecordClientChanged, __IOHIDEventSystemConnectionRegisterRecordServiceChanged, + __IOHIDEventSystemConnectionRegisterTerminationCallback, __IOHIDEventSystemConnectionReleasePrivate, + __IOHIDEventSystemConnectionRemoveAllServices, __IOHIDEventSystemConnectionRemoveNotification, + __IOHIDEventSystemConnectionRemoveService, __IOHIDEventSystemConnectionRemoveVirtualService, + __IOHIDEventSystemConnectionScheduleAsync, __IOHIDEventSystemConnectionSetProperty, + __IOHIDEventSystemConnectionSetQueue, __IOHIDEventSystemConnectionUnregisterEventFilter, + __IOHIDEventSystemConnectionUnregisterPropertyChangedNotification, + __IOHIDEventSystemConnectionUnregisterRecordClientChanged, + __IOHIDEventSystemConnectionUnregisterRecordServiceChanged, + __IOHIDEventSystemConnectionUnscheduleAsync, __IOHIDEventSystemConnectionVirtualServiceNotify, + __IOHIDEventSystemCopyRecord, __IOHIDEventSystemDispatchEvent, + __IOHIDEventSystemGetPropertyForConnection, __IOHIDEventSystemGetSession, + __IOHIDEventSystemPropertyChanged, __IOHIDEventSystemRegisterEventFilter, + __IOHIDEventSystemRegisterRecordClientChanged, __IOHIDEventSystemRegisterRecordServiceChanged, + __IOHIDEventSystemRemoveConnection, __IOHIDEventSystemRemoveNotificationForConnection, + __IOHIDEventSystemRemoveService, __IOHIDEventSystemRemoveServicesForConnection, + __IOHIDEventSystemSetPropertyForConnection, __IOHIDEventSystemUnregisterEventFilter, + __IOHIDEventSystemUnregisterRecordClientChanged, __IOHIDEventSystemUnregisterRecordServiceChanged, + __IOHIDGetMonotonicTime, __IOHIDGetTimestampDelta, __IOHIDIsSerializable, + __IOHIDLoadBundles, __IOHIDLoadServiceFilterBundles, __IOHIDLoadServicePluginBundles, + __IOHIDLoadSessionFilterBundles, __IOHIDLog, __IOHIDLogCategory, + __IOHIDObjectCreateInstance, __IOHIDObjectExtRetainCount, + __IOHIDObjectIntRetainCount, __IOHIDObjectInternalRelease, + __IOHIDObjectInternalReleaseCallback, __IOHIDObjectInternalRetain, + __IOHIDObjectInternalRetainCallback, __IOHIDObjectRetainCount, + __IOHIDPlugInInstanceCacheAdd, __IOHIDPlugInInstanceCacheClear, + __IOHIDPlugInInstanceCacheIsEmpty, __IOHIDQueueCopyElements, + __IOHIDSerialize, __IOHIDServiceAddConnection, __IOHIDServiceClientCacheProperties, + __IOHIDServiceClientCopyUsageProp, __IOHIDServiceClientCreate, + __IOHIDServiceClientCreatePrivate, __IOHIDServiceClientCreateVirtual, + __IOHIDServiceClientDispatchServiceRemoval, __IOHIDServiceClientRefresh, + __IOHIDServiceClientReleasePrivate, __IOHIDServiceClose, __IOHIDServiceContainsReportInterval, + __IOHIDServiceContainsReportIntervalForClient, __IOHIDServiceCopyConnectionCache, + __IOHIDServiceCopyConnectionIntervals, __IOHIDServiceCopyConnections, + __IOHIDServiceCopyDispatchQueue, __IOHIDServiceCopyEventCounts, + __IOHIDServiceCopyEventLog, __IOHIDServiceCopyFilterDebugInfoForClient, + __IOHIDServiceCopyPropertiesForClient, __IOHIDServiceCopyPropertyForClient, + __IOHIDServiceCopyProperyFromPlugin, __IOHIDServiceCopyServiceInfoForClient, + __IOHIDServiceCopyServiceRecordForClient, __IOHIDServiceCreate, + __IOHIDServiceCreatePrivate, __IOHIDServiceCreateVirtual, + __IOHIDServiceCreateVirtualForConnection, __IOHIDServiceCurrentBatchInterval, + __IOHIDServiceDispatchEvent, __IOHIDServiceGetEventDeadlineForClient, + __IOHIDServiceGetOwner, __IOHIDServiceGetReportInterval, __IOHIDServiceGetReportIntervalForClient, + __IOHIDServiceGetSenderID, __IOHIDServiceHidden, __IOHIDServiceInitVirtual, + __IOHIDServiceIsInactive, __IOHIDServiceIsProtected, __IOHIDServiceOpen, + __IOHIDServiceReleasePrivate, __IOHIDServiceRemoveConnection, + __IOHIDServiceRemovePropertiesForClient, __IOHIDServiceScheduleAsync, + __IOHIDServiceSetBatchIntervalForClient, __IOHIDServiceSetEventCallback, + __IOHIDServiceSetEventDeadlineForClient, __IOHIDServiceSetMiscDebugDebugInfo, + __IOHIDServiceSetPropertyForClient, __IOHIDServiceSetReportIntervalForClient, + __IOHIDServiceSupportReportLatency, __IOHIDServiceTerminate, + __IOHIDServiceUnscheduleAsync, __IOHIDSessionCreateActivityNotification, + __IOHIDSessionCreatePrivate, __IOHIDSessionDispatchEvent, + __IOHIDSessionGetPropertyForClient, __IOHIDSessionReleasePrivate, + __IOHIDSessionSetPropertyForClient, __IOHIDSetFixedMouseLocation, + __IOHIDSimpleQueueApplyBlock, __IOHIDSimpleQueueCreate, __IOHIDSimpleQueueDequeue, + __IOHIDSimpleQueueEnqueue, __IOHIDSimpleQueuePeek, __IOHIDStringAppendIndendationAndFormat, + __IOHIDUnserializeAndVMDealloc, __IOHIDUnserializeAndVMDeallocWithTypeID, + __IOHIDValueCopyToElementValueHeader, __IOHIDValueCopyToElementValuePtr, + __IOHIDValueCreateWithElementValuePtr, __IOHIDValueCreateWithStruct, + __IOHIDValueCreateWithValue, __IOHIDValueGetFlags, __IOHIDVirtuaServiceClientGetEventSystemClient, + __IOHIDVirtualServiceClientCopyEvent, __IOHIDVirtualServiceClientCopyMatchingEvent, + __IOHIDVirtualServiceClientCopyProperty, __IOHIDVirtualServiceClientNotification, + __IOHIDVirtualServiceClientSetOputputEvent, __IOHIDVirtualServiceClientSetProperty, + __IOObjectCFRelease, __IOObjectCFRetain, __IOObjectConformsTo, + __IOObjectCopyClass, __IOObjectGetClass, __IOReadBytesFromFile, + __IOServiceGetAuthorizationID, __IOServiceSetAuthorizationID, + __IOUSBDeviceDescriptionGetInfo, __IOWriteBytesToFile, __OSKextBasicFilesystemAuthentication, + __OSKextCopyKernelRequests, __OSKextCreateFolderForCacheURL, + __OSKextIdentifierHasApplePrefix, __OSKextReadCache, __OSKextReadFromIdentifierCacheForFolder, + __OSKextSendResource, __OSKextSetAuthenticationFunction, __OSKextSetLoadAuditFunction, + __OSKextSetPersonalityPatcherFunction, __OSKextSetStrictAuthentication, + __OSKextSetStrictRecordingByLastOpened, __OSKextWriteCache, + __OSKextWriteIdentifierCacheForKextsInDirectory, ___ConnectionFunctionPickBatchInterval, + ___CopyRecordForCientFunction, ___FunctionApplierForParameters, + ___GDBIOHIDEventSystemDump, ___IOAVClassMatching, ___IOAVCopyFirstMatchingIOAVObjectOfType, + ___IOAVLogHandleDefault, ___IOAVLogHandleEvent, ___IODataQueueDequeue, + ___IODataQueuePeek, ___IOHIDApplyPropertiesToDeviceFromDictionary, + ___IOHIDApplyPropertyToDeviceSet, ___IOHIDDeviceGetRootKey, + ___IOHIDDeviceGetUUIDKey, ___IOHIDDeviceGetUUIDString, ___IOHIDDeviceLoadProperties, + ___IOHIDDeviceSaveProperties, ___IOHIDElementGetRootKey, ___IOHIDElementLoadProperties, + ___IOHIDElementSaveProperties, ___IOHIDEventSystemClientFinalizeStateHandler, + ___IOHIDEventSystemClientInitReplyPort, ___IOHIDEventSystemClientRefresh, + ___IOHIDEventSystemClientRefreshServiceCallback, ___IOHIDEventSystemClientServiceReplaceCallback, + ___IOHIDEventSystemConnectionActivityNotification, ___IOHIDEventSystemConnectionUpdateActivityState, + ___IOHIDEventSystem_debug, ___IOHIDLoadElementSet, ___IOHIDManagerGetRootKey, + ___IOHIDManagerLoadProperties, ___IOHIDManagerRegister, ___IOHIDManagerSaveProperties, + ___IOHIDNotificationIntFinalize, ___IOHIDNotificationInvalidateCompletion, + ___IOHIDNotificationRegister, ___IOHIDPlugInInstanceCacheApplier, + ___IOHIDPropertyLoadDictionaryFromKey, ___IOHIDPropertyLoadFromKeyWithSpecialKeys, + ___IOHIDPropertySaveToKeyWithSpecialKeys, ___IOHIDPropertySaveWithContext, + ___IOHIDQueueRegister, ___IOHIDSaveDeviceSet, ___IOHIDSaveElementSet, + ___IOHIDServiceClientCopyDebugDescription, ___IOHIDServiceCompleteInProgressEvents, + ___IOHIDServiceCreateAndCopyConnectionCache, ___IOHIDServiceCreateVirtualNoInit, + ___IOHIDServiceHandleCancelTimerTimeout, ___IOHIDServicePassiveMatchToFilterPlugin, + ___IOHIDServicePickBatchInterval, ___IOHIDSessionActivityNotificationRelease, + ___IOHIDSystemEnumerationQueueDidExecute, ___IOHIDSystemEnumerationQueueWillExecute, + ___IOHIDTransactionRegister, ___IOHIDUserDeviceFinalizeStateHandler, + ___IOHIDUserDeviceSerializeState, ___IOHIDUserDeviceStateHandler, + ___IOHIDValueRegister, ___IOUSBDeviceDescriptionRegister, + ___NotificationApplier, ___OSKextBundleIDCompare, ___OSKextCacheNeedsUpdate, + ___OSKextCheckURL, ___OSKextClearHasAllDependenciesOnKext, + ___OSKextCompareIdentifiers, ___OSKextCopyExecutableRelativePath, + ___OSKextCreateCacheFileURL, ___OSKextCreateCompositeKey, + ___OSKextCreateFromIdentifierCacheDict, ___OSKextCreateIdentifierCacheDict, + ___OSKextCreateKextRequest, ___OSKextDeallocateMmapBuffer, + ___OSKextGetBleedthroughFlag, ___OSKextLogDependencyGraphApplierFunction, + ___OSKextLogKernelMessages, ___OSKextMapExecutable, ___OSKextProcessKextRequestResults, + ___OSKextReadRegistryNumberProperty, ___OSKextRealize, ___OSKextRealizeKextsWithIdentifier, + ___OSKextRemoveIdentifierCacheForKext, ___OSKextRemovePersonalities, + ___OSKextSendKextRequest, ___OSKextSetLoadAddress, ___OSKextStatURL, + ___OSKextStatURLsOrURL, ___OSKextURLIsSystemFolder, ___OSKextUUIDCallback, + ___OSKextUnload, ___RegisterServiceWithSessionFunction, ___SetNumPropertyForService, + ___VirtualServiceNotifier, ___VirtualServicesApplier, ___absPathOnVolume, + ___hid_dispatch_queue_context_destructor, ___kOSKextDiagnosticsFlagAllImplemented, + ___sOSKextDefaultLogFunction, ___sOSKextLogOutputFunction, + ___uuid_callback, __copySleepPreventersList, __getPSDispatchQueue, + __io_hideventsystem_clear_service_cache, __io_hideventsystem_copy_event_for_service, + __io_hideventsystem_copy_matching_event_for_service, __io_hideventsystem_copy_matching_services, + __io_hideventsystem_copy_properties_for_service, __io_hideventsystem_copy_property, + __io_hideventsystem_copy_property_for_service, __io_hideventsystem_create_virtual_service, + __io_hideventsystem_dispatch_event, __io_hideventsystem_dispatch_event_for_virtual_service, + __io_hideventsystem_open, __io_hideventsystem_queue_create, + __io_hideventsystem_queue_start, __io_hideventsystem_queue_stop, + __io_hideventsystem_register_event_filter, __io_hideventsystem_register_property_changed_notification, + __io_hideventsystem_register_record_client_changed_notification, + __io_hideventsystem_register_record_service_changed_notification, + __io_hideventsystem_release_notification, __io_hideventsystem_remove_virtual_service, + __io_hideventsystem_service_conforms_to, __io_hideventsystem_set_element_value_for_service, + __io_hideventsystem_set_properties, __io_hideventsystem_set_properties_for_service, + __io_hideventsystem_unregister_event_filter, __io_hideventsystem_unregister_property_changed_notification, + __io_hideventsystem_unregister_record_client_changed_notification, + __io_hideventsystem_unregister_record_service_changed_notification, + __io_kSCCompAnyRegex, __io_kSCDynamicStoreDomainState, __iohideventsystem_client_dispatch_client_records_changed, + __iohideventsystem_client_dispatch_event_filter, __iohideventsystem_client_dispatch_notification_results, + __iohideventsystem_client_dispatch_properties_changed, __iohideventsystem_client_dispatch_service_records_changed, + __iohideventsystem_client_dispatch_service_removal, __iohideventsystem_client_dispatch_virtual_service_copy_property, + __iohideventsystem_client_dispatch_virtual_service_notification, + __iohideventsystem_client_dispatch_virtual_service_set_property, + __iohideventsystem_client_subsystem, __iohideventsystem_copy_event_from_virtual_service, + __iohideventsystem_copy_matching_event_from_virtual_service, + __iohideventsystem_output_event_to_virtual_service, __iohideventsystem_subsystem, + __isArray, __isDictionary, __isString, __pm_connect, __pm_disconnect, + __servicePropertyCacheKeys, __servicePropertyCacheKeysCount, + __systemPowerCallback, _comparePrefsToDefaults, _copyPreferencesForSrc, + _createAsyncAssertion, _createCFStringForData, _createCFStringForPlist_new, + _createUTF8CStringForCFString, _decodeIOPMUserIsActive, _defaultPropertyKeyValue, + _defaultSettings, _ev_try_lock, _ev_unlock, _fat_iterator_close, + _fat_iterator_file_end, _fat_iterator_file_start, _fat_iterator_find_arch, + _fat_iterator_find_fat_arch, _fat_iterator_find_host_arch, + _fat_iterator_for_data, _fat_iterator_is_iterable, _fat_iterator_next_arch, + _fat_iterator_num_arches, _fat_iterator_open, _fat_iterator_reset, + _gAsyncMode, _gIOCFPlugInInterfaceID, _gIOHIDDebugConfig, + _gIOKitLibSerializeOptions, _gIOKitLibServerVersion, _gIOPMUserIsActive, + _getEffectivePageSize, _getGenericPrefsPath, _getHostPrefsPath, + _getMonotonicTime, _getPMQueue, _getUserActiveValidDict, _hid_dispatch_pthread_root_queue_create, + _hid_dispatch_queue_create, _hid_dispatch_queue_create_with_context_destructor, + _hid_dispatch_queue_release, _hid_pthread_attr_init, _hid_workloop_create, + _initialSetup, _io_hideventsystem_clear_service_cache, _io_hideventsystem_copy_event_for_service, + _io_hideventsystem_copy_matching_event_for_service, _io_hideventsystem_copy_matching_services, + _io_hideventsystem_copy_properties_for_service, _io_hideventsystem_copy_property, + _io_hideventsystem_copy_property_for_service, _io_hideventsystem_create_virtual_service, + _io_hideventsystem_dispatch_event, _io_hideventsystem_dispatch_event_for_virtual_service, + _io_hideventsystem_open, _io_hideventsystem_queue_create, + _io_hideventsystem_queue_start, _io_hideventsystem_queue_stop, + _io_hideventsystem_register_event_filter, _io_hideventsystem_register_property_changed_notification, + _io_hideventsystem_register_record_client_changed_notification, + _io_hideventsystem_register_record_service_changed_notification, + _io_hideventsystem_release_notification, _io_hideventsystem_remove_virtual_service, + _io_hideventsystem_service_conforms_to, _io_hideventsystem_set_element_value_for_service, + _io_hideventsystem_set_properties, _io_hideventsystem_set_properties_for_service, + _io_hideventsystem_unregister_event_filter, _io_hideventsystem_unregister_property_changed_notification, + _io_hideventsystem_unregister_record_client_changed_notification, + _io_hideventsystem_unregister_record_service_changed_notification, + _io_pm_assertion_activity_aggregate, _io_pm_assertion_activity_log, + _io_pm_assertion_copy_details, _io_pm_assertion_create, _io_pm_assertion_notify, + _io_pm_assertion_retain_release, _io_pm_assertion_set_properties, + _io_pm_cancel_repeat_events, _io_pm_change_sa_assertion_behavior, + _io_pm_connection_acknowledge_event, _io_pm_connection_create, + _io_pm_connection_release, _io_pm_connection_schedule_notification, + _io_pm_ctl_assertion_type, _io_pm_declare_network_client_active, + _io_pm_declare_system_active, _io_pm_declare_user_active, + _io_pm_force_active_settings, _io_pm_get_capability_bits, + _io_pm_get_uuid, _io_pm_get_value_int, _io_pm_hid_event_copy_history, + _io_pm_hid_event_report_activity, _io_pm_last_wake_time, _io_pm_schedule_power_event, + _io_pm_schedule_repeat_event, _io_pm_set_bt_wake_interval, + _io_pm_set_debug_flags, _io_pm_set_dw_linger_interval, _io_pm_set_exception_limits, + _io_pm_set_sleepservice_wake_time_cap, _io_pm_set_value_int, + _io_ps_copy_powersources_info, _io_ps_new_pspowersource, _io_ps_release_pspowersource, + _io_ps_update_pspowersource, _iohideventsystem_client_dispatch_client_records_changed, + _iohideventsystem_client_dispatch_event_filter, _iohideventsystem_client_dispatch_notification_results, + _iohideventsystem_client_dispatch_properties_changed, _iohideventsystem_client_dispatch_service_records_changed, + _iohideventsystem_client_dispatch_service_removal, _iohideventsystem_client_dispatch_virtual_service_copy_property, + _iohideventsystem_client_dispatch_virtual_service_notification, + _iohideventsystem_client_dispatch_virtual_service_set_property, + _iohideventsystem_client_server, _iohideventsystem_client_server_routine, + _iohideventsystem_copy_event_from_virtual_service, _iohideventsystem_copy_matching_event_from_virtual_service, + _iohideventsystem_output_event_to_virtual_service, _iohideventsystem_server, + _iohideventsystem_server_routine, _iokit_user_client_trap, + _isA_GenericPref, _isCrossLinking, _kIOAVCPCapabilitiesAll, + _kIOAVCPCapabilitiesNone, _kIOAVCPConfigDefault, _kIOAVContentProtectionHDCP1, + _kIOAVContentProtectionHDCP2, _kIOAVContentProtectionNone, + _kIOAVDSCCapabilitiesNone, _kIOAVDSCParametersNone, _kIOEthernetHardwareAddress, + _kIOHIDEventAttachmentSender, _kIOHIDEventSystemConnectionDispatchFilterWaitTimeoutMS, + _kIOHIDFilterPluginArrayCallBacks, _kIOHIDServerConnectionRootQueue, + _kIOHIDServiceCapsLockLEDKey, _kIOHIDServiceCapsLockLEDKey_Auto, + _kIOHIDServiceCapsLockLEDKey_Inhibit, _kIOHIDServiceCapsLockLEDKey_Off, + _kIOHIDServiceCapsLockLEDKey_On, _kIOHIDServiceEnumerationWorkloop, + _kIOHIDServiceHiddenKey, _kIOHIDServiceInterruptWorkloop, + _kIOMasterPortDefault, _kIOUserEthernetInterfaceMergeProperties, + _kIOUserEthernetInterfaceRole, _kOSKextDependencyCircularReference, + _kOSKextDependencyCompatibleVersionUndeclared, _kOSKextDependencyInauthentic, + _kOSKextDependencyIndirectDependencyUnresolvable, _kOSKextDependencyIneligibleInSafeBoot, + _kOSKextDependencyInvalid, _kOSKextDependencyLoadedCompatibleVersionUndeclared, + _kOSKextDependencyLoadedIsIncompatible, _kOSKextDependencyMultipleVersionsDetected, + _kOSKextDependencyNoCompatibleVersion, _kOSKextDependencyRawAndComponentKernel, + _kOSKextDependencyUnavailable, _kOSKextDiagnosticBadPropertyListXMLKey, + _kOSKextDiagnosticBadSystemPropertyKey, _kOSKextDiagnosticBundleIdentifierMismatchKey, + _kOSKextDiagnosticBundleVersionMismatchKey, _kOSKextDiagnosticCodelessWithLibrariesKey, + _kOSKextDiagnosticCompatibleVersionLaterThanVersionKey, _kOSKextDiagnosticDeclaresBothKernelAndKPIDependenciesKey, + _kOSKextDiagnosticDeclaresNoKPIsWarningKey, _kOSKextDiagnosticDeclaresNonKPIDependenciesKey, + _kOSKextDiagnosticDeprecatedPropertyKey, _kOSKextDiagnosticExecutableArchNotFoundKey, + _kOSKextDiagnosticExecutableBadKey, _kOSKextDiagnosticExecutableMissingKey, + _kOSKextDiagnosticFileAccessKey, _kOSKextDiagnosticFileNotFoundKey, + _kOSKextDiagnosticIdentifierOrVersionTooLongKey, _kOSKextDiagnosticIneligibleInSafeBoot, + _kOSKextDiagnosticInfoKeyIneligibleForDriverKit, _kOSKextDiagnosticInvalidSymlinkKey, + _kOSKextDiagnosticKernelComponentNotInterfaceKey, _kOSKextDiagnosticKextIneligibleForDriverKit, + _kOSKextDiagnosticMissingDesignatedKernelClass, _kOSKextDiagnosticMissingPropertyKey, + _kOSKextDiagnosticNoExplicitKernelDependencyKey, _kOSKextDiagnosticNoFileKey, + _kOSKextDiagnosticNonAppleKextDeclaresPrivateKPIDependencyKey, + _kOSKextDiagnosticNonuniqueIOResourcesMatchKey, _kOSKextDiagnosticNotABundleKey, + _kOSKextDiagnosticNotSignedKey, _kOSKextDiagnosticOSBundleRequiredValueIneligibleForDriverKit, + _kOSKextDiagnosticOwnerPermissionKey, _kOSKextDiagnosticPersonalityHasDifferentBundleIdentifierKey, + _kOSKextDiagnosticPersonalityHasNoBundleIdentifierKey, _kOSKextDiagnosticPersonalityNamesKextWithNoExecutableKey, + _kOSKextDiagnosticPersonalityNamesNonloadableKextKey, _kOSKextDiagnosticPersonalityNamesUnknownKextKey, + _kOSKextDiagnosticPropertyIsIllegalTypeKey, _kOSKextDiagnosticPropertyIsIllegalValueKey, + _kOSKextDiagnosticRawKernelDependency, _kOSKextDiagnosticSharedExecutableAndExecutableKey, + _kOSKextDiagnosticSharedExecutableKextMissingKey, _kOSKextDiagnosticStatFailureKey, + _kOSKextDiagnosticSymlinkKey, _kOSKextDiagnosticThirdPartiesIneligibleForDriverKitOSBundleRequired, + _kOSKextDiagnosticTypeWarningKey, _kOSKextDiagnosticURLConversionKey, + _kOSKextDiagnosticUserExecutableAndExecutableKey, _kOSKextDiagnosticsAuthenticationKey, + _kOSKextDiagnosticsBootLevelKey, _kOSKextDiagnosticsDependenciesKey, + _kOSKextDiagnosticsDependencyNotOSBundleRequired, _kOSKextDiagnosticsInterfaceDependencyCount, + _kOSKextDiagnosticsValidationKey, _kOSKextDiagnosticsWarningsKey, + _kOSKextLoadNotification, _kOSKextUnloadNotification, _macho_find_dysymtab, + _macho_find_section_numbered, _macho_find_source_version, + _macho_find_symbol, _macho_find_symtab, _macho_find_uuid, + _macho_get_section_by_name, _macho_get_section_by_name_64, + _macho_get_segment_by_name, _macho_get_segment_by_name_64, + _macho_remove_linkedit, _macho_scan_load_commands, _macho_swap, + _macho_trim_linkedit, _macho_unswap, _offloadAssertions, _previouslySerialized, + _printPList_new, _processAssertionTimeout, _processCheckAssertionsMsg, + _processRemoteMsg, _processUserActivityMsg, _recordObjectInIDRefDictionary, + _releaseAsyncAssertion, _roundPageCrossSafe, _roundPageCrossSafeFixedWidth, + _sendAsyncAssertionMsg, _sendAsyncReleaseMsg, _sendUserActivityMsg, + _setAsyncAssertionProperties, _setCrossLinkPageSize, _setDispatchQueue, + _setPreferencesForSrc, _showPList_new ] + objc-classes: [ HIDConnection, HIDDevice, HIDElement, HIDEvent, HIDEventService, + HIDServiceClient, HIDSession ] + objc-ivars: [ HIDConnection._connection, HIDDevice._device, HIDElement._element, + HIDEvent._event, HIDEventService._service, HIDServiceClient._client, + HIDSession._session ] +... diff --git a/libraries/SpringBoardServices.tbd b/libraries/SpringBoardServices.tbd new file mode 100644 index 0000000..b3982c1 --- /dev/null +++ b/libraries/SpringBoardServices.tbd @@ -0,0 +1,1082 @@ +--- !tapi-tbd-v3 +archs: [ armv7, armv7s, arm64, arm64e ] +platform: ios +flags: [ flat_namespace ] +install-name: /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices +current-version: 1 +compatibility-version: 1 +objc-constraint: retain_release +exports: + - archs: [ armv7, armv7s, arm64, arm64e ] + symbols: [ _NSStringFromAnalyticsEventType, + _NSStringFromAnalyticsQueryName, + _NSStringFromSBIdleTimerConfigSettingPrecedence, + _NSStringFromSBSHardwareButtonEventPriority, + _NSStringFromSBSHardwareButtonHapticType, + _NSStringFromSBSHardwareButtonKind, + _NSStringFromSBSHardwareButtonToggleState, + _NSStringFromSBSRemoteContentDismissType, + _SBActivateAssistantWithContext, + _SBAddAlertItemsSuppressionAssertion, + _SBAddBiometricAssertion, + _SBAddDownloadingIconForDisplayIdentifier, + _SBAddWallpaperAnimationSuspensionAssertion, + _SBAddWebClipToHomeScreen, + _SBAppSwitcherServiceRegister, + _SBApplicationDisplayIdentifiers, + _SBApplicationMostElevatedStateForProcessIDKey, + _SBApplicationNotificationStateChanged, + _SBApplicationStateBeginGeneratingChangeNotifications, + _SBApplicationStateDisplayIDKey, + _SBApplicationStateEndGeneratingChangeNotifications, + _SBApplicationStateGetDescription, + _SBApplicationStateKey, + _SBApplicationStateProcessIDKey, + _SBApplicationStateRunningReasonAssertionIdentifierKey, + _SBApplicationStateRunningReasonAssertionReasonKey, + _SBApplicationStateRunningReasonsKey, + _SBAuthLoggingSubsystem, _SBAutoLockTimerCategoryKey, + _SBAutoLockTimerFiredNotification, + _SBBiometricLoggingSubsystem, + _SBBundlePathForDisplayIdentifier, + _SBCardItemsControllerClientInterface, + _SBCardItemsControllerServerInterface, + _SBClearWallpaperAsset, + _SBDashBoardChargingAssertionIdentifier, + _SBDashBoardNowPlayingAssertionIdentifier, + _SBDashBoardSleepAssertionIdentifier, _SBDataReset, + _SBDeactivateReachability, _SBDimScreen, + _SBDismissSheetView, _SBDisplayIdentifierForPID, + _SBDisplayIdentifiersForPID, + _SBDisplayLayoutBacklightTransitionReasonACPowerChange, + _SBDisplayLayoutBacklightTransitionReasonAlert, + _SBDisplayLayoutBacklightTransitionReasonBoot, + _SBDisplayLayoutBacklightTransitionReasonCameraButton, + _SBDisplayLayoutBacklightTransitionReasonCar, + _SBDisplayLayoutBacklightTransitionReasonChargingAccessoryChange, + _SBDisplayLayoutBacklightTransitionReasonCoverSheet, + _SBDisplayLayoutBacklightTransitionReasonExternalAppRequest, + _SBDisplayLayoutBacklightTransitionReasonExternalRequest, + _SBDisplayLayoutBacklightTransitionReasonHomeButton, + _SBDisplayLayoutBacklightTransitionReasonIdleTimer, + _SBDisplayLayoutBacklightTransitionReasonKeyboard, + _SBDisplayLayoutBacklightTransitionReasonLanguageChange, + _SBDisplayLayoutBacklightTransitionReasonLiftToWake, + _SBDisplayLayoutBacklightTransitionReasonLockButton, + _SBDisplayLayoutBacklightTransitionReasonLogout, + _SBDisplayLayoutBacklightTransitionReasonMouseButton, + _SBDisplayLayoutBacklightTransitionReasonNotification, + _SBDisplayLayoutBacklightTransitionReasonNotificationCenter, + _SBDisplayLayoutBacklightTransitionReasonOtherButton, + _SBDisplayLayoutBacklightTransitionReasonPlugin, + _SBDisplayLayoutBacklightTransitionReasonPocketState, + _SBDisplayLayoutBacklightTransitionReasonPowerDownDismiss, + _SBDisplayLayoutBacklightTransitionReasonPrefix, + _SBDisplayLayoutBacklightTransitionReasonProgrammatic, + _SBDisplayLayoutBacklightTransitionReasonProx, + _SBDisplayLayoutBacklightTransitionReasonRestoring, + _SBDisplayLayoutBacklightTransitionReasonSOSDismiss, + _SBDisplayLayoutBacklightTransitionReasonSiri, + _SBDisplayLayoutBacklightTransitionReasonSmartCover, + _SBDisplayLayoutBacklightTransitionReasonSpringBoardRequest, + _SBDisplayLayoutBacklightTransitionReasonTouch, + _SBDisplayLayoutBacklightTransitionReasonUnknownUserEvent, + _SBDisplayLayoutBacklightTransitionReasonVolumeButton, + _SBDisplayLayoutTransitionReasonAccessibility, + _SBDisplayLayoutTransitionReasonAppLibraryCategory, + _SBDisplayLayoutTransitionReasonAppLibraryCategoryExpanded, + _SBDisplayLayoutTransitionReasonAppLibraryCategoryRecents, + _SBDisplayLayoutTransitionReasonAppLibraryCategorySuggested, + _SBDisplayLayoutTransitionReasonAppLibrarySearch, + _SBDisplayLayoutTransitionReasonAppSwitcher, + _SBDisplayLayoutTransitionReasonBannerUnfurl, + _SBDisplayLayoutTransitionReasonBreadcrumb, + _SBDisplayLayoutTransitionReasonCommandTab, + _SBDisplayLayoutTransitionReasonControlCenter, + _SBDisplayLayoutTransitionReasonDestroySceneAction, + _SBDisplayLayoutTransitionReasonExternalRequest, + _SBDisplayLayoutTransitionReasonFloatingApplication, + _SBDisplayLayoutTransitionReasonFloatingDock, + _SBDisplayLayoutTransitionReasonFloatingDockAppSuggestion, + _SBDisplayLayoutTransitionReasonFloatingDockRecents, + _SBDisplayLayoutTransitionReasonHomeScreen, + _SBDisplayLayoutTransitionReasonInlineAppExpose, + _SBDisplayLayoutTransitionReasonLockScreen, + _SBDisplayLayoutTransitionReasonNotification, + _SBDisplayLayoutTransitionReasonNotificationCenter, + _SBDisplayLayoutTransitionReasonPrefix, + _SBDisplayLayoutTransitionReasonRequestSceneAction, + _SBDisplayLayoutTransitionReasonSideAppSwitcher, + _SBDisplayLayoutTransitionReasonSiri, + _SBDisplayLayoutTransitionReasonSpotlight, + _SBDisplayLayoutTransitionReasonSystemGesture, + _SBDisplayLayoutTransitionReasonWidget, + _SBDisplayMetrics, _SBEnableLockScreenBundle, + _SBFlashColor, + _SBFrontmostApplicationDisplayIdentifier, + _SBGetApplicationNetworkFlags, + _SBGetBatteryAwakeTime, + _SBGetBatteryUsageTimesInSeconds, + _SBGetCurrentBacklightFactor, + _SBGetDisplayIdentifiers, + _SBGetDisplayIdentifiersForExternalAccessoryProtocols, + _SBGetFlattenedIconState, + _SBGetHomeScreenIconMetrics, _SBGetIconPNGData, + _SBGetIconState, _SBGetInterfaceOrientation, + _SBGetIsAlive, _SBGetMediaVolume, + _SBGetNowPlayingAppBundleIdentifier, + _SBGetPendingIconState, _SBGetRecentSleepsWakes, + _SBGetScheduledPowerEvents, _SBGetScreenLockStatus, + _SBGetWallpaperLegibilitySettings, + _SBGetWallpaperOptions, _SBGetWallpaperPreview, + _SBGetWallpaperPreviewSurface, + _SBInterruptKeybagRefetch, _SBIsReachabilityEnabled, + _SBIsSystemApplication, + _SBLocalizedApplicationNameForDisplayIdentifier, + _SBLockDevice, _SBLockDeviceAndFeatures, + _SBLogAccessibilityWindowHosting, _SBLogAnalytics, + _SBLogAppQuitMonitor, _SBLogAppShortcuts, + _SBLogAuthenticationAssertions, + _SBLogAuthenticationController, + _SBLogAuthenticationKeybag, + _SBLogAuthenticationModel, + _SBLogAuthenticationRequests, _SBLogAutoLaunching, + _SBLogBanners, _SBLogBiometricResource, + _SBLogCFUserNotifications, _SBLogChargingCenter, + _SBLogCommon, _SBLogCoverSheet, _SBLogDashBoard, + _SBLogDashBoardCallToActionLabel, + _SBLogDashBoardHostedAppViewController, + _SBLogDashBoardScrollGestures, + _SBLogDashBoardTelemetrySignposts, + _SBLogDoNotDisturbBedtime, + _SBLogDoNotDisturbWhileDriving, _SBLogDockRecents, + _SBLogIconDragging, _SBLogIdleTimer, + _SBLogInCallPresentation, _SBLogLiquidDetection, + _SBLogLockScreenBiometricCoordinator, + _SBLogLockScreenBiometricFaceIDCoaching, + _SBLogLockScreenBiometricWalletPreArm, + _SBLogLockScreenMesaHomeButtonPasscodeRecognizer, + _SBLogLockScreenMesaHomeButtonSuppressAfterUnlockRecognizer, + _SBLogLockScreenMesaUnlockBehaviors, + _SBLogLockScreenMesaWalletPreArm, + _SBLogLockScreenNowPlaying, + _SBLogMedusaDropDestination, _SBLogMotionAlarm, + _SBLogMotionGesture, _SBLogPhoneUnlockWithWatch, + _SBLogPiP, _SBLogRootController, _SBLogScreenWake, + _SBLogStatusBarish, _SBLogTransientOverlay, + _SBLogWallet, _SBLogWallpaper, _SBLogWebClip, + _SBLogWidgets, _SBLoggingSubsystem, + _SBMigGetFunctionForSymbol, _SBOverrideDisplayedDate, + _SBPresentPowerDownUI, _SBPresentSheetView, + _SBProgrammaticSwitchAppGestureMoveToLeft, + _SBProgrammaticSwitchAppGestureMoveToRight, + _SBReboot, _SBRegisterRemoteView, + _SBReloadIconForIdentifier, + _SBRemoveWebClipFromHomeScreen, + _SBSAccessoryUIDismissDuration, + _SBSAcquireBiometricUnlockSuppressionAssertion, + _SBSActivateAssistant, + _SBSActivateAssistantWithContext, + _SBSAlertItemsSuppressionAssertionCreate, + _SBSAlertItemsSuppressionAssertionGetTypeID, + _SBSAppDragPrivateTypeIdentifier, + _SBSAppLaunchOriginSpotlight, + _SBSAppSwitcherQuitAppNotification, + _SBSAppSwitcherServiceMessageKeyBundleIdentifier, + _SBSAppSwitcherServiceMessageKeyPort, + _SBSAppSwitcherServiceMessageKeySuccessResult, + _SBSAppSwitcherServiceRegister, + _SBSAppSwitcherServiceRegistrationGetBundleID, + _SBSAppSwitcherServiceRegistrationGetIsValid, + _SBSAppSwitcherServiceRegistrationGetTypeID, + _SBSAppSwitcherServiceRegistrationGetViewControllerClassName, + _SBSApplicationCanBeLaunched, + _SBSApplicationLaunchFromURLOptionUnlockDeviceKey, + _SBSApplicationLaunchOptionAppLinkOpenStrategyChangedKey, + _SBSApplicationLaunchOptionBreadcrumbBundleIdKey, + _SBSApplicationLaunchOptionBrowserActivationWithNoURLKey, + _SBSApplicationLaunchOptionBrowserReuseTabKey, + _SBSApplicationLaunchOptionLaunchInClassicModeKey, + _SBSApplicationLaunchOptionLaunchSuspendedKey, + _SBSApplicationLaunchOptionPromptUnlockKey, + _SBSApplicationLaunchOptionRevealIconKey, + _SBSApplicationLaunchOptionUnlockDeviceKey, + _SBSApplicationLaunchOptionUpdateAppLinkOpenStrategyKey, + _SBSApplicationLaunchingErrorString, + _SBSApplicationMultiwindowServiceTriggerShowAllWindowsEntitlement, + _SBSApplicationServiceIdentifier, + _SBSApplicationShortcutCustomImageIconDataTypeKey, + _SBSApplicationShortcutCustomImageIconImageDataKey, + _SBSApplicationShortcutCustomImageIconIsTemplateKey, + _SBSApplicationShortcutItemActivationModeForString, + _SBSApplicationShortcutServiceCustomImageEntitlement, + _SBSApplicationShortcutServiceFullAccessEntitlement, + _SBSApplicationShortcutSystemIconTypeForString, + _SBSApplicationTerminationAssertionCreate, + _SBSApplicationTerminationAssertionCreateWithError, + _SBSApplicationTerminationAssertionErrorString, + _SBSApplicationTerminationAssertionGetDisplayIdentifier, + _SBSApplicationTerminationAssertionGetIsValid, + _SBSApplicationTerminationAssertionGetTypeID, + _SBSApplicationTerminationAssertionInvalidate, + _SBSAssistantActivationContextBundleIDKey, + _SBSBacklightChangeSourceForDisplayLayoutTransitionReason, + _SBSBatteryUIDismissDuration, + _SBSBiometricsServiceUnlockSuppressionAssertionEntitlement, + _SBSCleanupClientEntitlementEnforcementPort, + _SBSConvertOpenApplicationSBSKeysToFBSKeysIfNecessary, + _SBSCopyApplicationDisplayIdentifiers, + _SBSCopyBundleInfoValueForKeyAndProcessID, + _SBSCopyBundlePathForDisplayIdentifier, + _SBSCopyDisplayIdentifierForProcessID, + _SBSCopyDisplayIdentifiers, + _SBSCopyDisplayIdentifiersForExternalAccessoryProtocol, + _SBSCopyDisplayIdentifiersForProcessID, + _SBSCopyExecutablePathForDisplayIdentifier, + _SBSCopyFrontmostApplicationDisplayIdentifier, + _SBSCopyIconImagePNGDataForDisplayIdentifier, + _SBSCopyIconImagePathForDisplayIdentifier, + _SBSCopyInfoForApplicationWithProcessID, + _SBSCopyLocalizedApplicationNameForDisplayIdentifier, + _SBSCopyNowPlayingAppBundleIdentifier, + _SBSCreateClientEntitlementEnforcementPort, + _SBSCreateExternalDisplayLayoutServiceEndpoint, + _SBSCreateOpenApplicationService, + _SBSCreateOpenApplicationServiceEndpoint, + _SBSDisplayLayoutBacklightTransitionReasonForBacklightChangeSource, + _SBSDisplayLayoutElementAppLibraryIdentifier, + _SBSDisplayLayoutElementAppLibraryOpenPodIdentifier, + _SBSDisplayLayoutElementAppLibraryWidgetEditingIdentifier, + _SBSDisplayLayoutElementAppSwitcherIdentifier, + _SBSDisplayLayoutElementCarPlayOEMIdentifier, + _SBSDisplayLayoutElementCarTemplateMapsIdentifier, + _SBSDisplayLayoutElementFloatingDockIdentifier, + _SBSDisplayLayoutElementHomeScreenIdentifier, + _SBSDisplayLayoutElementHomeScreenOpenFolderIdentifier, + _SBSDisplayLayoutElementLockScreenNavigationIdentifier, + _SBSDisplayLayoutElementLoginIdentifier, + _SBSDisplayLayoutElementNowPlayingIdentifier, + _SBSDisplayLayoutElementPasscodeIdentifier, + _SBSDisplayLayoutElementSideSwitcherIdentifier, + _SBSDisplayLayoutElementSpotlightFullscreenOverlayIdentifier, + _SBSDisplayLayoutElementSpotlightIdentifier, + _SBSDisplayLayoutElementTodayViewIdentifier, + _SBSDisplayLayoutRoleDescription, + _SBSDisplayLayoutRoleIsDefined, + _SBSDisplayLayoutTransitionReasonForSourceApplication, + _SBSDisplayLayoutTransitionSourceApplicationFromReason, + _SBSEventObserverEventContinuityUIBecameVisible, + _SBSEventObserverEventContinuityUIWasObscured, + _SBSEventObserverEventDimmed, + _SBSEventObserverEventRemoteAlertActivated, + _SBSEventObserverEventRemoteAlertDeactivated, + _SBSEventObserverEventSignificantTimeChange, + _SBSEventObserverEventUndimmed, + _SBSEventObserverEventUnlocked, + _SBSEventObserverGetValueForState, + _SBSEventObserverInitialize, + _SBSEventObserverStartObservingEvent, + _SBSEventObserverStateContinuityUIIsVisible, + _SBSEventObserverStateDimmedForLock, + _SBSEventObserverStopObservingAllEvents, + _SBSEventObserverStopObservingEvent, + _SBSExternalDisplayLayoutServiceInstanceIdentifier, + _SBSGetApplicationState, + _SBSGetMostElevatedApplicationStateForProcessID, + _SBSGetScreenLockStatus, _SBSGetSideSwitchPreference, + _SBSHardwareButtonServiceBackgroundEventConsumerEntitlement, + _SBSHardwareButtonServiceEventConsumerEntitlement, + _SBSHardwareButtonServiceHomeHardwareButtonHintSuppressionEntitlement, + _SBSIdentifierForSecureAppType, + _SBSInCallPresentationModeDescription, + _SBSInterruptKeybagRefetch, + _SBSIsReachabilityEnabled, _SBSIsSystemApplication, + _SBSLaunchApplicationForDebugging, + _SBSLaunchApplicationForDebuggingWithOptions, + _SBSLaunchApplicationWithIdentifier, + _SBSLaunchApplicationWithIdentifierAndLaunchOptions, + _SBSLaunchApplicationWithIdentifierAndURL, + _SBSLaunchApplicationWithIdentifierAndURLAndLaunchOptions, + _SBSLockDevice, + _SBSLockScreenContentActionConfigurationKeySupportedOrientations, + _SBSLockScreenContentAssertionErrorDomain, + _SBSLockScreenContentAssertionSlotApp, + _SBSLockScreenContentAssertionSlotCharm, + _SBSLockScreenContentAssertionSlotEmbedded, + _SBSLockScreenContentAssertionSlotPlatter, + _SBSLockScreenContentAssertionSlotRemoteAlert, + _SBSLockScreenServiceMessageKeySuccessResult, + _SBSLockScreenServiceMessageKeyUnlockOptions, + _SBSMinimalVolumeControlHUDIdentifier, + _SBSOpenApplicationDebugOptionKeyWidgetFamily, + _SBSOpenApplicationDebugOptionKeyWidgetKind, + _SBSOpenApplicationDebugOptionKeyWidgetSize, + _SBSOpenApplicationEnvironmentSecureOnLockScreen, + _SBSOpenApplicationLaunchOriginShortcutItem, + _SBSOpenApplicationLayoutRolePrimary, + _SBSOpenApplicationLayoutRoleSideLarge, + _SBSOpenApplicationLayoutRoleSideNarrow, + _SBSOpenApplicationOptionKeyAdditionalApplications, + _SBSOpenApplicationOptionKeyConfirmedNotInPocket, + _SBSOpenApplicationOptionKeyDisableWatchdog, + _SBSOpenApplicationOptionKeyLaunchApplicationAfterSetup, + _SBSOpenApplicationOptionKeyLaunchEnvironment, + _SBSOpenApplicationOptionKeyLaunchSceneless, + _SBSOpenApplicationOptionKeyLaunchWithoutAnimation, + _SBSOpenApplicationOptionKeyLayoutRole, + _SBSOpenDataActivationURL, _SBSOpenSensitiveURL, + _SBSOpenSensitiveURLAndUnlock, + _SBSOpenURLOptionKeyUseLiveContentDuringTransition, + _SBSOverrideDisplayedDate, _SBSPresentPowerDownUI, + _SBSProcessAssertionCopyIdentifier, + _SBSProcessAssertionCreateForPID, + _SBSProcessAssertionGetNameForReason, + _SBSProcessAssertionGetTypeID, + _SBSProcessAssertionIsValid, + _SBSProcessAssertionSetFlags, + _SBSProcessAssertionSetInvalidationCallBack, + _SBSProcessIDForDisplayIdentifier, + _SBSRegisterDisplayIdentifiersChangedBlock, + _SBSRemoteAlertActivationReasonWakeTo, + _SBSRemoteAlertHandleInvalidationErrorCodeForInvalidationReason, + _SBSRemoteAlertHandleInvalidationErrorDescription, + _SBSRemoteAlertHandleInvalidationErrorDomain, + _SBSRemoteContentPreferencesBackgroundStyleKey, + _SBSRemoteContentPreferencesDateTimeStyleKey, + _SBSRemoteContentPreferencesHomeGestureModeKey, + _SBSRemoteContentPreferencesReducesWhitePointKey, + _SBSRemoteContentPreferencesSuppressesBottomEdgeContentKey, + _SBSRemoteContentPreferencesSuppressesNotificationsKey, + _SBSRequestAppSwitcherAppearanceForHiddenApplication, + _SBSRequestPasscodeUnlockAlertUI, + _SBSRequestPasscodeUnlockUI, + _SBSRequestSuggestedApplication, + _SBSRequiredContextIdsForMedusaDragAndDropForSpotlightOnly, + _SBSResetHomeScreenLayout, + _SBSSecureAppAssertionErrorDomain, + _SBSSecureAppTypeForIdentifier, _SBSServerPortHelper, + _SBSSetAlertSuppressionContexts, + _SBSSetAlertSuppressionContextsBySectionIdentifier, + _SBSSetAllApplicationsShowProgress, + _SBSSetAssistantRecognitionStrings, _SBSSetIdleText, + _SBSSetInterceptsMenuButton, + _SBSSetInterceptsMenuButtonForever, + _SBSSetReachabilityEnabled, + _SBSSetRequiredContextIdsForMedusaDragAndDropForSpotlightOnly, + _SBSSetSideSwitchPreference, + _SBSSetStatusBarShowsActivity, + _SBSSetStatusBarShowsActivityForApplication, + _SBSSetStatusBarShowsOverridesForRecording, + _SBSSetStatusBarShowsSyncActivity, + _SBSSetTypingActive, + _SBSSetVoiceRecognitionAudioInputPaths, _SBSShutDown, + _SBSSoftwareUpdateServicePasscodePolicyEntitlement, + _SBSSpringBoardBackgroundServerPort, + _SBSSpringBoardBlockableServerPort, + _SBSSpringBoardServerPort, + _SBSStatusBarStyleOverridesAssertionClientInterface, + _SBSStatusBarStyleOverridesCoordinatorErrorDomain, + _SBSStatusBarStyleOverridesCoordinatorErrorFailedEntitlementCheckDescription, + _SBSStatusBarStyleOverridesCoordinatorErrorFailedExistingCoordinatorDescription, + _SBSStatusBarStyleOverridesCoordinatorErrorProcessAlreadyRegisteredCoordinatorDescription, + _SBSStatusBarStyleOverridesCoordinatorErrorStyleOverrideKey, + _SBSStringFromWebClipServiceLaunchOrigin, + _SBSSuspendFrontmostApplication, + _SBSSystemServiceIdentifier, + _SBSTagTouchForTypingMenu, + _SBSThermalWarningAssertionCreateForBundleID, + _SBSUIActivateRemoteAlert, + _SBSUIActivateRemoteAlertWithLifecycleNotifications, + _SBSUIAppDeactivateReachability, + _SBSUIAppSetWantsLockButtonEvents, + _SBSUIAppSetWantsVolumeButtonEvents, + _SBSUIIsNamedRemoteAlertCurrentlyActive, + _SBSUIRemoteAlertOptionActivateForAssistant, + _SBSUIRemoteAlertOptionActivityContinuationIdentifier, + _SBSUIRemoteAlertOptionAllowCFUserNotificationsOnTop, + _SBSUIRemoteAlertOptionCarDisplay, + _SBSUIRemoteAlertOptionCustomActivationReason, + _SBSUIRemoteAlertOptionDisableFadeInAnimation, + _SBSUIRemoteAlertOptionDismissWithHomeButton, + _SBSUIRemoteAlertOptionDismissalAnimationStyle, + _SBSUIRemoteAlertOptionHasTranslucentBackground, + _SBSUIRemoteAlertOptionImpersonatesApplicationBundleID, + _SBSUIRemoteAlertOptionInitialBackgroundStyle, + _SBSUIRemoteAlertOptionLaunchingInterfaceOrientation, + _SBSUIRemoteAlertOptionStatusBarStyle, + _SBSUIRemoteAlertOptionSuppressSiri, + _SBSUIRemoteAlertOptionSwipeDismissalStyle, + _SBSUIRemoteAlertOptionUserInfo, + _SBSUIRemoteAlertOptionViewControllerClass, + _SBSUIRemoteAlertOptionWantsWallpaperTunnel, + _SBSUndimScreen, + _SBSUserNotificationButtonDefinitionResponseIndexKey, + _SBSUserNotificationButtonDefinitionsKey, + _SBSUserNotificationTextFieldDefinitionsKey, + _SBSWallpaperFetchServiceEntitlement, + _SBSWallpaperModificationServiceEntitlement, + _SBSWallpaperServiceIdentifier, + _SBSWatchdogAssertionCancel, + _SBSWatchdogAssertionCreateForPID, + _SBSWatchdogAssertionGetRenewalInterval, + _SBSWatchdogAssertionGetTypeID, + _SBSWatchdogAssertionRenew, + _SBSWirelessBatteryUIDismissDuration, + _SBScreenTimeCategoryKey, + _SBScreenTimeTrackingChangedNotification, + _SBScrollToIconWithDisplayIdentifier, + _SBSetAlertSuppressionContexts, + _SBSetAlertSuppressionContextsBySectionIdentifier, + _SBSetAllApplicationsShowProgress, + _SBSetAllApplicationsShowSyncIndicator, + _SBSetAppIsConnectedToEA, + _SBSetApplicationBadgeNumber, + _SBSetApplicationBadgeString, + _SBSetApplicationNetworkFlags, + _SBSetApplicationShowsProgress, + _SBSetAssistantRecognitionStrings, _SBSetIconState, + _SBSetIdleText, _SBSetInterceptsMenuButton, + _SBSetMediaVolume, _SBSetProceduralWallpaper, + _SBSetReachabilityEnabled, + _SBSetShowsOverridesForRecording, + _SBSetShowsProgress, _SBSetTypingActive, + _SBSetVoiceControlEnabled, + _SBSetVoiceRecognitionAudioInputPaths, + _SBSetWallpaperImageForLocations, + _SBSetWallpaperImageSurfaceForLocations, + _SBSetWallpaperOptionsForLocations, + _SBSetWallpaperVariant, _SBSetWantsLockButtonEvents, + _SBSetWantsVolumeButtonEvents, + _SBShowNetworkPromptsIfNecessary, _SBShutDown, + _SBStatusBarStyleOverridesAssertionServerInterface, + _SBSuspendFrontmostApp, _SBTagTouchForTypingMenu, + _SBUnregisterRemoteView, + _SBUserNotificationAlertMessageDelimiterKey, + _SBUserNotificationAllowInCarKey, + _SBUserNotificationAllowInLoginWindow, + _SBUserNotificationAllowInSetupKey, + _SBUserNotificationAllowInStarkKey, + _SBUserNotificationAllowLockscreenDismissalKey, + _SBUserNotificationAllowMenuButtonDismissal, + _SBUserNotificationAllowedApplicationsKey, + _SBUserNotificationAlternateButtonPresentationStyleKey, + _SBUserNotificationAttachmentImageAssetCatalogImageKey, + _SBUserNotificationAttachmentImageAssetCatalogPathKey, + _SBUserNotificationAttachmentImagePath, + _SBUserNotificationBehavesSuperModally, + _SBUserNotificationButtonLayoutDirectionKey, + _SBUserNotificationButtonTagForUnlockActionKey, + _SBUserNotificationDefaultButtonPresentationStyleKey, + _SBUserNotificationDefaultButtonTag, + _SBUserNotificationDefaultResponseLaunchBundleID, + _SBUserNotificationDefaultResponseLaunchURL, + _SBUserNotificationDisableIdleSleepWhileVisible, + _SBUserNotificationDismissOnLock, + _SBUserNotificationDismissesOverlaysInLockScreen, + _SBUserNotificationDisplayActionButtonOnLockScreen, + _SBUserNotificationDontDismissOnUnlock, + _SBUserNotificationExtensionIdentifierKey, + _SBUserNotificationExtensionItemsKey, + _SBUserNotificationForcesModalAlertAppearance, + _SBUserNotificationGroupsTextFields, + _SBUserNotificationHeaderImageAssetCatalogImageKey, + _SBUserNotificationHeaderImageAssetCatalogPathKey, + _SBUserNotificationHeaderImagePath, + _SBUserNotificationHideButtonsInAwayView, + _SBUserNotificationHideOnClonedDisplay, + _SBUserNotificationIconImageAssetCatalogImageKey, + _SBUserNotificationIconImageAssetCatalogPathKey, + _SBUserNotificationIconImagePath, + _SBUserNotificationIgnoresQuietMode, + _SBUserNotificationLockScreenAlertHeaderKey, + _SBUserNotificationLockScreenAlertMessageDelimiterKey, + _SBUserNotificationLockScreenAlertMessageKey, + _SBUserNotificationOneButtonPerLine, + _SBUserNotificationOtherButtonPresentationStyleKey, + _SBUserNotificationPendInSetupIfNotAllowedKey, + _SBUserNotificationPendWhileKeyBagLockedKey, + _SBUserNotificationRemoteServiceBundleIdentifierKey, + _SBUserNotificationRemoteViewControllerClassNameKey, + _SBUserNotificationSoundAlertTopicKey, + _SBUserNotificationSoundAlertTypeKey, + _SBUserNotificationSoundRepeatDurationKey, + _SBUserNotificationSoundVibrationPatternKey, + _SBUserNotificationSystemSoundBehaviorKey, + _SBUserNotificationSystemSoundIDKey, + _SBUserNotificationTextAutocapitalizationType, + _SBUserNotificationTextAutocorrectionType, + _SBUserNotificationUndimsScreen, + _SBUserNotificationUsesUndoStyle, + _SBUserNotificationWakeDisplay, + _SpringBoardUser_server, + _SpringBoardUser_server_routine, + _SpringBoardUtility_server, + _SpringBoardUtility_server_routine, + __SBApplicationStateGetMonitor, + __SBFScreenTimeNameForCategory, + __SBFScreenTimePostExternalChangeNotification, + __SBFScreenTimeRegisterForExternalChangeNotification, + __SBMigActivateAssistantWithContext, + __SBMigAddAlertItemsSuppressionAssertion, + __SBMigAddBiometricAssertion, + __SBMigAddDownloadingIconForDisplayIdentifier, + __SBMigAddWallpaperAnimationSuspensionAssertion, + __SBMigAddWebClipToHomeScreen, + __SBMigAppSwitcherServiceRegister, + __SBMigApplicationDisplayIdentifiers, + __SBMigBundlePathForDisplayIdentifier, + __SBMigClearWallpaperAsset, + __SBMigDeactivateReachability, __SBMigDimScreen, + __SBMigDisplayIdentifierForPID, + __SBMigDisplayIdentifiersForPID, + __SBMigEnableLockScreenBundle, __SBMigFlashColor, + __SBMigFrontmostApplicationDisplayIdentifier, + __SBMigGetActiveInterfaceOrientation, + __SBMigGetApplicationNetworkFlags, + __SBMigGetBatteryAwakeTime, + __SBMigGetBatteryUsageTimesInSeconds, + __SBMigGetCurrentBacklightFactor, + __SBMigGetDisplayIdentifiers, + __SBMigGetDisplayIdentifiersForExternalAccessoryProtocols, + __SBMigGetFlattenedIconState, + __SBMigGetHomeScreenIconMetrics, + __SBMigGetIconPNGData, __SBMigGetIconState, + __SBMigGetIsAlive, __SBMigGetMediaVolume, + __SBMigGetNowPlayingAppBundleIdentifier, + __SBMigGetPendingIconState, + __SBMigGetRecentSleepsWakes, + __SBMigGetScheduledPowerEvents, + __SBMigGetScreenLockStatus, + __SBMigGetWallpaperLegibilitySettings, + __SBMigGetWallpaperOptions, + __SBMigGetWallpaperPreview, + __SBMigGetWallpaperPreviewSurface, + __SBMigInterruptKeybagRefetch, + __SBMigIsReachabilityEnabled, + __SBMigIsSystemApplication, + __SBMigLocalizedApplicationNameForDisplayIdentifier, + __SBMigLockDevice, __SBMigLockDeviceAndFeatures, + __SBMigOverrideDisplayedDate, + __SBMigPresentPowerDownUI, + __SBMigProgrammaticSwitchAppGestureMoveToLeft, + __SBMigProgrammaticSwitchAppGestureMoveToRight, + __SBMigReboot, __SBMigReloadIconForIdentifier, + __SBMigRemoveWebClipFromHomeScreen, + __SBMigScrollToIconWithDisplayIdentifier, + __SBMigSetAlertSuppressionContexts, + __SBMigSetAlertSuppressionContextsBySectionIdentifier, + __SBMigSetAllApplicationsShowProgress, + __SBMigSetAllApplicationsShowSyncIndicator, + __SBMigSetAppIsConnectedToEA, + __SBMigSetApplicationBadgeNumber, + __SBMigSetApplicationBadgeString, + __SBMigSetApplicationNetworkFlags, + __SBMigSetApplicationShowsProgress, + __SBMigSetAssistantRecognitionStrings, + __SBMigSetIconState, __SBMigSetIdleText, + __SBMigSetInterceptsMenuButton, + __SBMigSetMediaVolume, __SBMigSetProceduralWallpaper, + __SBMigSetReachabilityEnabled, + __SBMigSetShowsOverridesForRecording, + __SBMigSetShowsProgress, __SBMigSetTypingActive, + __SBMigSetVoiceControlEnabled, + __SBMigSetVoiceRecognitionAudioInputPaths, + __SBMigSetWallpaperImageForLocations, + __SBMigSetWallpaperImageSurfaceForLocations, + __SBMigSetWallpaperOptionsForLocations, + __SBMigSetWallpaperVariant, + __SBMigSetWantsLockButtonEvents, + __SBMigSetWantsVolumeButtonEvents, + __SBMigShowNetworkPromptsIfNecessary, + __SBMigShutDown, __SBMigSpringBoardUser_subsystem, + __SBMigSpringBoardUtility_subsystem, + __SBMigSuspendFrontmostApp, + __SBMigTagTouchForTypingMenu, + __SBSActivateAssistantWithContext, + __SBSAddAlertItemsSuppressionAssertion, + __SBSAddBiometricAssertion, + __SBSAddDownloadingIconForDisplayIdentifier, + __SBSAddWallpaperAnimationSuspensionAssertion, + __SBSAddWebClipToHomeScreen, + __SBSAppSwitcherServiceRegister, + __SBSApplicationDisplayIdentifiers, + __SBSAutolockTimerPostExternalChangeNotification, + __SBSAutolockTimerRegisterForExternalChangeNotification, + __SBSBundlePathForDisplayIdentifier, + __SBSClearWallpaperAsset, + __SBSDeactivateReachability, __SBSDimScreen, + __SBSDisplayIdentifierForPID, + __SBSDisplayIdentifiersForPID, + __SBSEnableLockScreenBundle, __SBSFlashColor, + __SBSFrontmostApplicationDisplayIdentifier, + __SBSGetActiveInterfaceOrientation, + __SBSGetApplicationNetworkFlags, + __SBSGetBatteryAwakeTime, + __SBSGetBatteryUsageTimesInSeconds, + __SBSGetCurrentBacklightFactor, + __SBSGetDisplayIdentifiers, + __SBSGetDisplayIdentifiersForExternalAccessoryProtocols, + __SBSGetFlattenedIconState, + __SBSGetHomeScreenIconMetrics, __SBSGetIconPNGData, + __SBSGetIconState, __SBSGetIsAlive, + __SBSGetMediaVolume, + __SBSGetNowPlayingAppBundleIdentifier, + __SBSGetPendingIconState, __SBSGetRecentSleepsWakes, + __SBSGetScheduledPowerEvents, + __SBSGetScreenLockStatus, + __SBSGetWallpaperLegibilitySettings, + __SBSGetWallpaperOptions, __SBSGetWallpaperPreview, + __SBSGetWallpaperPreviewSurface, + __SBSInterruptKeybagRefetch, + __SBSIsReachabilityEnabled, __SBSIsSystemApplication, + __SBSLocalizedApplicationNameForDisplayIdentifier, + __SBSLockDevice, __SBSLockDeviceAndFeatures, + __SBSOverrideDisplayedDate, __SBSPresentPowerDownUI, + __SBSProgrammaticSwitchAppGestureMoveToLeft, + __SBSProgrammaticSwitchAppGestureMoveToRight, + __SBSReboot, __SBSReloadIconForIdentifier, + __SBSRemoveWebClipFromHomeScreen, + __SBSRestartGetInfoForIdentifier, __SBSRestartLock, + __SBSRestartScheduleBlockForIdentifier, + __SBSRestartSetInfoForIdentifier, __SBSRestartUnlock, + __SBSScrollToIconWithDisplayIdentifier, + __SBSSetAlertSuppressionContexts, + __SBSSetAlertSuppressionContextsBySectionIdentifier, + __SBSSetAllApplicationsShowProgress, + __SBSSetAllApplicationsShowSyncIndicator, + __SBSSetAppIsConnectedToEA, + __SBSSetApplicationBadgeNumber, + __SBSSetApplicationBadgeString, + __SBSSetApplicationNetworkFlags, + __SBSSetApplicationShowsProgress, + __SBSSetAssistantRecognitionStrings, + __SBSSetIconState, __SBSSetIdleText, + __SBSSetInterceptsMenuButton, __SBSSetMediaVolume, + __SBSSetProceduralWallpaper, + __SBSSetReachabilityEnabled, + __SBSSetShowsOverridesForRecording, + __SBSSetShowsProgress, __SBSSetTypingActive, + __SBSSetVoiceControlEnabled, + __SBSSetVoiceRecognitionAudioInputPaths, + __SBSSetWallpaperImageForLocations, + __SBSSetWallpaperImageSurfaceForLocations, + __SBSSetWallpaperOptionsForLocations, + __SBSSetWallpaperVariant, + __SBSSetWantsLockButtonEvents, + __SBSSetWantsVolumeButtonEvents, + __SBSShowNetworkPromptsIfNecessary, __SBSShutDown, + __SBSSuspendFrontmostApp, __SBSTagTouchForTypingMenu, + ___SBSEventObserverGetDarwinNotificationFromEvent, + ___sb__mainScreenReferenceBounds, + ___sb__mainScreenScale, ___sb__runningInSpringBoard, + ___sb__setOverrideRunningInSpringBoard, + _kSBSAnalyticsBreadcrumbTappedKey, + _kSBSAnalyticsDeleteIconLocationKey, + _kSBSAnalyticsDeleteIconOptionsKey, + _kSBSAnalyticsDeleteIconSelectedOptionKey, + _kSBSAnalyticsDisplayLayoutElementBundleIdKey, + _kSBSAnalyticsDisplayLayoutElementIdentifierKey, + _kSBSAnalyticsDisplayLayoutElementLevelKey, + _kSBSAnalyticsDisplayLayoutElementUIApplicationKey, + _kSBSAnalyticsDisplayLayoutElementsKey, + _kSBSAnalyticsDoNotDisturbActiveKey, + _kSBSAnalyticsDoNotDisturbReasonKey, + _kSBSAnalyticsDockSuggestionIndexKey, + _kSBSAnalyticsDockSuggestionTypeKey, + _kSBSAnalyticsDockSuggestionsEnabledKey, + _kSBSAnalyticsDockSwipeGestureStateKey, + _kSBSAnalyticsEventTypeDashBoardCameraSwipeFailedLargestPresentExtent, + _kSBSAnalyticsEventTypeSpringloadedLocationKey, + _kSBSAnalyticsFloatingApplicationMoveGestureInitialConfigurationKey, + _kSBSAnalyticsFloatingApplicationMoveGestureResultConfigurationKey, + _kSBSAnalyticsFloatingApplicationPinGestureDidSwipeDownKey, + _kSBSAnalyticsFloatingApplicationPinGesturePinActionTypeKey, + _kSBSAnalyticsFolderStatsNumberOfFoldersInDockKey, + _kSBSAnalyticsFolderStatsNumberOfFoldersKey, + _kSBSAnalyticsFolderStatsNumberOfItemsInDockKey, + _kSBSAnalyticsFolderStatsNumberOfPagesKey, + _kSBSAnalyticsHasEverHiddenAPageKey, + _kSBSAnalyticsHomeScreenConfigLowDensityModeHasBeenAlteredKey, + _kSBSAnalyticsHomeScreenConfigLowDensityModeIsEnabledKey, + _kSBSAnalyticsIconDragSessionDroppedToMedusaDragStartLocationKey, + _kSBSAnalyticsIconDragSessionDroppedToMedusaDropActionKey, + _kSBSAnalyticsIconDragSessionIdentifierKey, + _kSBSAnalyticsIconDragSessionItemCountKey, + _kSBSAnalyticsIconIndexKey, + _kSBSAnalyticsIconIsFolderKey, + _kSBSAnalyticsIconLocationKey, + _kSBSAnalyticsIconModelWithDesiredIconStateLoadedMissingDesiredIconIdentifiersKey, + _kSBSAnalyticsIconPageHidingNumberOfPagesHidden, + _kSBSAnalyticsIconPageHidingNumberOfPagesVisible, + _kSBSAnalyticsLayoutStateElementBundleIdKey, + _kSBSAnalyticsLayoutStateElementIdentifiersKey, + _kSBSAnalyticsLayoutStateElementInterfaceOrientationKey, + _kSBSAnalyticsLayoutStateElementLayoutRoleKey, + _kSBSAnalyticsLayoutStateElementsKey, + _kSBSAnalyticsLayoutStateFloatingConfigurationKey, + _kSBSAnalyticsLayoutStateInterfaceOrientationKey, + _kSBSAnalyticsLayoutStateSpaceConfigurationKey, + _kSBSAnalyticsLayoutStateTransitionSourceKey, + _kSBSAnalyticsLayoutStateUnlockedEnvironmentKey, + _kSBSAnalyticsLeftBreadcrumbTypeKey, + _kSBSAnalyticsLockStateKey, + _kSBSAnalyticsNewAppDownloadLocationHasBeenSetKey, + _kSBSAnalyticsNewAppDownloadLocationKey, + _kSBSAnalyticsPIPVideoDidActivateKey, + _kSBSAnalyticsReachabilityCancelGestureTypeKey, + _kSBSAnalyticsRightBreadcrumbTypeKey, + _kSBSAnalyticsScreenOnKey, + _kSBSAnalyticsSideApplicationMoveGestureInitialConfigurationKey, + _kSBSAnalyticsSideApplicationMoveGestureResultConfigurationKey, + _kSBSAnalyticsSwipeUpFinalActionKey, + _kSBSAnalyticsSwipeUpLiftOffVelocityAngleKey, + _kSBSAnalyticsSwipeUpLiftOffVelocityXKey, + _kSBSAnalyticsSwipeUpLiftOffVelocityYKey, + _kSBSAnalyticsSwipeUpOrientationKey, + _kSBSAnalyticsSwipeUpPeakVelocityKey, + _kSBSAnalyticsSwipeUpTimestampDeltaKey, + _kSBSAnalyticsSwipeUpXCoordKey, + _kSBSAnalyticsSwipeUpYCoordKey, + _kSBSAnalyticsSwitcherIndexKey, + _kSBSAnalyticsSwitcherTypeKey, + _kSBSAnalyticsSystemGestureStateKey, + _kSBSAnalyticsSystemGestureTypeKey, + _kSBSAnalyticsTimestampKey, + _kSBSApplicationBiometricsServiceMessageKeyCredentialSet, + _kSBSApplicationHarmonyServiceClientMessageKeyDisplayId, + _kSBSApplicationHarmonyServiceServerMessageKeyWhitePointAdaptivityStyle, + _kSBSApplicationServiceMessageKeyBundleIdentifier, + _kSBSApplicationShortcutContactIconFirstNameKey, + _kSBSApplicationShortcutContactIconIdentifierKey, + _kSBSApplicationShortcutContactIconImageDataKey, + _kSBSApplicationShortcutContactIconLastNameKey, + _kSBSApplicationShortcutItemTypeSendBetaFeedback, + _kSBSApplicationShortcutItemTypeSendBetaFeedbackUserInfoItemIDKey, + _kSBSApplicationShortcutServiceClientMessageKeyDynamicApplicationShortcutItems, + _kSBSApplicationShortcutServiceClientMessageKeyItemTypes, + _kSBSApplicationShortcutServiceFetchResultComposedApplicationShortcutItemsKey, + _kSBSApplicationShortcutServiceFetchResultDynamicApplicationShortcutItemsKey, + _kSBSApplicationShortcutServiceFetchResultStaticApplicationShortcutItemsKey, + _kSBSApplicationShortcutServiceServerMessageKeyResult, + _kSBSApplicationShortcutSystemIconImageNameKey, + _kSBSApplicationShortcutSystemIconTypeKey, + _kSBSApplicationShortcutTemplateIconNameKey, + _kSBSCardItemBodyKey, _kSBSCardItemBundleName, + _kSBSCardItemCategoryIdentifierKey, + _kSBSCardItemIconDataKey, _kSBSCardItemIdentifierKey, + _kSBSCardItemRequiresPasscodeKey, + _kSBSCardItemSubtitleKey, _kSBSCardItemTitleKey, + _kSBSCardItemUserInfoKey, _kSBSDashBoardEventTypeKey, + _kSBSHardwareButtonServiceMessageKeyButtonKind, + _kSBSHardwareButtonServiceMessageKeyDeferringToken, + _kSBSHardwareButtonServiceMessageKeyEventMask, + _kSBSHardwareButtonServiceMessageKeyEventType, + _kSBSHardwareButtonServiceMessageKeyHIDEventsEnabled, + _kSBSHardwareButtonServiceMessageKeyHapticType, + _kSBSHardwareButtonServiceMessageKeyPriority, + _kSBSHardwareButtonServiceMessageKeyToggleButtonState, + _kSBSLockStateNotifyKey, + _kSBSSoftwareUpdateServiceMessageKeyPasscodePolicy, + _kSBSStateDumpServiceMessageKeyRemoteStateDumpTimeout, + _kSBSStateDumpServiceMessageKeyStateString, + _kSBSStateDumpServiceMessageKeyStateType, + _kSBSStateDumpServiceMessageKeySuccess, + _kSBSStateDumpServiceMessageKeySuccessDescription, + _kSBSStatusBarStyleOverridesAssertionExclusiveKey, + _kSBSStatusBarStyleOverridesAssertionOverridesKey, + _kSBSStatusBarStyleOverridesAssertionPIDKey, + _kSBSStatusBarStyleOverridesAssertionShowsWhenForegroundKey, + _kSBSStatusBarStyleOverridesAssertionStatusStringKey, + _kSBSStatusBarStyleOverridesAssertionUniqueIdentifierKey, + _kSBSStatusBarTapContextStyleOverrideKey, + _kSBSSystemBiometricsServiceMessageKeyCredentialSet, + _kSBSSystemHardwareButtonServiceClientMessageKeyAssertionReason, + _kSBSSystemHardwareButtonServiceClientMessageKeyAssertionType, + _kSBSSystemHardwareButtonServiceServerMessageKeyAction, + _kSBSTestAutomationServiceMessageKeyAnimateTransitions, + _kSBSTestAutomationServiceMessageKeyBlockForScreenTime, + _kSBSTestAutomationServiceMessageKeyBundleIdentifier, + _kSBSTestAutomationServiceMessageKeyEnabledState, + _kSBSTestAutomationServiceMessageKeyHUDIdentifier, + _kSBSTestAutomationServiceMessageKeyPageInteger, + _kSBSTestAutomationServiceMessageKeyPortSendRight, + _kSBSTestAutomationServiceMessageKeySceneCount, + _kSBSTestAutomationServiceMessageKeySizeInteger, + _kSBSTestAutomationServiceServiceMessageKeyPath, + _kSBSWallpaperServiceClientMessageKeyImageData, + _kSBSWallpaperServiceClientMessageKeyOrientation, + _kSBSWallpaperServiceClientMessageKeyRect, + _kSBSWallpaperServiceClientMessageKeyVariant, + _kSBSWallpaperServiceClientMessageKeyVideoURL, + _kSBSWallpaperServiceClientMessageKeyWallpaperMode, + _kSBUserDoneWithRequestedPasscodeUINotification, + _secureAppTypeName ] + objc-classes: [ SBIdleTimerRequestConfiguration, SBLegacyServices, + SBSAbstractApplicationService, + SBSAbstractFacilityService, SBSAbstractSystemService, + SBSAccessibilityWindowHostingController, + SBSAccessibilityWindowHostingSpecification, + SBSAnalyticsState, SBSAppClipService, + SBSAppDragLocalContext, SBSAppSwitcherSystemService, + SBSApplicationCarPlayService, SBSApplicationClient, + SBSApplicationHarmonyService, + SBSApplicationMultiwindowService, + SBSApplicationService, + SBSApplicationShortcutContactIcon, + SBSApplicationShortcutCustomImageIcon, + SBSApplicationShortcutIcon, + SBSApplicationShortcutItem, + SBSApplicationShortcutService, + SBSApplicationShortcutServiceFetchResult, + SBSApplicationShortcutSystemIcon, + SBSApplicationShortcutSystemPrivateIcon, + SBSApplicationShortcutTemplateIcon, + SBSApplicationUserQuitMonitor, + SBSApplicationUserQuitMonitorSessionSpecification, + SBSAssertion, SBSBiometricsService, SBSCardItem, + SBSCardItemsController, SBSDisplayLayoutElement, + SBSExternalDisplayLayoutElement, + SBSHardwareButtonService, SBSHomeScreenService, + SBSHomeScreenServiceSpecification, + SBSInCallPresentationConfiguration, + SBSInCallPresentationRequest, + SBSInCallPresentationServiceInterfaceSpecification, + SBSLockScreenContentAction, + SBSLockScreenContentAssertion, + SBSLockScreenPluginService, + SBSLockScreenRemoteContentAssertion, + SBSLockScreenService, SBSLockScreenServiceConnection, + SBSLockScreenServiceSpecification, + SBSMutableUserNotificationButtonDefinition, + SBSMutableUserNotificationTextFieldDefinition, + SBSRelaunchAction, SBSRemoteAlertActivationContext, + SBSRemoteAlertActivationOptions, + SBSRemoteAlertConfiguration, + SBSRemoteAlertConfigurationContext, + SBSRemoteAlertDefinition, SBSRemoteAlertHandle, + SBSRemoteAlertHandleContext, + SBSRemoteAlertHandleServiceSpecification, + SBSRemoteAlertHandleXPCClient, + SBSRemoteAlertPresentationTarget, + SBSRemoteContentDefinition, + SBSRemoteContentPreferences, SBSSecureAppAssertion, + SBSServiceFacilityClient, SBSSoftwareUpdateService, + SBSStateDumpService, + SBSStatusBarStyleOverridesAssertion, + SBSStatusBarStyleOverridesAssertionAcquisitionHandlerEntry, + SBSStatusBarStyleOverridesAssertionData, + SBSStatusBarStyleOverridesAssertionManager, + SBSStatusBarStyleOverridesCoordinator, + SBSStatusBarTapContextImpl, SBSSwitcherDemoCommands, + SBSSwitcherDemoCommandsSessionSpecification, + SBSSystemServiceClient, SBSTestAutomationService, + SBSUnlockOptions, + SBSUserNotificationButtonDefinition, + SBSUserNotificationTextFieldDefinition, + SBSWakeToRemoteAlertAssertion, SBSWallpaperClient, + SBSWallpaperService, SBSWebClipService, + SBSWebClipServiceSessionSpecification, + SBSWidgetMetricsServer, SBSWidgetMetricsService, + SBSWidgetMetricsServiceInterfaceSpecification, + SBScreenTimeTrackingController, + _SBSCarPlayApplicationInfo, + _SBSDisplayIdentifiersCache, + _SBSHardwareButtonEventConfiguration, + _SBSHardwareButtonEventConsumerInfo, + _SBSUIRemoteAlertServiceObserverHandle, + _SBSUserNotificationButtonDefinitionBuilder, + _SBSUserNotificationTextFieldDefinitionBuilder ] + objc-ivars: [ SBIdleTimerRequestConfiguration._boxed_maxExpirationTimeout, + SBIdleTimerRequestConfiguration._boxed_minExpirationTimeout, + SBIdleTimerRequestConfiguration._precedence, + SBSAbstractFacilityService._client, + SBSAccessibilityWindowHostingController._connection, + SBSAccessibilityWindowHostingController._connectionQueue, + SBSAccessibilityWindowHostingController._registeredWindowContextIDsToLevel, + SBSAnalyticsState._payload, + SBSAnalyticsState._timestamp, + SBSAppDragLocalContext._applicationBundleIdentifier, + SBSAppDragLocalContext._cancelsViaScaleAndFade, + SBSAppDragLocalContext._draggedSceneIdentifier, + SBSAppDragLocalContext._launchActions, + SBSAppDragLocalContext._launchURL, + SBSAppDragLocalContext._portaledPreview, + SBSAppDragLocalContext._sourceLocal, + SBSAppDragLocalContext._startLocation, + SBSAppDragLocalContext._userActivity, + SBSApplicationShortcutContactIcon._contactIdentifier, + SBSApplicationShortcutContactIcon._firstName, + SBSApplicationShortcutContactIcon._imageData, + SBSApplicationShortcutContactIcon._lastName, + SBSApplicationShortcutCustomImageIcon._dataType, + SBSApplicationShortcutCustomImageIcon._imageData, + SBSApplicationShortcutCustomImageIcon._isTemplate, + SBSApplicationShortcutItem._activationMode, + SBSApplicationShortcutItem._bundleIdentifierToLaunch, + SBSApplicationShortcutItem._icon, + SBSApplicationShortcutItem._localizedSubtitle, + SBSApplicationShortcutItem._localizedTitle, + SBSApplicationShortcutItem._targetContentIdentifier, + SBSApplicationShortcutItem._type, + SBSApplicationShortcutItem._userInfoData, + SBSApplicationShortcutServiceFetchResult._composedApplicationShortcutItems, + SBSApplicationShortcutServiceFetchResult._dynamicApplicationShortcutItems, + SBSApplicationShortcutServiceFetchResult._staticApplicationShortcutItems, + SBSApplicationShortcutSystemIcon._systemImageName, + SBSApplicationShortcutSystemIcon._type, + SBSApplicationShortcutSystemPrivateIcon._systemImageName, + SBSApplicationShortcutTemplateIcon._templateImageName, + SBSApplicationUserQuitMonitor._connection, + SBSApplicationUserQuitMonitor._connectionQueue, + SBSApplicationUserQuitMonitor._delegate, + SBSAssertion._assertionName, SBSAssertion._reason, + SBSAssertion._receiveRight, SBSCardItem._body, + SBSCardItem._bundleName, + SBSCardItem._categoryIdentifier, + SBSCardItem._iconData, SBSCardItem._identifier, + SBSCardItem._requiresPasscode, SBSCardItem._subtitle, + SBSCardItem._thumbnail, SBSCardItem._title, + SBSCardItem._userInfo, + SBSCardItemsController._connected, + SBSCardItemsController._connection, + SBSCardItemsController._identifier, + SBSHardwareButtonService._buttonConfigurationsPerKind, + SBSHardwareButtonService._consumersPerKind, + SBSHardwareButtonService._requestHIDAssertionsPerKind, + SBSHomeScreenService._connection, + SBSHomeScreenService._connectionQueue, + SBSInCallPresentationConfiguration._preferredBannerHeight, + SBSInCallPresentationConfiguration._preferredPresentationMode, + SBSInCallPresentationConfiguration._sceneBundleIdentifier, + SBSInCallPresentationConfiguration._userInitiated, + SBSLockScreenContentAction._configurationObject, + SBSLockScreenContentAction._secureAppType, + SBSLockScreenContentAction._slot, + SBSLockScreenContentAction._type, + SBSLockScreenContentAssertion._action, + SBSLockScreenContentAssertion._configurationObject, + SBSLockScreenContentAssertion._errorHandler, + SBSLockScreenContentAssertion._identifier, + SBSLockScreenContentAssertion._slot, + SBSLockScreenService._lock, + SBSLockScreenService._lock_connection, + SBSLockScreenServiceConnection._connection, + SBSLockScreenServiceConnection._lock, + SBSLockScreenServiceConnection._lock_preventPasscodeLockReasons, + SBSLockScreenServiceConnection._lock_preventSpuriousScreenUndimReasons, + SBSRemoteAlertActivationContext._actions, + SBSRemoteAlertActivationContext._activatingForSiri, + SBSRemoteAlertActivationContext._activityContinuationIdentifier, + SBSRemoteAlertActivationContext._legacyAlertOptions, + SBSRemoteAlertActivationContext._presentationTarget, + SBSRemoteAlertActivationContext._reason, + SBSRemoteAlertActivationContext._shouldInvalidateWhenDeactivated, + SBSRemoteAlertActivationContext._switcherEligible, + SBSRemoteAlertActivationContext._userInfo, + SBSRemoteAlertConfigurationContext._actions, + SBSRemoteAlertConfigurationContext._legacyAlertOptions, + SBSRemoteAlertConfigurationContext._userInfo, + SBSRemoteAlertConfigurationContext._xpcEndpoint, + SBSRemoteAlertDefinition._forCarPlay, + SBSRemoteAlertDefinition._impersonatedCarPlayAppIdentifier, + SBSRemoteAlertDefinition._serviceName, + SBSRemoteAlertDefinition._userInfo, + SBSRemoteAlertDefinition._viewControllerClassName, + SBSRemoteAlertHandle._calloutSerialQueue, + SBSRemoteAlertHandle._handleClient, + SBSRemoteAlertHandle._handleID, + SBSRemoteAlertHandle._lock, + SBSRemoteAlertHandle._lock_active, + SBSRemoteAlertHandle._lock_observers, + SBSRemoteAlertHandle._lock_valid, + SBSRemoteAlertHandleContext._active, + SBSRemoteAlertHandleContext._handleID, + SBSRemoteAlertHandleXPCClient._calloutQueue, + SBSRemoteAlertHandleXPCClient._connection, + SBSRemoteAlertHandleXPCClient._connectionAccessQueue, + SBSRemoteAlertHandleXPCClient._connectionActivated, + SBSRemoteAlertHandleXPCClient._connectionInvalidated, + SBSRemoteAlertHandleXPCClient._handleIDToHandle, + SBSRemoteAlertPresentationTarget._shouldDismissOnUILock, + SBSRemoteAlertPresentationTarget._targetProcess, + SBSRemoteContentDefinition._serviceName, + SBSRemoteContentDefinition._userInfo, + SBSRemoteContentDefinition._viewControllerClassName, + SBSRemoteContentDefinition._xpcEndpoint, + SBSRemoteContentPreferences._backgroundStyle, + SBSRemoteContentPreferences._dateTimeStyle, + SBSRemoteContentPreferences._homeGestureMode, + SBSRemoteContentPreferences._reducesWhitePoint, + SBSRemoteContentPreferences._suppressesBottomEdgeContent, + SBSRemoteContentPreferences._suppressesNotifications, + SBSSecureAppAssertion._actualAssertion, + SBSServiceFacilityClient._numberOfCheckOuts, + SBSStatusBarStyleOverridesAssertion._assertionData, + SBSStatusBarStyleOverridesAssertion._invalidationHandler, + SBSStatusBarStyleOverridesAssertionAcquisitionHandlerEntry._handler, + SBSStatusBarStyleOverridesAssertionAcquisitionHandlerEntry._queue, + SBSStatusBarStyleOverridesAssertionData._exclusive, + SBSStatusBarStyleOverridesAssertionData._pid, + SBSStatusBarStyleOverridesAssertionData._showsWhenForeground, + SBSStatusBarStyleOverridesAssertionData._statusBarStyleOverrides, + SBSStatusBarStyleOverridesAssertionData._statusString, + SBSStatusBarStyleOverridesAssertionData._uniqueIdentifier, + SBSStatusBarStyleOverridesAssertionManager._acquisitionHandlerEntriesByIdentifier, + SBSStatusBarStyleOverridesAssertionManager._assertionsByIdentifier, + SBSStatusBarStyleOverridesAssertionManager._coordinatorCalloutQueue, + SBSStatusBarStyleOverridesAssertionManager._internalQueue, + SBSStatusBarStyleOverridesAssertionManager._internalQueue_styleOverrideCoordinator, + SBSStatusBarStyleOverridesAssertionManager._sbXPCConnection, + SBSStatusBarStyleOverridesCoordinator._delegate, + SBSStatusBarStyleOverridesCoordinator._styleOverrides, + SBSStatusBarTapContextImpl._styleOverride, + SBSSwitcherDemoCommands._connection, + SBSSwitcherDemoCommands._connectionQueue, + SBSSystemServiceClient._buttonEventServiceIsWaitingForServerMessages, + SBSUnlockOptions._aboveOtherContexts, + SBSUserNotificationButtonDefinition._isPreferredButton, + SBSUserNotificationButtonDefinition._presentationStyle, + SBSUserNotificationButtonDefinition._title, + SBSUserNotificationTextFieldDefinition._autocapitalizationType, + SBSUserNotificationTextFieldDefinition._autocorrectionType, + SBSUserNotificationTextFieldDefinition._hasSetMaxLength, + SBSUserNotificationTextFieldDefinition._isSecure, + SBSUserNotificationTextFieldDefinition._keyboardType, + SBSUserNotificationTextFieldDefinition._maxLength, + SBSUserNotificationTextFieldDefinition._title, + SBSUserNotificationTextFieldDefinition._value, + SBSWallpaperService._callbackQueue, + SBSWallpaperService._client, + SBSWallpaperService._wasInvalidated, + SBSWidgetMetricsServer._connection, + SBSWidgetMetricsService._metricsProvider, + SBScreenTimeTrackingController._layoutMonitor, + SBScreenTimeTrackingController._queue, + SBScreenTimeTrackingController._queue_activeCategory, + SBScreenTimeTrackingController._queue_activeContext, + SBScreenTimeTrackingController._queue_isPhoneOrFaceTimeActive, + SBScreenTimeTrackingController._queue_isScreenOn, + SBScreenTimeTrackingController._queue_lastCategoryChangeTime, + SBScreenTimeTrackingController._queue_lastLayout, + SBScreenTimeTrackingController._queue_lastLayoutTransitionContext, + SBScreenTimeTrackingController._queue_thisCategoryStartTime, + _SBSCarPlayApplicationInfo._iconImageData, + _SBSCarPlayApplicationInfo._iconImageScale, + _SBSCarPlayApplicationInfo._localizedDisplayName, + _SBSDisplayIdentifiersCache._changedBlock, + _SBSDisplayIdentifiersCache._changedToken, + _SBSDisplayIdentifiersCache._displayIdentifiers, + _SBSDisplayIdentifiersCache._queue, + _SBSHardwareButtonEventConfiguration._eventMask, + _SBSHardwareButtonEventConfiguration._maximumPriority, + _SBSHardwareButtonEventConsumerInfo._buttonKind, + _SBSHardwareButtonEventConsumerInfo._consumer, + _SBSHardwareButtonEventConsumerInfo._eventMask, + _SBSHardwareButtonEventConsumerInfo._eventPriority, + _SBSHardwareButtonEventConsumerInfo._service, + _SBSHardwareButtonEventConsumerInfo._valid, + _SBSUIRemoteAlertServiceObserverHandle._activationHandler, + _SBSUIRemoteAlertServiceObserverHandle._deactivationHandler, + _SBSUserNotificationButtonDefinitionBuilder._definitions, + _SBSUserNotificationTextFieldDefinitionBuilder._definitions ] +...