OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUsingStub
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chromeos/dbus/
dbus_client_bundle.cc
124
if (!
IsUsingStub
(BLUETOOTH)) {
155
if (!
IsUsingStub
(CRAS))
161
IsUsingStub
(CROS_DISKS) ? STUB_DBUS_CLIENT_IMPLEMENTATION
164
if (!
IsUsingStub
(CRYPTOHOME))
169
if (!
IsUsingStub
(DEBUG_DAEMON))
174
if (!
IsUsingStub
(EASY_UNLOCK))
179
if (!
IsUsingStub
(LORGNETTE_MANAGER))
184
if (!
IsUsingStub
(SHILL)) {
198
if (!
IsUsingStub
(GSM_SMS)) {
208
if (!
IsUsingStub
(IMAGE_BURNER)
[
all
...]
dbus_client_bundle.h
85
bool
IsUsingStub
(DBusClientType client);
dbus_thread_manager.h
109
bool
IsUsingStub
(DBusClientBundle::DBusClientType client);
dbus_thread_manager.cc
327
bool DBusThreadManager::
IsUsingStub
(DBusClientBundle::DBusClientType client) {
328
return client_bundle_->
IsUsingStub
(client);
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 68 milliseconds