-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[Darwin] more MTRDevice
/MTRDeviceController
ivar/property raises
#35062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Darwin] more MTRDevice
/MTRDeviceController
ivar/property raises
#35062
Conversation
Review changes with SemanticDiff. |
PR #35062: Size comparison from b823a29 to 3a1ef4c Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
3a1ef4c
to
432146a
Compare
PR #35062: Size comparison from b7b6738 to 432146a Full report (12 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
for subclass accessibility
PR #35062: Size comparison from b7b6738 to 48685a5 Full report (10 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
PR #35062: Size comparison from b7b6738 to 1098a50 Full report (5 builds for nxp, stm32, tizen)
|
through `MTRDevice_Internal.h`
PR #35062: Size comparison from b7b6738 to e16836e Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
@@ -82,6 +82,35 @@ | |||
|
|||
@implementation MTRDevice_XPC | |||
|
|||
#pragma mark - Behavior Overrides | |||
|
|||
- (void)_addDelegate:(id<MTRDeviceDelegate>)delegate queue:(dispatch_queue_t)queue interestedPathsForAttributes:(NSArray * _Nullable)interestedPathsForAttributes interestedPathsForEvents:(NSArray * _Nullable)interestedPathsForEvents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
obsoleted by #35084
ongoing work here, by and large the sentiment here has been fulfilled |
raise various properties and ivars in
MTRDevice
andMTRDeviceController
for use from subclasses.NOTE: tests currently not passing locally or in CI