Home
last modified time | relevance | path

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

/external/libweave/src/
Dcomponent_manager_unittest.cc407 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()
Dcomponent_manager.h157 virtual bool GetMinimalRole(const std::string& command_name,
Dmock_component_manager.h66 MOCK_CONST_METHOD3(GetMinimalRole,
Dcomponent_manager_impl.h119 bool GetMinimalRole(const std::string& command_name,
Dcomponent_manager_impl.cc231 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