Lines Matching refs:EndsWith
105 using ::testing::EndsWith;
1631 EndsWith("silently resetting current_service_."))); in TEST_F()
1951 EXPECT_CALL(log, Log(_, _, EndsWith("already connecting or connected."))); in TEST_F()
1967 EXPECT_CALL(log, Log(_, _, EndsWith("already connecting or connected."))); in TEST_F()
2541 EXPECT_CALL(log, Log(_, _, EndsWith( in TEST_F()
2591 EXPECT_CALL(log, Log(_, _, EndsWith( in TEST_F()
2825 Log(logging::LOG_INFO, _, EndsWith(" DisconnectReason to 4"))); in TEST_F()
2829 Log(logging::LOG_INFO, _, EndsWith("Reason to 0 (was 4)"))); in TEST_F()
3241 EndsWith("gateway was never found."))).Times(1); in TEST_F()
3249 EndsWith("Cannot reassociate."))).Times(1); in TEST_F()
3259 EndsWith("Called Reattach()."))).Times(1); in TEST_F()
3268 EndsWith("skipping reassociate attempt."))).Times(1); in TEST_F()
3402 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith(kErrorBadPassphrase))); in TEST_F()
3421 EndsWith(kErrorEapAuthenticationFailed))); in TEST_F()
3761 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith("no current service."))); in TEST_F()
3767 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith("no depth parameter."))); in TEST_F()
3775 Log(logging::LOG_ERROR, _, EndsWith("no subject parameter."))); in TEST_F()
3803 EXPECT_CALL(log, Log(logging::LOG_ERROR, _, EndsWith("no current service."))); in TEST_F()