Home
last modified time | relevance | path

Searched refs:kQueued (Results 1 – 6 of 6) sorted by relevance

/external/libweave/src/
Daccess_api_handler.cc137 CHECK(command->GetState() == Command::State::kQueued) in Block()
166 CHECK(command->GetState() == Command::State::kQueued) in Unblock()
189 CHECK(command->GetState() == Command::State::kQueued) in List()
Dbase_api_handler.cc128 CHECK(command->GetState() == Command::State::kQueued) in UpdateBaseConfiguration()
173 CHECK(command->GetState() == Command::State::kQueued) in UpdateDeviceInfo()
/external/libweave/src/commands/
Dcommand_instance.cc22 {Command::State::kQueued, "queued"},
266 if (status == State::kQueued) in SetStatus()
274 case State::kQueued: in SetStatus()
Dcommand_queue.cc45 if (command.second->GetState() == Command::State::kQueued && in AddCommandHandler()
62 if (command.second->GetState() == Command::State::kQueued && in AddCommandHandler()
Dcommand_instance.h118 Command::State state_ = Command::State::kQueued;
/external/libweave/include/weave/
Dcommand.h18 kQueued, enumerator