Home
last modified time | relevance | path

Searched full:objects (Results 1 – 25 of 1456) sorted by relevance

12345678910>>...59

/openbmc/phosphor-time-manager/
H A Dsettings.hpp20 /** @class Objects
21 * @brief Fetch paths of settings D-bus objects of interest upon construction
23 struct Objects struct
26 /** @brief Constructor - fetch settings objects
30 explicit Objects(sdbusplus::bus_t& /*bus*/);
31 Objects() = delete;
32 Objects(const Objects&) = delete;
33 Objects& operator=(const Objects&) = delete;
34 Objects(Objects&&) = default;
35 Objects& operator=(Objects&&) = delete;
[all …]
/openbmc/phosphor-host-ipmid/
H A Dsettings.hpp15 /** @class Objects
16 * @brief Fetch paths of settings d-bus objects of interest, upon construction
18 struct Objects struct
21 /** @brief Constructor - fetch settings objects
27 Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter);
28 Objects(const Objects&) = default;
29 Objects& operator=(const Objects&) = delete;
30 Objects(Objects&&) = delete;
31 Objects& operator=(Objects&&) = delete;
32 ~Objects() = default;
[all …]
/openbmc/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz_configs.h18 const char *name, *args, *objects; member
37 .objects = "virtio*",
42 .objects = "virtio*",
48 .objects = "scsi* virtio*",
52 .objects = "virtio*",
56 .objects = "virtio*",
60 .objects = "virtio*",
64 .objects = "virtio*",
68 .objects = "virtio*",
72 .objects = "virtio*",
[all …]
/openbmc/phosphor-state-manager/
H A Dsettings.hpp22 /** @class Objects
23 * @brief Fetch paths of settings d-bus objects of interest, upon construction
25 struct Objects struct
28 /** @brief Constructor - fetch settings objects
33 explicit Objects(sdbusplus::bus_t& bus, const Path& root = defaultRoot);
34 Objects(const Objects&) = delete;
35 Objects& operator=(const Objects&) = delete;
36 Objects(Objects&&) = delete;
37 Objects& operator=(Objects&&) = delete;
38 ~Objects() = default;
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_builds_page.py27 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
29 release = Release.objects.create(name='release1',
31 self.project1 = Project.objects.create_project(name=self.PROJECT_NAME,
35 self.project2 = Project.objects.create_project(name=self.PROJECT_NAME,
39 self.default_project = Project.objects.create_project(
89 Build.objects.create(**self.project1_build_success)
90 Build.objects.create(**self.project1_build_success)
96 Build.objects.create(**self.project1_build_success)
97 Build.objects.create(**self.project1_build_success)
98 Build.objects.create(**self.project1_build_success)
[all …]
H A Dtest_builddashboard_page.py26 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
28 release = Release.objects.create(name='release1',
30 project = Project.objects.create_project(name='test project',
35 self.build1 = Build.objects.create(project=project,
40 self.build2 = Build.objects.create(project=project,
45 self.build3 = Build.objects.create(project=project,
50 # add Variable objects to the successful builds, as this is the criterion
52 Variable.objects.create(build=self.build1,
55 Variable.objects.create(build=self.build2,
61 self.exception_message = LogMessage.objects.create(
[all …]
H A Dtest_new_custom_image_page.py22 BuildEnvironment.objects.get_or_create(
25 release = Release.objects.create(
27 bitbake_version=BitbakeVersion.objects.create(name='v1')
31 self.project = Project.objects.create(name='foo', release=release)
34 layer = Layer.objects.create(name='bar')
35 layer_version = Layer_Version.objects.create(
41 ProjectLayer.objects.create(
49 self.recipe = Recipe.objects.create(
60 project2 = Project.objects.create(name='whoop', release=release)
61 layer_version2 = Layer_Version.objects.create(
[all …]
H A Dtest_builddashboard_page_artifacts.py25 bbv = BitbakeVersion.objects.create(name='bbv1', giturl=f'{builldir}/',
27 release = Release.objects.create(name='release1',
29 self.project = Project.objects.create_project(name='test project',
59 build = Build.objects.create(project=self.project,
62 Target.objects.create(is_image=False, build=build, task='',
84 build = Build.objects.create(project=self.project,
88 target = Target.objects.create(is_image=True, build=build,
91 sdk_file1 = TargetSDKFile.objects.create(target=target,
95 sdk_file2 = TargetSDKFile.objects.create(target=target,
140 build = Build.objects.create(project=self.project,
[all …]
H A Dtest_task_page.py25 project = Project.objects.get_or_create_default_project()
27 self.build = Build.objects.create(project=project, started_on=now,
30 Target.objects.create(target='foo', build=self.build)
32 layer = Layer.objects.create()
34 layer_version = Layer_Version.objects.create(layer=layer)
36 recipe = Recipe.objects.create(name=TestTaskPage.RECIPE_NAME,
39 self.task = Task.objects.create(build=self.build, recipe=recipe,
52 Task_Dependency.objects.create(task=self.task, depends_on=self.task)
H A Dtest_builddashboard_page_recipes.py20 project = Project.objects.get_or_create_default_project()
24 self.build = Build.objects.create(project=project,
28 layer = Layer.objects.create()
30 layer_version = Layer_Version.objects.create(layer=layer,
33 recipe = Recipe.objects.create(layer_version=layer_version)
35 task = Task.objects.create(build=self.build, recipe=recipe, order=1)
37 Target.objects.create(build=self.build, task=task, target='do_build')
H A Dtest_builddashboard_page_tasks.py20 project = Project.objects.get_or_create_default_project()
24 self.build = Build.objects.create(project=project,
28 layer = Layer.objects.create()
30 layer_version = Layer_Version.objects.create(layer=layer)
32 recipe = Recipe.objects.create(layer_version=layer_version)
34 task = Task.objects.create(build=self.build, recipe=recipe, order=1)
36 Target.objects.create(build=self.build, task=task, target='do_build')
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml2 Implement to provide sensor readings. Objects implementing Sensor.Value
20 Any service implementing Sensor.Value on one or more objects must implement
45 The unit of the reading. Immutable once set for a sensor. For objects
46 in the airflow namespace, Unit must be "CFM" For objects in the
47 altitude namespace, Unit must be "Meters". For objects in the current
48 namespace, Unit must be "Amperes". For objects in the energy
49 namespace, Unit must be "Joules". For objects in the fan_tach
50 namespace, Unit must be "RPMS". For objects in the humidity namespace,
51 Unit must be "PercentRH" For objects in the power namespace, Unit must
52 be "Watts". For objects in the pressure namespace, Unit must be
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py34 all_builds = Build.objects.all().count()
35 distinct_builds = Build.objects.values('id').distinct().count()
42 distinct_path = Build.objects.values(
44 total_builds = Build.objects.values('id').count()
52 tasks = Task.objects.filter(
73 tasks = Task.objects.filter(outcome=2).values('id', 'sstate_result')
86 tasks = Task.objects.filter(
106 tasks = Task.objects.filter(
121 tasks = Task.objects.filter(
135 tasks = Task.objects.filter(task_executed=1).values('id', 'outcome')
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py90 default_project = Project.objects.get_or_create_default_project()
91 default_project_builds = Build.objects.filter(project = default_project)
94 num_builds = Build.objects.all().count()
95 user_projects = Project.objects.filter(is_default = False)
104 context = {'lvs_nos' : Layer_Version.objects.all().count()}
451 if Build.objects.filter( pk=build_id ).count( ) == 0 :
453 build = Build.objects.get( pk = build_id );
454 layerVersionId = Layer_Version.objects.filter( build = build_id );
455 recipeCount = Recipe.objects.filter( layer_version__id__in = layerVersionId ).count( );
456 tgts = Target.objects.filter( build_id = build_id ).order_by( 'target' );
[all …]
H A Dapi.py95 project = Project.objects.get(pk=kwargs['pid'])
100 br = BuildRequest.objects.get(project=project, pk=i)
110 BuildRequest.objects.select_for_update().get(
120 ProjectTarget.objects.filter(project=project).delete()
128 ProjectTarget.objects.create(project=project,
161 project = Project.objects.get(pk=kwargs['pid'])
204 project = Project.objects.get(pk=kwargs['pid'])
249 ro, created = Recipe.objects.get_or_create(
280 layer_version = Layer_Version.objects.get(
283 project = Project.objects.get(pk=kwargs['pid'])
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch25 std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
34 const std::vector<Path>& paths = objects.map.at(iface);
39 - log<level::ERR>("Exactly two objects expected",
40 + // If there are no objects implementing the requested interface,
42 + log<level::ERR>("Interface objects not found",
59 + // Something must be wrong if there are more objects than expected
60 + log<level::ERR>("Exactly 1 or 2 interface objects are required",
66 + // We are here because there were exactly two objects implementing the
72 @@ -116,6 +141,8 @@ std::tuple<Path, OneTimeEnabled> setting(const Objects& objects,
78 auto method = objects.bus.new_method_call(
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DREADME.md5 Inventory refers to physical objects. Some of the objects can be physically
6 accessed, such as a board, a chassis and a drive. Some objects are embedded in
7 other objects, such as a BMC embedded in a board, or a core in a CPU. The DBus
9 objects. A graph consisting of Inventory objects as vertices and Association as
15 DBus objects with `xyz.opebmc_project.Inventory.Item.${ItemType}` interface
16 might be associated with other inventory objects. Such association can be
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/
H A DItem.interface.yaml2 Implement to provide basic item attributes. Required by all objects within
5 Any service implementing Inventory.Item on one or more objects must
38 Objects that implement Item can optionally implement the 'cooled_by'
45 Objects that implement Item can optionally implement the
53 Objects that implement Item can optionally implement the
61 Objects that implement Item can optionally implement the 'measured_by'
71 intrusion events. Objects that implement Item can optionally implement
80 Objects that implement Item can optionally implement the 'powered_by'
87 Objects that implement Chassis can optionally implement the
102 Objects that implement Item can optionally implement the
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py33 if BuildEnvironment.objects.count() == 0:
34 BuildEnvironment.objects.create(betype=BuildEnvironment.TYPE_LOCAL)
37 for be in BuildEnvironment.objects.all():
81 …if ToasterSetting.objects.filter(name='CUSTOM_XML_ONLY').count() > 0 or custom_xml_only is not Non…
101 for layer in Layer.objects.filter(
140 if ToasterSetting.objects.filter(name='DEFAULT_RELEASE').count() != 1:
141 ToasterSetting.objects.filter(name='DEFAULT_RELEASE').delete()
142 ToasterSetting.objects.get_or_create(name='DEFAULT_RELEASE', value='')
147 for b in BuildRequest.objects.filter(state=BuildRequest.REQ_INPROGRESS):
148 BRError.objects.create(req=b, errtype="toaster",
[all …]
/openbmc/linux/drivers/gpu/drm/
Ddrm_lease.c
/openbmc/linux/drivers/gpu/drm/i915/selftests/
Di915_gem_evict.c
/openbmc/linux/Documentation/dev-tools/
Dkmemleak.rst
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DAverage.interface.yaml16 The unit of the reading. Immutable once set for a sensor. For objects
17 in the temperature namespace, Unit must be "DegreesC". For objects in
18 the fan_tach namespace, Unit must be "RPMS". For objects in the
19 voltage namespace, Unit must be "Volts". For objects in the altitude
20 namespace, Unit must be "Meters". For objects in the current
21 namespace, Unit must be "Amperes". For objects in the power namespace,
22 Unit must be "Watts". For objects in the energy namespace, Unit must
H A DMaximum.interface.yaml16 The unit of the reading. Immutable once set for a sensor. For objects
17 in the temperature namespace, Unit must be "DegreesC". For objects in
18 the fan_tach namespace, Unit must be "RPMS". For objects in the
19 voltage namespace, Unit must be "Volts". For objects in the altitude
20 namespace, Unit must be "Meters". For objects in the current
21 namespace, Unit must be "Amperes". For objects in the power namespace,
22 Unit must be "Watts". For objects in the energy namespace, Unit must
/openbmc/linux/Documentation/core-api/
Ddebug-objects.rst

12345678910>>...59