HomeSort by relevance Sort by last modified time
    Searched refs:DBusClientBundle (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chromeos/dbus/
dbus_client_bundle_unittest.cc 14 EXPECT_EQ(0, DBusClientBundle::ParseUnstubList("foo"));
16 EXPECT_EQ(DBusClientBundle::BLUETOOTH,
17 DBusClientBundle::ParseUnstubList("BLUETOOTH"));
19 EXPECT_EQ(DBusClientBundle::BLUETOOTH,
20 DBusClientBundle::ParseUnstubList("bluetooth"));
23 DBusClientBundle::CRAS |
24 DBusClientBundle::CROS_DISKS |
25 DBusClientBundle::DEBUG_DAEMON |
26 DBusClientBundle::SHILL,
27 DBusClientBundle::ParseUnstubList
    [all...]
dbus_client_bundle.cc 86 DBusClientBundle::DBusClientType client_type;
88 { "bluetooth", DBusClientBundle::BLUETOOTH },
89 { "cras", DBusClientBundle::CRAS },
90 { "cros_disks", DBusClientBundle::CROS_DISKS },
91 { "cryptohome", DBusClientBundle::CRYPTOHOME },
92 { "debug_daemon", DBusClientBundle::DEBUG_DAEMON },
93 { "easy_unlock", DBusClientBundle::EASY_UNLOCK },
94 { "lorgnette_manager", DBusClientBundle::LORGNETTE_MANAGER },
95 { "shill", DBusClientBundle::SHILL },
96 { "gsm_sms", DBusClientBundle::GSM_SMS }
    [all...]
dbus_client_bundle.h 52 class CHROMEOS_EXPORT DBusClientBundle {
81 DBusClientBundle(DBusClientTypeMask unstub_client_mask);
82 ~DBusClientBundle();
283 DISALLOW_COPY_AND_ASSIGN(DBusClientBundle);
dbus_thread_manager.h 109 bool IsUsingStub(DBusClientBundle::DBusClientType client);
158 explicit DBusThreadManager(scoped_ptr<DBusClientBundle> client_bundle);
166 DBusClientBundle::DBusClientTypeMask unstub_client_mask);
186 scoped_ptr<DBusClientBundle> client_bundle_;
dbus_thread_manager.cc 57 DBusThreadManager::DBusThreadManager(scoped_ptr<DBusClientBundle> client_bundle)
327 bool DBusThreadManager::IsUsingStub(DBusClientBundle::DBusClientType client) {
368 DBusClientBundle::DBusClientTypeMask unstub_client_mask) {
371 make_scoped_ptr(new DBusClientBundle(unstub_client_mask)));
377 CreateGlobalInstance(~static_cast<DBusClientBundle::DBusClientTypeMask>(0));
390 DBusClientBundle::DBusClientTypeMask unstub_client_mask =
391 DBusClientBundle::ParseUnstubList(unstub_clients);
bluetooth_gatt_service_service_provider.cc 272 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
bluetooth_profile_service_provider.cc 255 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
bluetooth_agent_service_provider.cc 472 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
bluetooth_gatt_characteristic_service_provider.cc 467 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {
bluetooth_gatt_descriptor_service_provider.cc 463 if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) {

Completed in 450 milliseconds