HomeSort by relevance Sort by last modified time
    Searched defs:FakeBluetoothAgentManagerClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_manager_client.h 20 // FakeBluetoothAgentManagerClient simulates the behavior of the Bluetooth
23 class CHROMEOS_EXPORT FakeBluetoothAgentManagerClient
26 FakeBluetoothAgentManagerClient();
27 virtual ~FakeBluetoothAgentManagerClient();
fake_bluetooth_agent_manager_client.cc 15 FakeBluetoothAgentManagerClient::FakeBluetoothAgentManagerClient()
19 FakeBluetoothAgentManagerClient::~FakeBluetoothAgentManagerClient() {
22 void FakeBluetoothAgentManagerClient::Init(dbus::Bus* bus) {
25 void FakeBluetoothAgentManagerClient::RegisterAgent(
43 void FakeBluetoothAgentManagerClient::UnregisterAgent(
59 void FakeBluetoothAgentManagerClient::RequestDefaultAgent(
67 void FakeBluetoothAgentManagerClient::RegisterAgentServiceProvider(
72 void FakeBluetoothAgentManagerClient::UnregisterAgentServiceProvider
    [all...]

Completed in 38 milliseconds