Searched refs:num_stop_discovery_callbacks_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win_unittest.cc126 num_stop_discovery_callbacks_ = 0;
147 num_stop_discovery_callbacks_++;
175 int num_stop_discovery_callbacks_; member in class:device::BluetoothAdapterWinTest
352 EXPECT_EQ(0, num_stop_discovery_callbacks_);
357 EXPECT_EQ(1, num_stop_discovery_callbacks_);
378 EXPECT_EQ(i + 1, num_stop_discovery_callbacks_);
389 EXPECT_EQ(num_discoveries, num_stop_discovery_callbacks_);
488 EXPECT_EQ(num_expected_stop_discoveries, num_stop_discovery_callbacks_);
506 EXPECT_EQ(1, num_stop_discovery_callbacks_);

Completed in 315 milliseconds