Searched defs:interface_name (Results 1 - 25 of 169) sorted by path

1234567

/external/chromium_org/chrome/browser/chromeos/dbus/
H A Ddisplay_power_service_provider.cc41 void DisplayPowerServiceProvider::OnExported(const std::string& interface_name, argument
45 LOG(ERROR) << "Failed to export " << interface_name << "."
H A Dliveness_service_provider.cc29 void LivenessServiceProvider::OnExported(const std::string& interface_name, argument
33 LOG(ERROR) << "Failed to export " << interface_name << "."
H A Dprinter_service_provider.cc111 const std::string& interface_name,
115 LOG(ERROR) << "Failed to export " << interface_name << "."
118 DVLOG(1) << "Method exported: " << interface_name << "." << method_name;
110 OnExported( const std::string& interface_name, const std::string& method_name, bool success) argument
H A Dproxy_resolution_service_provider.cc214 const std::string& interface_name,
218 LOG(ERROR) << "Failed to export " << interface_name << "."
221 VLOG(1) << "Method exported: " << interface_name << "." << method_name;
213 OnExported( const std::string& interface_name, const std::string& method_name, bool success) argument
H A Dscreen_lock_service_provider.cc34 void ScreenLockServiceProvider::OnExported(const std::string& interface_name, argument
38 LOG(ERROR) << "Failed to export " << interface_name << "."
H A Dservice_provider_test_helper.cc83 const std::string& interface_name,
95 ConnectToSignal(interface_name, signal_name, _, _))
98 mock_object_proxy_->ConnectToSignal(interface_name, signal_name,
110 const std::string& interface_name,
115 on_exported_callback.Run(interface_name, method_name, true);
140 const std::string& interface_name,
145 connected_callback.Run(interface_name, signal_name, true);
82 SetUpReturnSignal( const std::string& interface_name, const std::string& signal_name, dbus::ObjectProxy::SignalCallback signal_callback, dbus::ObjectProxy::OnConnectedCallback on_connected_callback) argument
109 MockExportMethod( const std::string& interface_name, const std::string& method_name, dbus::ExportedObject::MethodCallCallback method_callback, dbus::ExportedObject::OnExportedCallback on_exported_callback) argument
139 MockConnectToSignal( const std::string& interface_name, const std::string& signal_name, dbus::ObjectProxy::SignalCallback signal_callback, dbus::ObjectProxy::OnConnectedCallback connected_callback) argument
/external/chromium_org/chrome/browser/component_updater/
H A Dpepper_flash_component_installer.cc199 // Returns true if the Pepper |interface_name| is implemented by this browser.
201 bool SupportsPepperInterface(const char* interface_name) { argument
202 if (IsSupportedPepperInterface(interface_name))
208 return (strcmp(interface_name, PPB_PDF_INTERFACE) == 0);
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc1429 const std::string& interface_name) {
1432 if (interface_name == PPB_NACL_PRIVATE_INTERFACE)
1435 if (interface_name == PPB_PDF_INTERFACE)
1428 CreatePPAPIInterface( const std::string& interface_name) argument
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.cc25 const std::string& interface_name,
27 : dbus::PropertySet(object_proxy, interface_name, callback) {
85 const std::string& interface_name) OVERRIDE {
88 interface_name,
194 const std::string& interface_name) OVERRIDE {
202 const std::string& interface_name) OVERRIDE {
23 Properties( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dbluetooth_agent_service_provider.cc326 void OnExported(const std::string& interface_name, argument
330 << interface_name << "." << method_name;
H A Dbluetooth_device_client.cc26 const std::string& interface_name,
28 : dbus::PropertySet(object_proxy, interface_name, callback) {
85 const std::string& interface_name) OVERRIDE {
88 interface_name,
339 const std::string& interface_name) OVERRIDE {
347 const std::string& interface_name) OVERRIDE {
24 Properties( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dbluetooth_gatt_characteristic_client.cc25 const std::string& interface_name,
27 : dbus::PropertySet(object_proxy, interface_name, callback) {
198 const std::string& interface_name) OVERRIDE {
201 interface_name,
210 const std::string& interface_name) OVERRIDE {
233 const std::string& interface_name) OVERRIDE {
287 void ValueUpdatedConnected(const std::string& interface_name, argument
23 Properties( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dbluetooth_gatt_characteristic_service_provider.cc102 // interface_name
140 std::string interface_name; local
142 if (!reader.PopString(&interface_name) ||
153 if (interface_name !=
158 "No such interface: '" + interface_name + "'.");
211 std::string interface_name; local
214 if (!reader.PopString(&interface_name) ||
226 if (interface_name !=
231 "No such interface: '" + interface_name + "'.");
290 std::string interface_name; local
323 OnExported(const std::string& interface_name, const std::string& method_name, bool success) argument
[all...]
H A Dbluetooth_gatt_descriptor_client.cc25 const std::string& interface_name,
27 : dbus::PropertySet(object_proxy, interface_name, callback) {
141 const std::string& interface_name) OVERRIDE {
144 interface_name,
153 const std::string& interface_name) OVERRIDE {
161 const std::string& interface_name) OVERRIDE {
23 Properties( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback&callback) argument
H A Dbluetooth_gatt_descriptor_service_provider.cc100 // interface_name
137 std::string interface_name; local
139 if (!reader.PopString(&interface_name) ||
150 if (interface_name !=
155 "No such interface: '" + interface_name + "'.");
208 std::string interface_name; local
211 if (!reader.PopString(&interface_name) ||
223 if (interface_name !=
228 "No such interface: '" + interface_name + "'.");
287 std::string interface_name; local
320 OnExported(const std::string& interface_name, const std::string& method_name, bool success) argument
[all...]
H A Dbluetooth_gatt_service_client.cc18 const std::string& interface_name,
20 : dbus::PropertySet(object_proxy, interface_name, callback) {
81 const std::string& interface_name) OVERRIDE {
84 interface_name,
93 const std::string& interface_name) OVERRIDE {
101 const std::string& interface_name) OVERRIDE {
16 Properties( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback&callback) argument
H A Dbluetooth_gatt_service_service_provider.cc95 std::string interface_name; local
97 if (!reader.PopString(&interface_name) ||
108 if (interface_name !=
113 "No such interface: '" + interface_name + "'.");
174 std::string interface_name; local
175 if (!reader.PopString(&interface_name) || reader.HasMoreData()) {
184 if (interface_name !=
189 "No such interface: '" + interface_name + "'.");
221 void OnExported(const std::string& interface_name, argument
225 << interface_name << "
[all...]
H A Dbluetooth_input_client.cc22 const std::string& interface_name,
24 : dbus::PropertySet(object_proxy, interface_name, callback) {
62 const std::string& interface_name) OVERRIDE {
65 interface_name,
95 const std::string& interface_name) OVERRIDE {
103 const std::string& interface_name) OVERRIDE {
20 Properties( dbus::ObjectProxy* object_proxy, const std::string& interface_name, const PropertyChangedCallback& callback) argument
H A Dbluetooth_profile_service_provider.cc179 void OnExported(const std::string& interface_name, argument
183 << interface_name << "." << method_name;
H A Dcras_audio_client.cc235 void SignalConnected(const std::string& interface_name, argument
H A Dgsm_sms_client_unittest.cc181 const std::string& interface_name,
188 interface_name,
180 OnConnectToSignal( const std::string& interface_name, const std::string& signal_name, const dbus::ObjectProxy::SignalCallback& signal_callback, const dbus::ObjectProxy::OnConnectedCallback& on_connected_callback) argument
H A Dintrospectable_client.cc123 std::string interface_name; local
124 if (!reader.NodeAttribute(kInterfaceNameAttribute, &interface_name))
127 interfaces.push_back(interface_name);
H A Dmodem_messaging_client_unittest.cc151 const std::string& interface_name,
158 interface_name,
150 OnConnectToSignal( const std::string& interface_name, const std::string& signal_name, const dbus::ObjectProxy::SignalCallback& signal_callback, const dbus::ObjectProxy::OnConnectedCallback& on_connected_callback) argument
H A Dnfc_client_unittest.cc371 const std::string& interface_name,
375 if (interface_name == nfc_manager::kNfcManagerInterface) {
382 interface_name,
370 OnConnectToSignal( const std::string& interface_name, const std::string& signal_name, const dbus::ObjectProxy::SignalCallback& signal_callback, const dbus::ObjectProxy::OnConnectedCallback& on_connected_callback) argument
H A Dnfc_manager_client.cc116 void AdapterAddedConnected(const std::string& interface_name, argument
137 void AdapterRemovedConnected(const std::string& interface_name, argument

Completed in 333 milliseconds

1234567