Searched refs:StringToEnum (Results 1 – 7 of 7) sorted by relevance
/external/libweave/include/weave/ |
D | enum_to_string.h | 60 bool StringToEnum(const std::string& name, T* id) { in StringToEnum() function
|
/external/libweave/src/ |
D | config.cc | 212 StringToEnum(tmp, &scope)) { in LoadState() 243 StringToEnum(tmp, &token_owner)) { in LoadState()
|
D | base_api_handler.cc | 144 if (!StringToEnum(anonymous_access_role, &auth_scope)) { in UpdateBaseConfiguration()
|
D | component_manager_impl.cc | 360 CHECK(StringToEnum(value, minimal_role)); in GetMinimalRole()
|
/external/libweave/examples/daemon/lock/ |
D | lock.cc | 98 if (!weave::StringToEnum(requested_state, &new_lock_status)) { in OnLockSetConfig()
|
/external/libweave/src/privet/ |
D | privet_handler.cc | 584 if (!StringToEnum(pairing_str, &pairing) || in HandlePairingStart() 594 if (!StringToEnum(crypto_str, &crypto) || in HandlePairingStart() 658 !StringToEnum(auth_code_type, &auth_type)) { in HandleAuth() 671 if (!StringToEnum(requested_scope, &desired_scope)) { in HandleAuth()
|
D | cloud_delegate.cc | 173 if (!StringToEnum(str_scope, &role)) { in AddCommand()
|