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

/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_socket.h27 MOCK_CONST_METHOD0(GetLastErrorMessage, std::string());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket.h29 // error message through |GetLastErrorMessage()|.
34 // |GetLastErrorMessage()|.
37 virtual std::string GetLastErrorMessage() const = 0;
H A Dbluetooth_profile_chromeos_unittest.cc186 EXPECT_EQ("", socket->GetLastErrorMessage());
196 EXPECT_EQ("", socket->GetLastErrorMessage());
208 EXPECT_EQ("", socket->GetLastErrorMessage());
222 EXPECT_EQ("Disconnected", socket->GetLastErrorMessage());
231 EXPECT_EQ("Disconnected", socket->GetLastErrorMessage());
311 EXPECT_EQ("", socket->GetLastErrorMessage());
321 EXPECT_EQ("", socket->GetLastErrorMessage());
333 EXPECT_EQ("", socket->GetLastErrorMessage());
347 EXPECT_EQ("Disconnected", socket->GetLastErrorMessage());
355 EXPECT_EQ("Disconnected", socket->GetLastErrorMessage());
[all...]
H A Dbluetooth_socket_chromeos.h38 virtual std::string GetLastErrorMessage() const OVERRIDE;
65 // GetLastErrorMessage().
H A Dbluetooth_socket_win.h36 virtual std::string GetLastErrorMessage() const OVERRIDE;
H A Dbluetooth_socket_mac.h48 virtual std::string GetLastErrorMessage() const OVERRIDE;
H A Dbluetooth_socket_win.cc111 std::string BluetoothSocketWin::GetLastErrorMessage() const { function in class:device::BluetoothSocketWin
H A Dbluetooth_socket_chromeos.cc153 std::string BluetoothSocketChromeOS::GetLastErrorMessage() const { function in class:chromeos::BluetoothSocketChromeOS
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_api.cc454 SetError(socket_->GetLastErrorMessage());
513 SetError(socket_->GetLastErrorMessage());

Completed in 5636 milliseconds