Searched refs:GetMinimalRole (Results 1 – 5 of 5) sorted by relevance
/external/libweave/src/ |
D | component_manager_unittest.cc | 407 TEST_F(ComponentManagerTest, GetMinimalRole) { in TEST_F() argument 426 ASSERT_TRUE(manager_.GetMinimalRole("trait1.command1", &role, nullptr)); in TEST_F() 429 ASSERT_TRUE(manager_.GetMinimalRole("trait1.command2", &role, nullptr)); in TEST_F() 432 ASSERT_TRUE(manager_.GetMinimalRole("trait2.command1", &role, nullptr)); in TEST_F() 435 ASSERT_TRUE(manager_.GetMinimalRole("trait2.command2", &role, nullptr)); in TEST_F() 438 EXPECT_FALSE(manager_.GetMinimalRole("trait1.command3", &role, nullptr)); in TEST_F()
|
D | component_manager.h | 157 virtual bool GetMinimalRole(const std::string& command_name,
|
D | mock_component_manager.h | 66 MOCK_CONST_METHOD3(GetMinimalRole,
|
D | component_manager_impl.h | 119 bool GetMinimalRole(const std::string& command_name,
|
D | component_manager_impl.cc | 231 if (!GetMinimalRole(command_instance->GetName(), &minimal_role, error)) in ParseCommandInstance() 347 bool ComponentManagerImpl::GetMinimalRole(const std::string& command_name, in GetMinimalRole() function in weave::ComponentManagerImpl
|