HomeSort by relevance Sort by last modified time
    Searched defs:kServiceName (Results 1 - 25 of 28) sorted by null

1 2

  /system/weaved/buffet/
dbus_constants.cc 21 const char kServiceName[] = "com.android.Weave";
  /system/connectivity/shill/dbus/
chromeos_upstart_proxy.cc 29 const char ChromeosUpstartProxy::kServiceName[] = "com.ubuntu.Upstart";
33 new com::ubuntu::Upstart0_6Proxy(bus, kServiceName)) {}
chromeos_upstart_proxy.h 45 static const char kServiceName[];
  /frameworks/av/include/common_time/
ICommonTimeConfig.h 36 static const String16 kServiceName;
59 ICommonTimeConfig::kServiceName);
ICommonClock.h 46 static const String16 kServiceName;
94 ICommonClock::kServiceName);
  /system/bt/service/common/bluetooth/binder/
IBluetoothCallback.cpp 31 const char IBluetoothCallback::kServiceName[] =
83 IMPLEMENT_META_INTERFACE(BluetoothCallback, IBluetoothCallback::kServiceName);
IBluetoothCallback.h 39 static const char kServiceName[];
IBluetoothGattClientCallback.cpp 31 const char IBluetoothGattClientCallback::kServiceName[] =
82 IBluetoothGattClientCallback::kServiceName);
IBluetoothGattClient.cpp 32 const char IBluetoothGattClient::kServiceName[] =
106 IBluetoothGattClient::kServiceName);
IBluetoothGattServerCallback.h 43 static const char kServiceName[];
IBluetoothGattClient.h 42 static const char kServiceName[];
IBluetoothGattClientCallback.h 37 static const char kServiceName[];
IBluetoothGattServer.h 44 static const char kServiceName[];
IBluetoothLowEnergyCallback.h 41 static const char kServiceName[];
IBluetoothGattServerCallback.cpp 33 const char IBluetoothGattServerCallback::kServiceName[] =
298 IBluetoothGattServerCallback::kServiceName);
IBluetoothLowEnergy.h 43 static const char kServiceName[];
IBluetoothLowEnergyCallback.cpp 36 const char IBluetoothLowEnergyCallback::kServiceName[] =
183 IBluetoothLowEnergyCallback::kServiceName);
IBluetooth.cpp 37 const char IBluetooth::kServiceName[] = "bluetooth-service";
47 sp<IBinder> binder = sm->getService(String16(kServiceName));
311 IMPLEMENT_META_INTERFACE(Bluetooth, IBluetooth::kServiceName);
IBluetoothGattServer.cpp 34 const char IBluetoothGattServer::kServiceName[] =
328 IBluetoothGattServer::kServiceName);
IBluetoothLowEnergy.cpp 37 const char IBluetoothLowEnergy::kServiceName[] =
301 IMPLEMENT_META_INTERFACE(BluetoothLowEnergy, IBluetoothLowEnergy::kServiceName);
  /system/tools/aidl/tests/
aidl_test_client.cpp 54 const char kServiceName[] = "android.aidl.tests.ITestService";
58 status_t status = getService(String16(kServiceName), service);
60 cerr << "Failed to get service binder: '" << kServiceName
  /system/connectivity/apmanager/dbus/
dbus_control.cc 38 const char kServiceName[] = "org.chromium.apmanager";
83 CHECK(bus_->RequestOwnershipAndBlock(kServiceName,
85 << "Unable to take ownership of " << kServiceName;
  /system/connectivity/shill/
device_claimer_unittest.cc 34 const char kServiceName[] = "org.chromium.TestService";
42 device_claimer_(kServiceName, &device_info_, false) {}
  /system/webservd/webservd/
main.cc 49 const char kServiceName[] = "org.chromium.WebServer";
59 : DBusServiceDaemon{kServiceName, kRootServicePath},
  /external/cros/system_api/dbus/apmanager/
dbus-constants.h 9 const char kServiceName[] = "org.chromium.apmanager";

Completed in 1875 milliseconds

1 2