OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothAgentManagerClient
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.h
23
//
BluetoothAgentManagerClient
is used to communicate with the agent manager
25
class CHROMEOS_EXPORT
BluetoothAgentManagerClient
{
27
virtual ~
BluetoothAgentManagerClient
();
58
static
BluetoothAgentManagerClient
* Create(DBusClientImplementationType type,
65
BluetoothAgentManagerClient
();
68
DISALLOW_COPY_AND_ASSIGN(
BluetoothAgentManagerClient
);
bluetooth_agent_manager_client.cc
18
const char
BluetoothAgentManagerClient
::kNoResponseError[] =
21
// The
BluetoothAgentManagerClient
implementation used in production.
23
: public
BluetoothAgentManagerClient
{
38
//
BluetoothAgentManagerClient
override.
60
//
BluetoothAgentManagerClient
override.
81
//
BluetoothAgentManagerClient
override.
140
BluetoothAgentManagerClient
::
BluetoothAgentManagerClient
() {
143
BluetoothAgentManagerClient
::~
BluetoothAgentManagerClient
() {
[
all
...]
fake_bluetooth_agent_manager_client.h
25
: public
BluetoothAgentManagerClient
{
30
//
BluetoothAgentManagerClient
override
dbus_thread_manager.h
30
class
BluetoothAgentManagerClient
;
124
virtual
BluetoothAgentManagerClient
* GetBluetoothAgentManagerClient() = 0;
dbus_thread_manager.cc
89
BluetoothAgentManagerClient
::Create(client_type_, system_bus_.get()));
237
virtual
BluetoothAgentManagerClient
* GetBluetoothAgentManagerClient()
391
scoped_ptr<
BluetoothAgentManagerClient
> bluetooth_agent_manager_client_;
mock_dbus_thread_manager.h
56
BluetoothAgentManagerClient
*(void));
mock_dbus_thread_manager_without_gmock.cc
98
BluetoothAgentManagerClient
*
mock_dbus_thread_manager_without_gmock.h
62
virtual
BluetoothAgentManagerClient
*
Completed in 86 milliseconds