Searched refs:kTypeMismatch (Results 1 – 4 of 4) sorted by relevance
/external/libweave/src/commands/ |
D | schema_constants.cc | 12 const char kTypeMismatch[] = "type_mismatch"; variable
|
D | schema_constants.h | 14 extern const char kTypeMismatch[];
|
/external/libweave/src/ |
D | component_manager_impl.cc | 167 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()
|
D | component_manager_unittest.cc | 302 EXPECT_EQ(errors::commands::kTypeMismatch, error->GetCode()); in TEST_F()
|