Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dcloud_delegate.cc185 command_owners_[id] = user_info.id(); in AddCommand()
217 for (const auto& it : command_owners_) { in ListCommands()
233 command_owners_.insert(std::make_pair(command->GetID(), UserAppId{})); in OnCommandAdded()
237 CHECK(command_owners_.erase(command->GetID())); in OnCommandRemoved()
298 auto it = command_owners_.find(command_id); in GetCommandInternal()
299 if (it == command_owners_.end()) in GetCommandInternal()
347 std::map<std::string, UserAppId> command_owners_; member in weave::privet::__anon9e8e4d940111::CloudDelegateImpl