File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -826,4 +826,9 @@ Crypto::DefaultSessionKeystore CommonCaseDeviceServerInitParams::sSessionKeystor
826
826
app::DefaultICDCheckInBackOffStrategy CommonCaseDeviceServerInitParams::sDefaultICDCheckInBackOffStrategy ;
827
827
#endif
828
828
829
+ void ServerScheduleFactoryReset ()
830
+ {
831
+ chip::Server::GetInstance ().ScheduleFactoryReset ();
832
+ }
833
+
829
834
} // namespace chip
Original file line number Diff line number Diff line change @@ -709,4 +709,6 @@ class Server
709
709
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER
710
710
};
711
711
712
+ void ServerScheduleFactoryReset ();
713
+
712
714
} // namespace chip
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ source_set("commands") {
65
65
}
66
66
67
67
if (chip_device_platform != " none" ) {
68
- public_deps += [ " ${ chip_root } /src/app/server" ]
69
68
public_deps += [ " ${ chip_root } /src/app/onboarding-codes-utils" ]
70
69
}
71
70
Original file line number Diff line number Diff line change 22
22
#include < platform/CHIPDeviceLayer.h>
23
23
24
24
namespace chip {
25
+
26
+ void ServerScheduleFactoryReset ();
27
+
25
28
namespace Shell {
26
29
27
30
static CHIP_ERROR FactoryResetHandler (int argc, char ** argv)
You can’t perform that action at this time.
0 commit comments