Implement device loss alarms

PiperOrigin-RevId: 538822094
This commit is contained in:
Anay Wadhera
2023-06-08 10:19:44 -07:00
committed by Copybara-Service
parent dbd42b0de3
commit 0ab31f6312
7 changed files with 345 additions and 14 deletions
@@ -981,6 +981,11 @@ TEST_F(ClientProxyTest, GetLocalDeviceWorksWithDeviceProvider) {
client1_.GetLocalDevice();
}
TEST_F(ClientProxyTest, TestGetSetLocalEndpointInfo) {
client1_.UpdateLocalEndpointInfo("endpoint_info");
EXPECT_EQ(client1_.GetLocalEndpointInfo(), "endpoint_info");
}
} // namespace
} // namespace connections
} // namespace nearby