Lines Matching refs:logError
294 EXPECT_CALL(journal, logError(std::vector<std::string>{"DBus Error"})) in TEST_F()
296 EXPECT_CALL(journal, logError("Unable to monitor sensors for rail vdd")) in TEST_F()
300 logError("n phase fault detected in regulator reg2: count=1")) in TEST_F()
304 logError("n phase fault detected in regulator reg2: count=2")) in TEST_F()
364 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
365 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST_F()
385 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
386 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST_F()
413 EXPECT_CALL(journal, logError("Unable to close device vdd_reg")) in TEST_F()
415 EXPECT_CALL(journal, logError(expectedErrMessagesException)).Times(1); in TEST_F()
437 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
481 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
505 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
575 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
624 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
648 logError("n phase fault detected in regulator reg2: count=1")) in TEST_F()
652 logError("n phase fault detected in regulator reg2: count=2")) in TEST_F()