Lines Matching refs:psu0

135     constexpr auto psu0 = "/com/example/inventory/psu0";  in TEST_F()  local
141 Return(std::vector<std::string>({psu0}))); // One PSU inventory in TEST_F()
153 onUpdateDone(StrEq(versionId), StrEq(psu0))) in TEST_F()
161 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
170 std::vector<std::string>({psu0, psu1, psu2, psu3}))); // 4 PSUs in TEST_F()
177 onUpdateDone(StrEq(versionId), StrEq(psu0))) in TEST_F()
213 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
222 std::vector<std::string>({psu0, psu1, psu2, psu3}))); // 4 PSUs in TEST_F()
229 onUpdateDone(StrEq(versionId), StrEq(psu0))) in TEST_F()
248 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
254 Return(std::vector<std::string>({psu0}))); // One PSU inventory in TEST_F()
264 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
270 .WillByDefault(Return(std::vector<std::string>({psu0}))); in TEST_F()
278 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
284 .WillByDefault(Return(std::vector<std::string>({psu0}))); in TEST_F()
296 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
302 Return(std::vector<std::string>({psu0}))); // One PSU inventory in TEST_F()
319 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
330 std::vector<std::string>({psu0, psu1, psu2, psu3}))); // 4 PSUs in TEST_F()
364 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
371 Return(std::vector<std::string>({psu0}))); // One PSU inventory in TEST_F()
387 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
394 Return(std::vector<std::string>({psu0}))); // One PSU inventory in TEST_F()
407 constexpr auto psu0 = "/com/example/inventory/psu0"; in TEST_F() local
415 Return(std::vector<std::string>({psu0}))); // One PSU inventory in TEST_F()
419 EXPECT_CALL(mockedUtils, isAssociated(StrEq(psu0), _)) in TEST_F()