Searched refs:addUpdateableAssociation (Results 1 – 6 of 6) sorted by relevance
35 virtual void addUpdateableAssociation(const std::string& path) = 0;
99 void addUpdateableAssociation(const std::string& path) override;
186 void ItemUpdater::addUpdateableAssociation(const std::string& path) in addUpdateableAssociation() function in phosphor::software::updater::ItemUpdater283 addUpdateableAssociation(path); in createPsuObject()
271 associationInterface->addUpdateableAssociation(objPath); in finishActivation()
22 MOCK_METHOD1(addUpdateableAssociation, void(const std::string& path));
132 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()155 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()206 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()244 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()331 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()372 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()