Searched refs:pause_connection (Results 1 – 2 of 2) sorted by relevance
564 ASSERT_TRUE(le_impl_->pause_connection); in SetUp()831 ASSERT_TRUE(le_impl->pause_connection); in TEST_F()842 ASSERT_FALSE(le_impl->pause_connection); in TEST_F()986 ASSERT_TRUE(le_impl_->pause_connection); in TEST_F()993 ASSERT_FALSE(le_impl_->pause_connection); in TEST_F()1008 ASSERT_TRUE(le_impl_->pause_connection); in TEST_F()1015 ASSERT_FALSE(le_impl_->pause_connection); in TEST_F()1030 ASSERT_TRUE(le_impl_->pause_connection); in TEST_F()1037 ASSERT_FALSE(le_impl_->pause_connection); in TEST_F()1052 ASSERT_TRUE(le_impl_->pause_connection); in TEST_F()[all …]
269 ASSERT_LOG(pause_connection, "Connection must be paused to ack the le address manager"); in on_le_connection_canceled_on_pause()311 if (status == ErrorCode::UNKNOWN_CONNECTION && pause_connection) { in on_le_connection_complete()433 if (status == ErrorCode::UNKNOWN_CONNECTION && pause_connection) { in on_le_enhanced_connection_complete()909 pause_connection = true; in create_le_connection()913 if (pause_connection) { in create_le_connection()1073 pause_connection = true; in OnPause()1087 pause_connection = false; in OnResume()1103 if (pause_connection) { in on_create_connection_cancel_complete()1120 pause_connection = true; in register_with_address_manager()1128 pause_connection = false; in check_for_unregister()[all …]