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

1 2

  /system/weaved/buffet/
dbus_constants.cc 21 const char kServiceName[] = "com.android.Weave";
dbus_constants.h 23 extern const char kServiceName[];
main.cc 37 using buffet::dbus_constants::kServiceName;
45 : DBusServiceDaemon(kServiceName, kRootServicePath), options_{options} {}
  /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[];
  /external/cros/system_api/dbus/apmanager/
dbus-constants.h 9 const char kServiceName[] = "org.chromium.apmanager";
  /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
  /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);
IBluetoothGattClientCallback.cpp 31 const char IBluetoothGattClientCallback::kServiceName[] =
82 IBluetoothGattClientCallback::kServiceName);
IBluetoothCallback.h 39 static const char kServiceName[];
IBluetoothGattClientCallback.h 37 static const char kServiceName[];
IBluetoothGattClient.cpp 32 const char IBluetoothGattClient::kServiceName[] =
106 IBluetoothGattClient::kServiceName);
IBluetoothGattClient.h 42 static const char kServiceName[];
IBluetoothLowEnergyCallback.h 41 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.h 44 static const char 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;
shill_dbus_proxy.cc 63 if (!manager_proxy_->ClaimInterface(kServiceName, interface_name, &error)) {
77 if (!manager_proxy_->ReleaseInterface(kServiceName, interface_name, &error)) {
  /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},
  /system/bt/service/ipc/binder/
ipc_handler_binder.cpp 51 String16(binder::IBluetooth::kServiceName),
  /frameworks/base/libs/common_time/
common_time_config_service.cpp 30 defaultServiceManager()->addService(ICommonTimeConfig::kServiceName, ctcs);

Completed in 344 milliseconds

1 2