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

1 2

  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_api.cc 36 AudioService* AudioAPI::GetService() const {
51 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
74 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
87 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
audio_api.h 21 AudioService* GetService() const;
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_gatt_characteristic.cc 27 ON_CALL(*this, GetService()).WillByDefault(Return(service));
mock_bluetooth_gatt_characteristic.h 37 MOCK_CONST_METHOD0(GetService, BluetoothGattService*());
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
provided_file_systems_ui.cc 93 file_system_provider::Service* GetService();
110 file_system_provider::Service* const service = GetService();
182 file_system_provider::Service* ProvidedFileSystemsWebUIHandler::GetService() {
193 file_system_provider::Service* const service = GetService();
234 file_system_provider::Service* const service = GetService();
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_diagnosis_runner.cc 88 ->GetService();
117 ->GetService();
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 63 FeedbackService* FeedbackPrivateAPI::GetService() const {
141 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
151 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
219 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
feedback_private_api.h 26 FeedbackService* GetService() const;
  /external/chromium_org/chromeos/dbus/
shill_profile_client.h 79 virtual bool GetService(const std::string& service_path,
fake_shill_profile_client.h 59 virtual bool GetService(const std::string& service_path,
mock_shill_manager_client.h 49 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
shill_manager_client.h 190 // Calls GetService method.
192 virtual void GetService(const base::DictionaryValue& properties,
fake_shill_manager_client.h 60 virtual void GetService(
fake_shill_profile_client.cc 221 bool FakeShillProfileClient::GetService(const std::string& service_path,
shill_manager_client.cc 133 virtual void GetService(
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 135 virtual BluetoothGattService* GetService() const = 0;
bluetooth_remote_gatt_service_chromeos.cc 167 DCHECK(characteristic->GetService() == this);
178 DCHECK(characteristic->GetService() == this);
193 DCHECK(characteristic->GetService() == this);
bluetooth_remote_gatt_characteristic_chromeos.h 46 virtual device::BluetoothGattService* GetService() const OVERRIDE;
bluetooth_remote_gatt_descriptor_chromeos.cc 122 characteristic_->GetService());
bluetooth_gatt_chromeos_unittest.cc 181 EXPECT_EQ(service, characteristic->GetService());
197 EXPECT_EQ(service, characteristic->GetService());
215 EXPECT_EQ(service, characteristic->GetService());
223 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier());
239 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier());
256 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 115 const std::string GetService() const;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
bluetooth_low_energy_api.cc 237 scoped_ptr<apibtle::GetService::Params> params(
238 apibtle::GetService::Params::Create(*args_));
243 event_router->GetService(params->service_id, &service);
250 results_ = apibtle::GetService::Results::Create(service);
bluetooth_low_energy_event_router.cc 99 PopulateService(characteristic->GetService(), &out->service);
355 BluetoothLowEnergyEventRouter::Status BluetoothLowEnergyEventRouter::GetService(
478 characteristic->GetService()->GetUUID().value());
510 characteristic->GetService()->GetUUID().value());
556 descriptor->GetCharacteristic()->GetService()->GetUUID().value());
589 characteristic->GetService()->GetUUID().value());
629 characteristic->GetService()->GetUUID().value());
688 characteristic->GetService()->GetUUID().value());
763 descriptor->GetCharacteristic()->GetService()->GetUUID().value());
802 descriptor->GetCharacteristic()->GetService()->GetUUID().value())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdhost.h 62 STDMETHOD_(HRESULT,GetService)(THIS_ LPCWSTR pszServiceId,IUnknown **ppService) PURE;
70 #define IWSDDeviceHostNotify_GetService(This,pszServiceId,ppService) (This)->lpVtbl->GetService(This,pszServiceId,ppService)
nspapi.h 344 #define GetService __MINGW_NAME_AW(GetService)

Completed in 385 milliseconds

1 2