File tree 3 files changed +3
-1
lines changed
darwin/Framework/CHIP/app
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -652,6 +652,7 @@ void Server::Shutdown()
652
652
app::DnssdServer::Instance ().SetICDManager (nullptr );
653
653
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER
654
654
655
+ app::InteractionModelEngine::GetInstance ()->ShutdownActiveReads ();
655
656
app::InteractionModelEngine::GetInstance ()->SetDataModelProvider (nullptr );
656
657
app::DnssdServer::Instance ().SetCommissioningModeProvider (nullptr );
657
658
Dnssd::ServiceAdvertiser::Instance ().Shutdown ();
Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ void MatterAlarmsPluginServerShutdownCallback() {}
170
170
void MatterTimePluginServerShutdownCallback () {}
171
171
void MatterAclPluginServerShutdownCallback () {}
172
172
void MatterPollControlPluginServerShutdownCallback () {}
173
- void MatterUnitLocalizationPluginServerShutdownCallback () {}
174
173
void MatterProxyValidPluginServerShutdownCallback () {}
175
174
void MatterProxyDiscoveryPluginServerShutdownCallback () {}
176
175
void MatterProxyConfigurationPluginServerShutdownCallback () {}
Original file line number Diff line number Diff line change 23
23
*/
24
24
25
25
void MatterDescriptorPluginServerInitCallback ();
26
+ void MatterDescriptorPluginServerShutdownCallback ();
26
27
27
28
#define MATTER_PLUGINS_INIT MatterDescriptorPluginServerInitCallback();
29
+ #define MATTER_PLUGINS_SHUTDOWN MatterDescriptorPluginServerShutdownCallback();
You can’t perform that action at this time.
0 commit comments