Home
last modified time | relevance | path

Searched refs:OnDeviceDeleted (Results 1 – 5 of 5) sorted by relevance

/external/libweave/src/notification/
Dnotification_parser_unittest.cc31 MOCK_METHOD1(OnDeviceDeleted, void(const std::string&));
85 EXPECT_CALL(delegate_, OnDeviceDeleted(_)).WillOnce(SaveArg<0>(&device_id)); in TEST_F()
Dnotification_delegate.h24 virtual void OnDeviceDeleted(const std::string& cloud_id) = 0;
Dnotification_parser.cc36 delegate->OnDeviceDeleted(cloud_id); in ParseDeviceDeleted()
/external/libweave/src/
Ddevice_registration_info.h272 void OnDeviceDeleted(const std::string& cloud_id) override;
Ddevice_registration_info.cc1315 void DeviceRegistrationInfo::OnDeviceDeleted(const std::string& cloud_id) { in OnDeviceDeleted() function in weave::DeviceRegistrationInfo