Home
last modified time | relevance | path

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

/external/libweave/src/commands/
Dschema_constants.cc12 const char kTypeMismatch[] = "type_mismatch"; variable
Dschema_constants.h14 extern const char kTypeMismatch[];
/external/libweave/src/
Dcomponent_manager_impl.cc167 Error::AddToPrintf(error, FROM_HERE, errors::commands::kTypeMismatch, in LoadTraits()
175 Error::AddToPrintf(error, FROM_HERE, errors::commands::kTypeMismatch, in LoadTraits()
515 Error::AddToPrintf(error, FROM_HERE, errors::commands::kTypeMismatch, in AddLegacyCommandDefinitions()
553 Error::AddToPrintf(error, FROM_HERE, errors::commands::kTypeMismatch, in AddLegacyStateDefinitions()
713 errors::commands::kTypeMismatch, in FindComponentAt()
719 errors::commands::kTypeMismatch, in FindComponentAt()
Dcomponent_manager_unittest.cc302 EXPECT_EQ(errors::commands::kTypeMismatch, error->GetCode()); in TEST_F()