Home | History | Annotate | Download | only in chromeos-dbus-bindings

Lines Matching full:object_path

76   text.AddLine("#include <dbus/object_path.h>");
385 args.emplace_back("dbus::ObjectPath", "object_path", true);
1013 config.object_manager.object_path.c_str()));
1065 text->AddLine("const dbus::ObjectPath& object_path) {");
1068 text->AddLine(StringPrintf("auto p = %s.find(object_path);",
1079 // Skip the object_path parameter and return the first available instance.
1148 "const dbus::ObjectPath& /* object_path */,",
1157 "const dbus::ObjectPath& object_path,",
1172 text->AddLine(StringPrintf("auto p = %s.find(object_path);",
1194 text->AddLine("const dbus::ObjectPath& object_path,");
1210 text->AddLine("dbus_object_manager_->GetProperties(object_path, "
1225 new_instance += ", object_path";
1232 text->AddLine(StringPrintf("auto p = %s_instances_.emplace(object_path, "
1255 text->AddLine("const dbus::ObjectPath& object_path,");
1265 text->AddLine(StringPrintf("auto p = %s_instances_.find(object_path);",
1273 text->AddLine(StringPrintf("on_%s_removed_.Run(object_path);",
1296 text->AddLine("const dbus::ObjectPath& object_path,");
1314 text->AddLine("object_path,");