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

  /system/bt/service/
bluetooth_instance.h 59 // Callback invoked as a result of a call to RegisterInstance.
68 virtual bool RegisterInstance(const UUID& app_uuid,
gatt_client.h 67 bool RegisterInstance(const UUID& uuid,
gatt_client.cpp 61 bool GattClientFactory::RegisterInstance(
low_energy_client.h 241 // LowEnergyClient instance. Users should call RegisterInstance to obtain their
254 bool RegisterInstance(const UUID& uuid,
gatt_server.h 373 bool RegisterInstance(const UUID& uuid,
low_energy_client.cpp 839 bool LowEnergyClientFactory::RegisterInstance(
gatt_server.cpp 966 bool GattServerFactory::RegisterInstance(
  /system/bt/service/test/
gatt_client_unittest.cpp 93 TEST_F(GattClientTest, RegisterInstance) {
118 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback));
122 EXPECT_TRUE(factory_->RegisterInstance(uuid0, callback));
127 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback));
136 EXPECT_TRUE(factory_->RegisterInstance(uuid1, callback));
low_energy_client_unittest.cpp 236 ble_factory_->RegisterInstance(uuid, api_callback);
295 TEST_F(LowEnergyClientTest, RegisterInstance) {
320 EXPECT_FALSE(ble_factory_->RegisterInstance(uuid0, callback));
324 EXPECT_TRUE(ble_factory_->RegisterInstance(uuid0, callback));
329 EXPECT_FALSE(ble_factory_->RegisterInstance(uuid0, callback));
338 EXPECT_TRUE(ble_factory_->RegisterInstance(uuid1, callback));
    [all...]
gatt_server_unittest.cpp 213 factory_->RegisterInstance(uuid, callback);
326 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback));
330 EXPECT_TRUE(factory_->RegisterInstance(uuid0, callback));
335 EXPECT_FALSE(factory_->RegisterInstance(uuid0, callback));
344 EXPECT_TRUE(factory_->RegisterInstance(uuid1, callback));
    [all...]
  /system/bt/service/ipc/binder/
interface_with_instances_base.cpp 66 if (factory->RegisterInstance(app_uuid, cb))
117 VLOG(1) << "Callback was removed before the call to \"RegisterInstance\" "
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/
layer1.py     [all...]

Completed in 276 milliseconds