Home
last modified time | relevance | path

Searched refs:kAborted (Results 1 – 3 of 3) sorted by relevance

/external/libweave/src/commands/
Dcommand_instance.cc28 {Command::State::kAborted, "aborted"},
250 bool result = SetStatus(State::kAborted, error); in Abort()
271 case State::kAborted: in SetStatus()
/external/libweave/include/weave/
Dcommand.h24 kAborted, enumerator
/external/libweave/src/
Ddevice_registration_info.cc872 EnumToString(Command::State::kAborted)); in NotifyCommandAborted()