Searched refs:addUpdateableAssociation (Results 1 – 6 of 6) sorted by relevance
131 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()154 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()205 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()243 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()330 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()371 EXPECT_CALL(mockedAssociationInterface, addUpdateableAssociation(dBusPath)) in TEST_F()
22 MOCK_METHOD1(addUpdateableAssociation, void(const std::string& path));
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()
254 associationInterface->addUpdateableAssociation(objPath); in finishActivation()