HomeSort by relevance Sort by last modified time
    Searched refs:GetService (Results 1 - 25 of 49) 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/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 {
135 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
143 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService();
211 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 50 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
shill_manager_client.h 192 // Calls GetService method.
194 virtual void GetService(const base::DictionaryValue& properties,
fake_shill_manager_client.h 64 virtual void GetService(
fake_shill_profile_client.cc 221 bool FakeShillProfileClient::GetService(const std::string& service_path,
  /external/chromium_org/device/bluetooth/
bluetooth_gatt_characteristic.h 135 virtual BluetoothGattService* GetService() const = 0;
bluetooth_remote_gatt_service_chromeos.cc 163 DCHECK(characteristic->GetService() == this);
172 DCHECK(characteristic->GetService() == this);
188 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_adapter_chromeos.cc 803 characteristic->GetService())->GetAdapter(),
814 characteristic->GetService())->GetAdapter(),
825 descriptor->GetCharacteristic()->GetService())->GetAdapter(),
836 descriptor->GetCharacteristic()->GetService())->GetAdapter(),
848 characteristic->GetService())->GetAdapter(),
861 descriptor->GetCharacteristic()->GetService())->GetAdapter(),
    [all...]
bluetooth_gatt_chromeos_unittest.cc 145 ASSERT_TRUE(characteristic->GetService());
146 EXPECT_EQ(characteristic->GetService()->GetCharacteristic(
163 ASSERT_TRUE(characteristic->GetService());
164 EXPECT_FALSE(characteristic->GetService()->GetCharacteristic(
181 ASSERT_TRUE(characteristic->GetService());
182 EXPECT_EQ(characteristic->GetService()->GetCharacteristic(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
provided_file_systems_ui.cc 161 file_system_provider::Service* GetService();
178 file_system_provider::Service* const service = GetService();
257 file_system_provider::Service* ProvidedFileSystemsWebUIHandler::GetService() {
268 file_system_provider::Service* const service = GetService();
309 file_system_provider::Service* const service = GetService();
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.cc 99 PopulateService(characteristic->GetService(), &out->service);
335 BluetoothLowEnergyEventRouter::Status BluetoothLowEnergyEventRouter::GetService(
458 characteristic->GetService()->GetUUID().value());
490 characteristic->GetService()->GetUUID().value());
536 descriptor->GetCharacteristic()->GetService()->GetUUID().value());
569 characteristic->GetService()->GetUUID().value());
609 characteristic->GetService()->GetUUID().value());
668 characteristic->GetService()->GetUUID().value());
743 descriptor->GetCharacteristic()->GetService()->GetUUID().value());
782 descriptor->GetCharacteristic()->GetService()->GetUUID().value())
    [all...]
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);
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 121 const std::string GetService() const;
  /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 3402 milliseconds

1 2