Lines Matching refs:psu0

134     constexpr auto psu0 = "/com/example/inventory/psu0";  in TEST_F()  local
143 .WillOnce(Return(std::vector<std::string>({psu0, psu1}))); in TEST_F()
144 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F()
148 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
150 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu0), _, in TEST_F()
153 EXPECT_CALL(mockedUtils, getModel(StrEq(psu0))) in TEST_F()
178 EXPECT_EQ(psu0, std::get<2>(assocs[0])); in TEST_F()
184 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
193 .WillOnce(Return(std::vector<std::string>({psu0, psu1}))); in TEST_F()
194 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F()
198 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
200 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu0), _, in TEST_F()
203 EXPECT_CALL(mockedUtils, getModel(StrEq(psu0))) in TEST_F()
230 EXPECT_EQ(psu0, std::get<2>(assocs0[0])); in TEST_F()
370 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
379 .WillOnce(Return(std::vector<std::string>({psu0, psu1}))); in TEST_F()
380 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F()
384 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
386 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu0), _, in TEST_F()
389 EXPECT_CALL(mockedUtils, getModel(StrEq(psu0))) in TEST_F()
414 EXPECT_EQ(psu0, std::get<2>(assocs[0])); in TEST_F()
418 onPsuInventoryChanged(psu0, propRemoved); in TEST_F()
431 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
433 EXPECT_CALL(mockedUtils, getModel(StrEq(psu0))) in TEST_F()
443 onPsuInventoryChanged(psu0, propAdded); in TEST_F()
533 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
542 .WillOnce(Return(std::vector<std::string>({psu0, psu1}))); in TEST_F()
543 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F()
547 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
549 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu0), _, in TEST_F()
552 EXPECT_CALL(mockedUtils, getModel(StrEq(psu0))) in TEST_F()
576 EXPECT_EQ(psu0, std::get<2>(assocs[0])); in TEST_F()
579 EXPECT_CALL(mockedUtils, isAssociated(StrEq(psu0), _)) in TEST_F()
581 itemUpdater->onUpdateDone(newVersionId, psu0); in TEST_F()
601 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
610 .WillOnce(Return(std::vector<std::string>({psu0, psu1}))); in TEST_F()
611 EXPECT_CALL(mockedUtils, getService(_, StrEq(psu0), _)) in TEST_F()
615 EXPECT_CALL(mockedUtils, getVersion(StrEq(psu0))) in TEST_F()
617 EXPECT_CALL(mockedUtils, getPropertyImpl(_, StrEq(service), StrEq(psu0), _, in TEST_F()
620 EXPECT_CALL(mockedUtils, getModel(StrEq(psu0))) in TEST_F()
641 EXPECT_CALL(mockedUtils, isAssociated(StrEq(psu0), _)) in TEST_F()
645 itemUpdater->onUpdateDone(newVersionId, psu0); in TEST_F()