Home
last modified time | relevance | path

Searched refs:GetService (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/audio/
Daudio_api.cc36 AudioService* AudioAPI::GetService() const { in GetService() function in extensions::AudioAPI
51 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunAsync()
74 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunSync()
87 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunSync()
Daudio_api.h21 AudioService* GetService() const;
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
DChromeDebugPackage.cs65 OleMenuCommandService mcs = GetService(typeof(IMenuCommandService)) as OleMenuCommandService; in Initialize()
82 EnvDTE.DTE dte = (EnvDTE.DTE)GetService(typeof(EnvDTE.DTE)); in MenuItemCallback()
84 IVsUIShell uiShell = (IVsUIShell)GetService(typeof(SVsUIShell)); in MenuItemCallback()
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dprovided_file_systems_ui.cc161 file_system_provider::Service* GetService();
178 file_system_provider::Service* const service = GetService(); in ~ProvidedFileSystemsWebUIHandler()
257 file_system_provider::Service* ProvidedFileSystemsWebUIHandler::GetService() { in GetService() function in chromeos::__anon4bdac60d0111::ProvidedFileSystemsWebUIHandler
268 file_system_provider::Service* const service = GetService(); in UpdateFileSystems()
309 file_system_provider::Service* const service = GetService(); in SelectFileSystem()
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
Dfeedback_private_api.cc63 FeedbackService* FeedbackPrivateAPI::GetService() const { in GetService() function in extensions::FeedbackPrivateAPI
135 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunSync()
143 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunAsync()
211 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunAsync()
Dfeedback_private_api.h26 FeedbackService* GetService() const;
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_diagnosis_runner.cc88 ->GetService(); in StartSystemLogCollection()
117 ->GetService(); in SendSysLogFeedback()
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dbluetooth_low_energy_event_router.cc99 PopulateService(characteristic->GetService(), &out->service); in PopulateCharacteristic()
335 BluetoothLowEnergyEventRouter::Status BluetoothLowEnergyEventRouter::GetService( in GetService() function in extensions::BluetoothLowEnergyEventRouter
458 characteristic->GetService()->GetUUID().value()); in GetCharacteristic()
490 characteristic->GetService()->GetUUID().value()); in GetDescriptors()
536 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in GetDescriptor()
569 characteristic->GetService()->GetUUID().value()); in ReadCharacteristicValue()
609 characteristic->GetService()->GetUUID().value()); in WriteCharacteristicValue()
668 characteristic->GetService()->GetUUID().value()); in StartCharacteristicNotifications()
743 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in ReadDescriptorValue()
782 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in WriteDescriptorValue()
[all …]
Dbluetooth_low_energy_api.cc237 scoped_ptr<apibtle::GetService::Params> params( in DoWork()
238 apibtle::GetService::Params::Create(*args_)); in DoWork()
243 event_router->GetService(params->service_id, &service); in DoWork()
250 results_ = apibtle::GetService::Results::Create(service); in DoWork()
/external/chromium_org/device/bluetooth/
Dbluetooth_remote_gatt_service_chromeos.cc163 DCHECK(characteristic->GetService() == this); in NotifyCharacteristicValueChanged()
172 DCHECK(characteristic->GetService() == this); in NotifyDescriptorAddedOrRemoved()
188 DCHECK(characteristic->GetService() == this); in NotifyDescriptorValueChanged()
Dbluetooth_adapter_chromeos.cc803 characteristic->GetService())->GetAdapter(), in NotifyGattCharacteristicAdded()
814 characteristic->GetService())->GetAdapter(), in NotifyGattCharacteristicRemoved()
825 descriptor->GetCharacteristic()->GetService())->GetAdapter(), in NotifyGattDescriptorAdded()
836 descriptor->GetCharacteristic()->GetService())->GetAdapter(), in NotifyGattDescriptorRemoved()
848 characteristic->GetService())->GetAdapter(), in NotifyGattCharacteristicValueChanged()
861 descriptor->GetCharacteristic()->GetService())->GetAdapter(), in NotifyGattDescriptorValueChanged()
Dbluetooth_gatt_characteristic.h135 virtual BluetoothGattService* GetService() const = 0;
Dbluetooth_remote_gatt_descriptor_chromeos.cc122 characteristic_->GetService()); in OnValueSuccess()
Dbluetooth_gatt_chromeos_unittest.cc145 ASSERT_TRUE(characteristic->GetService()); in GattCharacteristicAdded()
146 EXPECT_EQ(characteristic->GetService()->GetCharacteristic( in GattCharacteristicAdded()
163 ASSERT_TRUE(characteristic->GetService()); in GattCharacteristicRemoved()
164 EXPECT_FALSE(characteristic->GetService()->GetCharacteristic( in GattCharacteristicRemoved()
181 ASSERT_TRUE(characteristic->GetService()); in GattCharacteristicValueChanged()
182 EXPECT_EQ(characteristic->GetService()->GetCharacteristic( in GattCharacteristicValueChanged()
Dbluetooth_remote_gatt_characteristic_chromeos.h46 virtual device::BluetoothGattService* GetService() const OVERRIDE;
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs70 var commandService = GetService(typeof(IMenuCommandService)) as OleMenuCommandService; in Initialize()
110 var uiShell = (IVsUIShell)GetService(typeof(SVsUIShell)); in MenuItemCallback()
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_gatt_characteristic.cc27 ON_CALL(*this, GetService()).WillByDefault(Return(service)); in MockBluetoothGattCharacteristic()
Dmock_bluetooth_gatt_characteristic.h37 MOCK_CONST_METHOD0(GetService, BluetoothGattService*());
/external/chromium_org/chromeos/dbus/
Dshill_profile_client.h79 virtual bool GetService(const std::string& service_path,
Dmock_shill_manager_client.h50 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
Dfake_shill_profile_client.h59 virtual bool GetService(const std::string& service_path,
Dshill_manager_client.h194 virtual void GetService(const base::DictionaryValue& properties,
Dshill_manager_client_unittest.cc292 TEST_F(ShillManagerClientTest, GetService) { in TEST_F() argument
306 client_->GetService(*arg, in TEST_F()
/external/chromium_org/chrome/browser/chromeos/options/
Dvpn_config_view.h121 const std::string GetService() const;
/external/chromium_org/media/audio/win/
Daudio_low_latency_input_win.cc753 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient), in InitializeAudioEngine()
760 hr = audio_client_->GetService(__uuidof(ISimpleAudioVolume), in InitializeAudioEngine()

12