Home
last modified time | relevance | path

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

/external/libweave/src/privet/
Dcloud_delegate.cc172 std::string str_scope = EnumToString(user_info.scope()); in AddCommand() local
173 if (!StringToEnum(str_scope, &role)) { in AddCommand()
175 "Invalid role: '%s'", str_scope.c_str()); in AddCommand()