/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-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/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/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/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/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
|
H A D | DetectorGroup.events.yaml | 8 type: object_path 21 type: object_path 34 type: object_path
|
/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/phosphor-logging/extensions/openpower-pels/ |
H A D | data_interface.cpp | 56 namespace object_path namespace 73 } // namespace object_path 143 bus, object_path::hostState, interface::bootProgress, "BootProgress", in DataInterface() 162 bus, object_path::enableHostPELs, interface::enable, "Enabled", *this, in DataInterface() 174 bus, object_path::bmcState, interface::bmcState, "CurrentBMCState", in DataInterface() 189 bus, object_path::chassisState, interface::chassisState, *this, in DataInterface() 206 bus, object_path::hostState, interface::hostState, "CurrentHostState", in DataInterface() 213 bus, object_path::biosConfigMgr, interface::biosConfigMgr, in DataInterface() 277 service_name::objectMapper, object_path::objectMapper, in getPaths() 294 object_path in getService() [all...] |
/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)
|
/openbmc/bmcweb/include/ |
H A D | dbus_utility.hpp | 50 sdbusplus::message::object_path, 52 std::vector<sdbusplus::message::object_path>, 57 std::vector<std::tuple<sdbusplus::message::object_path, std::string>>, 59 std::vector<std::pair<sdbusplus::message::object_path, std::string>>, 69 std::vector<std::pair<sdbusplus::message::object_path, DBusInterfacesMap>>; 166 const sdbusplus::message::object_path& associatedPath, 167 const sdbusplus::message::object_path& path, int32_t depth, 173 const sdbusplus::message::object_path& associatedPath, 174 const sdbusplus::message::object_path& path, int32_t depth, 206 const std::string& service, const sdbusplus::message::object_path& path,
|
/openbmc/pldm/libpldmresponder/examples/effecter/ |
H A D | dbus_to_terminus_effecter.json | 27 "object_path": "/xyz/abc/def", 45 "object_path": "/xyz/abc/def", string 58 "object_path": "/abc/def/xyz", string 83 "object_path": "/def/abc/xyz", string
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.h | 94 const gchar *object_path, 105 const gchar *object_path, 113 const gchar *object_path, 124 const gchar *object_path, 345 const gchar *object_path, 356 const gchar *object_path, 364 const gchar *object_path, 375 const gchar *object_path, 615 const gchar *object_path, 626 const gchar *object_path, [all …]
|