Home
last modified time | relevance | path

Searched refs:NotifyCommandAborted (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/
Ddevice_registration_info.h251 void NotifyCommandAborted(const std::string& command_id, ErrorPtr error);
Ddevice_registration_info.cc868 void DeviceRegistrationInfo::NotifyCommandAborted(const std::string& command_id, in NotifyCommandAborted() function in weave::DeviceRegistrationInfo
1141 NotifyCommandAborted(command_id, std::move(error)); in PublishCommand()