• Home
  • Raw
  • Download

Lines Matching refs:interface_name_

44       interface_name_(interface_name),  in DBusInterface()
50 interface_name_, property_name, prop_base); in AddProperty()
54 dbus_object_->property_set_.UnregisterProperty(interface_name_, in RemoveProperty()
64 VLOG(1) << "Registering D-Bus interface '" << interface_name_ << "' for '" in ExportAsync()
69 VLOG(1) << "Exporting method: " << interface_name_ << "." << method_name; in ExportAsync()
72 interface_name_, method_name, export_error, true); in ExportAsync()
76 interface_name_, method_name, method_handler, export_handler); in ExportAsync()
82 dbus_object_->property_set_.GetPropertyWriter(interface_name_); in ExportAsync()
99 VLOG(1) << "Registering D-Bus interface '" << interface_name_ << "' for '" in ExportAndBlock()
103 VLOG(1) << "Exporting method: " << interface_name_ << "." << method_name; in ExportAndBlock()
107 interface_name_, method_name, method_handler)) { in ExportAndBlock()
114 dbus_object_->property_set_.GetPropertyWriter(interface_name_); in ExportAndBlock()
127 VLOG(1) << "Unexporting D-Bus interface " << interface_name_ << " for " in UnexportAsync()
137 VLOG(1) << "Unexporting method: " << interface_name_ << "." << method_name; in UnexportAsync()
140 interface_name_, method_name, export_error, true); in UnexportAsync()
141 exported_object->UnexportMethod(interface_name_, method_name, in UnexportAsync()
151 VLOG(1) << "Unexporting D-Bus interface " << interface_name_ << " for " in UnexportAndBlock()
160 VLOG(1) << "Unexporting method: " << interface_name_ << "." << method_name; in UnexportAndBlock()
161 if (!exported_object->UnexportMethodAndBlock(interface_name_, method_name)) in UnexportAndBlock()
172 LOG(ERROR) << "Skipping claiming interface: " << interface_name_; in ClaimInterface()
175 object_manager->ClaimInterface(object_path, interface_name_, writer); in ClaimInterface()
179 object_manager, object_path, interface_name_)); in ClaimInterface()
187 std::string interface_name = interface_name_; in HandleMethodCall()
206 VLOG(1) << "Declaring method handler: " << interface_name_ << "." in AddHandlerImpl()
215 VLOG(1) << "Declaring a signal sink: " << interface_name_ << "." in AddSignalImpl()