| /openbmc/sdbusplus/test/message/ |
| H A D | types.cpp | 41 EXPECT_EQ(dbus_string(sdbusplus::message::object_path("/asdf")), "o"); in TEST() 46 EXPECT_EQ(sdbusplus::message::object_path("/abc/def").filename(), "def"); in TEST() 47 EXPECT_EQ(sdbusplus::message::object_path("/abc/").filename(), ""); in TEST() 48 EXPECT_EQ(sdbusplus::message::object_path("/abc").filename(), "abc"); in TEST() 49 EXPECT_EQ(sdbusplus::message::object_path("/_61bc").filename(), "abc"); in TEST() 50 EXPECT_EQ(sdbusplus::message::object_path("/").filename(), ""); in TEST() 51 EXPECT_EQ(sdbusplus::message::object_path("").filename(), ""); in TEST() 52 EXPECT_EQ(sdbusplus::message::object_path("abc").filename(), ""); in TEST() 53 EXPECT_EQ(sdbusplus::message::object_path("/_2d").filename(), "-"); in TEST() 54 EXPECT_EQ(sdbusplus::message::object_path("/_20").filename(), " "); in TEST() [all …]
|
| H A D | native_types.cpp | 12 /* Suite tests that object_path and signature can be cleanly converted to 18 std::string s1 = sdbusplus::message::object_path("/asdf/"); in TEST() 19 sdbusplus::message::object_path p = std::move(s1); in TEST() 61 sdbusplus::message::object_path obj = orig; in TEST() 69 sdbusplus::message::object_path obj = orig; in TEST()
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_path_append.cpp | 9 using sdbusplus::message::object_path; 14 public WithParamInterface<std::tuple<object_path, std::string, object_path>> 19 Values(std::make_tuple(object_path("/Base/Path"), "one", 20 object_path("/Base/Path/one")), 21 std::make_tuple(object_path("/Base/Path"), "one/two", 22 object_path("/Base/Path/one/two")), 23 std::make_tuple(object_path("/Base/Path"), "one/two/foobar", 24 object_path("/Base/Path/one/two/foobar")), 25 std::make_tuple(object_path("/Base/Path/"), "one", 26 object_path("/Base/Path/one")), [all …]
|
| /openbmc/pldm/configurations/events/ |
| H A D | stateSensorPdrs.json | 11 "object_path": "/xyz/openbmc_project/state/host0", string 36 "object_path": "/xyz/openbmc_project/state/host0", string 61 "object_path": "/xyz/openbmc_project/state/host0", string 82 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm0", string 97 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm1", string 112 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm2", string 127 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm3", string 142 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm4", string 157 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm5", string 172 "object_path": "/xyz/openbmc_project/inventory/system/chassis/motherboard/dimm6", string [all …]
|
| /openbmc/phosphor-modbus/common/ |
| H A D | events.hpp | 25 auto generateSensorReadingEvent(sdbusplus::message::object_path objectPath, 30 auto generateSensorFailureEvent(sdbusplus::message::object_path objectPath, 34 sdbusplus::message::object_path objectPath, std::string additionalInfo, 37 auto generatePowerFaultEvent(sdbusplus::message::object_path objectPath, 41 auto generateFilterFailureEvent(sdbusplus::message::object_path objectPath, 44 auto generatePumpFailureEvent(sdbusplus::message::object_path objectPath, 47 auto generateFanFailureEvent(sdbusplus::message::object_path objectPath, 50 auto generateLeakDetectedEvent(sdbusplus::message::object_path objectPath, 58 using event_map_t = std::map<std::string, sdbusplus::message::object_path>;
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
| H A D | Threshold.events.yaml | 10 type: object_path 32 type: object_path 54 type: object_path 76 type: object_path 98 type: object_path 120 type: object_path 142 type: object_path 164 type: object_path 186 type: object_path 208 type: object_path [all...] |
| /openbmc/telemetry/src/utils/ |
| H A D | dbus_path_utils.hpp | 40 const sdbusplus::message::object_path triggerDirPath = 41 sdbusplus::message::object_path(std::string(triggerDirStr)); 42 const sdbusplus::message::object_path reportDirPath = 43 sdbusplus::message::object_path(std::string(reportDirStr)); 62 sdbusplus::message::object_path pathAppend(sdbusplus::message::object_path path, 65 std::string reportPathToId(const sdbusplus::message::object_path& path);
|
| /openbmc/openbmc-test-automation/data/ |
| H A D | Romulus.py | 518 "object_path": "powercap/curr_cap", 524 "object_path": "powercap/system_power", 530 "object_path": "powercap/max_cap", 536 "object_path": "powercap/min_cap", 542 "object_path": "powercap/n_cap", 548 "object_path": "powercap/user_cap", 556 "object_path": "temperature/cpu0/core0", 567 "object_path": "temperature/cpu0/core1", 578 "object_path": "temperature/cpu0/core2", 589 "object_path": "temperature/cpu0/core3", [all …]
|
| /openbmc/pldm/libpldmresponder/test/event_jsons/good/ |
| H A D | event_state_sensor.json | 11 "object_path": "/xyz/abc/def", string 30 "object_path": "/xyz/abc/def", string 45 "object_path": "/xyz/abc/ghi", string 60 "object_path": "/xyz/abc/jkl", string 74 "object_path": "/xyz/abc/mno", string 89 "object_path": "/xyz/abc/opk", string 104 "object_path": "/xyz/abc/ijl", string
|
| /openbmc/phosphor-modbus/tests/ |
| H A D | test_events.cpp | 80 co_return sdbusplus::message::object_path(objectPath); in method_call() member in TestEventServer::method_call::sdbusplus::message 139 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent() 147 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent() 155 sdbusplus::message::object_path(sensorObjectPath), assert); in testAssertEvent() 161 sdbusplus::message::object_path(sensorObjectPath), "", in testAssertEvent() 168 sdbusplus::message::object_path(sensorObjectPath), "", in testAssertEvent() 175 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent() 182 sdbusplus::message::object_path(sensorObjectPath), in testAssertEvent() 197 sdbusplus::message::object_path(sensorObjectPath), in testDeassertEvent() 205 sdbusplus::message::object_path(sensorObjectPath), in testDeassertEvent() [all …]
|
| /openbmc/rest-dbus/ |
| H A D | rest-dbus | 132 'object_path': obj.object_path, 153 obj.object_path + '/' + interface_name) 199 'object_path': obj.object_path, 216 'object_path': obj.object_path, 244 object_path = '' 248 object_path += '/' + parts.pop(0) 250 obj = self.get_object_or_404(bus_name, object_path) 288 'obj': obj.object_path, 329 object_path = '' 333 object_path += '/' + parts.pop(0) [all …]
|
| /openbmc/pldm/oem/ibm/configurations/events/ |
| H A D | oem_ibm_event_state_sensor.json | 10 "object_path": "/xyz/openbmc_project/network/hypervisor/eth0/ipv4/addr0", string 24 "object_path": "/xyz/openbmc_project/network/hypervisor/eth1/ipv4/addr0", string 38 "object_path": "/xyz/openbmc_project/network/hypervisor/eth0/ipv6/addr0", string 52 "object_path": "/xyz/openbmc_project/network/hypervisor/eth1/ipv6/addr0", string 67 "object_path": "/com/ibm/panel_app", string
|
| /openbmc/pyphosphor/obmc/dbuslib/ |
| H A D | bindings.py | 181 def add(self, object_path, obj): argument 182 self.objects[object_path] = obj 184 self.InterfacesAdded(object_path, obj.properties) 186 def remove(self, object_path): argument 187 obj = self.objects.pop(object_path, None) 190 self.InterfacesRemoved(object_path, list(obj.properties.keys())) 192 def get(self, object_path, default=None): argument 193 return self.objects.get(object_path, default) 206 def InterfacesAdded(self, object_path, properties): argument 211 def InterfacesRemoved(self, object_path, interfaces): argument
|
| /openbmc/pldm/libpldmresponder/test/system_type1/bios_jsons/ |
| H A D | bios_attrs.json | 12 "object_path": "/xyz/abc/def", string 31 "object_path": "/xyz/abc/def", string 47 "object_path": "/xyz/abc/def", string 74 "object_path": "/xyz/openbmc_project/avsbus", string 113 "object_path": "/xyz/abc/def", string 130 "object_path": "/xyz/abc/def", string
|
| /openbmc/pldm/libpldmresponder/test/bios_jsons/ |
| H A D | bios_attrs.json | 12 "object_path": "/xyz/abc/def", string 31 "object_path": "/xyz/abc/def", string 47 "object_path": "/xyz/abc/def", string 74 "object_path": "/xyz/openbmc_project/avsbus", string 113 "object_path": "/xyz/abc/def", string 130 "object_path": "/xyz/abc/def", string
|
| /openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/ |
| H A D | minerva-fan-status-monitor | 11 local object_path="/xyz/openbmc_project/logging" 19 …busctl call "$service" "$object_path" "$interface" Create "ssa{ss}" "$message" "$severity" 1 "$arg… 25 local object_path="/xyz/openbmc_project/inventory/fan/fault" 29 …mapfile -t -d " " endpoint_array < <(busctl get-property "$service" "$object_path" "$interface" "$… 51 local object_path="/xyz/openbmc_project/sensors/fan_tach/$sensor_name" 54 …tach_alarm=$(busctl get-property "$service" "$object_path" "$interface" "$property" | cut -d ' ' -… 63 …functional=$(busctl get-property "$service" "$object_path" "$operation_interface" Functional | awk…
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/ |
| H A D | Create.interface.yaml | 15 type: object_path 24 type: object_path 45 type: object_path 53 type: object_path 58 type: object_path
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
| H A D | Power.events.yaml | 8 type: object_path 23 type: object_path 40 type: object_path 50 type: object_path
|
| /openbmc/phosphor-modbus/rtu/ |
| H A D | device_manager.hpp | 42 auto processConfigAdded(const sdbusplus::message::object_path& objectPath, 46 auto processPortAdded(const sdbusplus::message::object_path& objectPath, 51 const sdbusplus::message::object_path& objectPath) 54 auto processDeviceAdded(const sdbusplus::message::object_path& objectPath, 58 auto processConfigRemoved(const sdbusplus::message::object_path& objectPath,
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | data_interface.cpp | 43 namespace object_path namespace 60 } // namespace object_path 130 bus, object_path::hostState, interface::bootProgress, "BootProgress", in DataInterface() 149 bus, object_path::enableHostPELs, interface::enable, "Enabled", *this, in DataInterface() 161 bus, object_path::bmcState, interface::bmcState, "CurrentBMCState", in DataInterface() 176 bus, object_path::chassisState, interface::chassisState, *this, in DataInterface() 193 bus, object_path::hostState, interface::hostState, "CurrentHostState", in DataInterface() 200 bus, object_path::biosConfigMgr, interface::biosConfigMgr, in DataInterface() 264 service_name::objectMapper, object_path::objectMapper, in getPaths() 280 object_path in getService() [all...] |
| /openbmc/dbus-sensors/src/leakdetector/ |
| H A D | LeakDetectionManager.hpp | 35 const sdbusplus::message::object_path& objectPath, 40 const sdbusplus::message::object_path& objectPath, 44 auto processConfigAddedAsync(sdbusplus::message::object_path objectPath) 48 auto getDetectorConfig(sdbusplus::message::object_path objectPath)
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Leak/ |
| H A D | Detector.events.yaml | 8 type: object_path 18 type: object_path 28 type: object_path
|
| /openbmc/phosphor-modbus/rtu/device/ |
| H A D | base_device.cpp | 32 -> sdbusplus::message::object_path in getObjectPath() 34 return sdbusplus::message::object_path( in getObjectPath() 189 -> sdbusplus::message::object_path in getObjectPath() 196 return sdbusplus::message::object_path( in getObjectPath() 201 return sdbusplus::message::object_path( in getObjectPath() 204 return sdbusplus::message::object_path( in getObjectPath() 207 return sdbusplus::message::object_path( in getObjectPath() 210 return sdbusplus::message::object_path( 217 return sdbusplus::message::object_path( in readStatusRegisters() 224 return sdbusplus::message::object_path(); in readStatusRegisters() [all...] |
| /openbmc/phosphor-logging/lib/include/phosphor-logging/ |
| H A D | commit.hpp | 17 -> sdbusplus::message::object_path; 27 void resolve(const sdbusplus::message::object_path& logPath); 37 -> sdbusplus::async::task<sdbusplus::message::object_path>; 46 const sdbusplus::message::object_path& logPath)
|
| /openbmc/dbus-sensors/src/cable-monitor/ |
| H A D | CableMonitor.hpp | 32 const sdbusplus::message::object_path& objectPath, 37 const sdbusplus::message::object_path& objectPath, 48 auto processCableAddedAsync(sdbusplus::message::object_path objectPath) 52 auto processCableRemovedAsync(sdbusplus::message::object_path objectPath)
|