Home
last modified time | relevance | path

Searched refs:GetService (Results 1 – 25 of 37) 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.cc93 file_system_provider::Service* GetService();
110 file_system_provider::Service* const service = GetService(); in ~ProvidedFileSystemsWebUIHandler()
182 file_system_provider::Service* ProvidedFileSystemsWebUIHandler::GetService() { in GetService() function in chromeos::__anon8784b93a0111::ProvidedFileSystemsWebUIHandler
193 file_system_provider::Service* const service = GetService(); in UpdateFileSystems()
234 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
141 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunSync()
151 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunAsync()
219 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/device/bluetooth/
Dbluetooth_remote_gatt_service_chromeos.cc167 DCHECK(characteristic->GetService() == this); in NotifyCharacteristicValueChanged()
178 DCHECK(characteristic->GetService() == this); in NotifyDescriptorAddedOrRemoved()
193 DCHECK(characteristic->GetService() == this); in NotifyDescriptorValueChanged()
Dbluetooth_gatt_characteristic.h135 virtual BluetoothGattService* GetService() const = 0;
Dbluetooth_remote_gatt_descriptor_chromeos.cc122 characteristic_->GetService()); in OnValueSuccess()
Dbluetooth_remote_gatt_characteristic_chromeos.h46 virtual device::BluetoothGattService* GetService() const OVERRIDE;
Dbluetooth_gatt_chromeos_unittest.cc181 EXPECT_EQ(service, characteristic->GetService()); in GattCharacteristicAdded()
197 EXPECT_EQ(service, characteristic->GetService()); in GattCharacteristicRemoved()
215 EXPECT_EQ(service, characteristic->GetService()); in GattCharacteristicValueChanged()
223 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier()); in GattDescriptorAdded()
239 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier()); in GattDescriptorRemoved()
256 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier()); in GattDescriptorValueChanged()
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/
Dbluetooth_low_energy_event_router.cc99 PopulateService(characteristic->GetService(), &out->service); in PopulateCharacteristic()
355 BluetoothLowEnergyEventRouter::Status BluetoothLowEnergyEventRouter::GetService( in GetService() function in extensions::BluetoothLowEnergyEventRouter
478 characteristic->GetService()->GetUUID().value()); in GetCharacteristic()
510 characteristic->GetService()->GetUUID().value()); in GetDescriptors()
556 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in GetDescriptor()
589 characteristic->GetService()->GetUUID().value()); in ReadCharacteristicValue()
629 characteristic->GetService()->GetUUID().value()); in WriteCharacteristicValue()
688 characteristic->GetService()->GetUUID().value()); in StartCharacteristicNotifications()
763 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in ReadDescriptorValue()
802 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/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/
Dmock_shill_manager_client.h49 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
Dshill_profile_client.h79 virtual bool GetService(const std::string& service_path,
Dfake_shill_profile_client.h59 virtual bool GetService(const std::string& service_path,
Dshill_manager_client.h192 virtual void GetService(const base::DictionaryValue& properties,
Dfake_shill_manager_client.h60 virtual void GetService(
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.h115 const std::string GetService() const;
/external/chromium_org/media/audio/win/
Daudio_low_latency_input_win.cc728 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient), in InitializeAudioEngine()
735 hr = audio_client_->GetService(__uuidof(ISimpleAudioVolume), in InitializeAudioEngine()

12