Home
last modified time | relevance | path

Searched refs:bus_t (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp29 std::vector<std::string> getPSUInventoryPath(sdbusplus::bus_t& bus);
39 std::string getService(sdbusplus::bus_t& bus, const char* path,
50 std::vector<std::string> getServices(sdbusplus::bus_t& bus, const char* path,
64 T getProperty(sdbusplus::bus_t& bus, const char* service, const char* path,
131 getPSUInventoryPath(sdbusplus::bus_t& bus) const = 0;
137 getServices(sdbusplus::bus_t& bus, const char* path,
171 getPSUInventoryPath(sdbusplus::bus_t& bus) const override;
173 std::string getService(sdbusplus::bus_t& bus, const char* path,
176 std::vector<std::string> getServices(sdbusplus::bus_t& bus,
192 any getPropertyImpl(sdbusplus::bus_t& bus, const char* service,
[all …]
/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil_base.hpp22 virtual bool getPresence(sdbusplus::bus_t& bus,
25 virtual void setPresence(sdbusplus::bus_t& bus, const std::string& invpath,
28 virtual void setAvailable(sdbusplus::bus_t& bus, const std::string& invpath,
31 virtual void handleChassisHealthRollup(sdbusplus::bus_t& bus,
35 virtual std::string getChassis(sdbusplus::bus_t& /*bus*/,
41 inline bool getPresence(sdbusplus::bus_t& bus, const std::string& invpath) in getPresence()
46 inline void setPresence(sdbusplus::bus_t& bus, const std::string& invpath, in setPresence()
52 inline void setAvailable(sdbusplus::bus_t& bus, const std::string& invpath, in setAvailable()
59 sdbusplus::bus_t& bus, const std::string& invpath, bool addRollup) in handleChassisHealthRollup()
64 inline std::string getChassis(sdbusplus::bus_t& bus, const std::string& invpath) in getChassis()
/openbmc/phosphor-state-manager/
H A Dutils.hpp21 void subscribeToSystemdSignals(sdbusplus::bus_t& bus);
31 std::string getService(sdbusplus::bus_t& bus, std::string path,
43 std::string getProperty(sdbusplus::bus_t& bus, const std::string& path,
55 void setProperty(sdbusplus::bus_t& bus, const std::string& path,
75 sdbusplus::bus_t& bus, const std::string& errorMsg,
83 void createBmcDump(sdbusplus::bus_t& bus);
96 bool isBmcReady(sdbusplus::bus_t& bus);
103 bool waitBmcReady(sdbusplus::bus_t& bus, std::chrono::seconds timeout);
H A Dutils.cpp37 void subscribeToSystemdSignals(sdbusplus::bus_t& bus) in subscribeToSystemdSignals()
59 std::string getService(sdbusplus::bus_t& bus, std::string path, in getService()
95 std::string getProperty(sdbusplus::bus_t& bus, const std::string& path, in getProperty()
129 void setProperty(sdbusplus::bus_t& bus, const std::string& path, in setProperty()
170 sdbusplus::bus_t& bus, const std::string& errorMsg, in createError()
205 void createBmcDump(sdbusplus::bus_t& bus) in createBmcDump()
239 bool isBmcReady(sdbusplus::bus_t& bus) in isBmcReady()
257 bool waitBmcReady(sdbusplus::bus_t& bus, std::chrono::seconds timeout) in waitBmcReady()
/openbmc/openpower-pnor-code-mgmt/
H A Dutils.hpp33 std::string getService(sdbusplus::bus_t& bus, const std::string& path,
40 void hiomapdSuspend(sdbusplus::bus_t& bus);
46 void hiomapdResume(sdbusplus::bus_t& bus);
53 void clearHMCManaged(sdbusplus::bus_t& bus);
60 void setClearNvram(sdbusplus::bus_t& bus);
66 void deleteAllErrorLogs(sdbusplus::bus_t& bus);
H A Dutils.cpp49 std::string getService(sdbusplus::bus_t& bus, const std::string& path, in getService()
79 void hiomapdSuspend(sdbusplus::bus_t& bus) in hiomapdSuspend()
96 void hiomapdResume(sdbusplus::bus_t& bus) in hiomapdResume()
115 void setPendingAttributes(sdbusplus::bus_t& bus, const std::string& attrName, in setPendingAttributes()
148 void clearHMCManaged(sdbusplus::bus_t& bus) in clearHMCManaged()
153 void setClearNvram(sdbusplus::bus_t& bus) in setClearNvram()
158 void deleteAllErrorLogs(sdbusplus::bus_t& bus) in deleteAllErrorLogs()
/openbmc/phosphor-pid-control/sensors/
H A Dmanager.hpp22 SensorManager(sdbusplus::bus_t& pass, sdbusplus::bus_t& host) : in SensorManager()
48 sdbusplus::bus_t& getPassiveBus(void) in getPassiveBus()
53 sdbusplus::bus_t& getHostBus(void) in getHostBus()
62 sdbusplus::bus_t* _passiveListeningBus;
63 sdbusplus::bus_t* _hostSensorBus;
/openbmc/phosphor-power/
H A Dutility.hpp49 sdbusplus::bus_t& bus, bool logError = true);
64 sdbusplus::bus_t& bus, T& value) in getProperty()
92 sdbusplus::bus_t& bus, T& value) in setProperty()
114 DbusPropertyMap getAllProperties(sdbusplus::bus_t& bus, const std::string& path,
132 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path,
149 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path,
169 sdbusplus::bus_t& bus,
181 void powerOff(sdbusplus::bus_t& bus) in powerOff()
222 bool isPoweredOn(sdbusplus::bus_t& bus, bool defaultState = false);
231 std::vector<std::string> getPSUInventoryPaths(sdbusplus::bus_t& bus);
H A Dutility.cpp37 sdbusplus::bus_t& bus, bool logError) in getService()
66 DbusPropertyMap getAllProperties(sdbusplus::bus_t& bus, const std::string& path, in getAllProperties()
90 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree()
96 DbusSubtree getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree()
114 sdbusplus::bus_t& bus, in getAssociatedSubTreePaths()
187 bool isPoweredOn(sdbusplus::bus_t& bus, bool defaultState) in isPoweredOn()
205 std::vector<std::string> getPSUInventoryPaths(sdbusplus::bus_t& bus) in getPSUInventoryPaths()
/openbmc/phosphor-bmc-code-mgmt/side-switch/
H A Dside_switch.hpp10 bool sideSwitchNeeded(sdbusplus::bus_t& bus);
17 bool powerOffSystem(sdbusplus::bus_t& bus);
24 bool setAutoPowerRestart(sdbusplus::bus_t& bus);
31 bool rebootTheBmc(sdbusplus::bus_t& bus);
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp61 const std::string& getService(sdbusplus::bus_t& bus);
81 bool isValid(sdbusplus::bus_t& bus) const;
102 std::string getService(sdbusplus::bus_t& bus, const std::string& intf,
124 sdbusplus::bus_t& bus, const std::string& interface,
136 Value getDbusProperty(sdbusplus::bus_t& bus, const std::string& service,
150 sdbusplus::bus_t& bus, const std::string& service,
161 ObjectValueTree getManagedObjects(sdbusplus::bus_t& bus,
173 void setDbusProperty(sdbusplus::bus_t& bus, const std::string& service,
187 sdbusplus::bus_t& bus, const std::string& serviceRoot,
209 ObjectTree getAllAncestors(sdbusplus::bus_t& bus, const std::string& path,
[all …]
/openbmc/phosphor-ipmi-flash/bmc/
H A Dgeneral_systemd.hpp18 CreateSystemdNoFile(sdbusplus::bus_t&& bus, const std::string& service,
21 SystemdNoFile(sdbusplus::bus_t&& bus, const std::string& service, in SystemdNoFile()
39 sdbusplus::bus_t bus;
69 sdbusplus::bus_t&& bus, const std::string& path,
72 SystemdWithStatusFile(sdbusplus::bus_t&& bus, const std::string& path, in SystemdWithStatusFile()
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp69 maybeGetChannelParams(sdbusplus::bus_t& bus, uint8_t channel);
78 ChannelParams getChannelParams(sdbusplus::bus_t& bus, uint8_t channel);
89 sdbusplus::bus_t bus(ipmid_get_sd_bus_connection()); in channelCall()
173 ObjectLookupCache(sdbusplus::bus_t& bus, const ChannelParams& params, in ObjectLookupCache()
214 sdbusplus::bus_t& bus;
251 [[maybe_unused]] sdbusplus::bus_t& bus, in findIfAddr()
309 sdbusplus::bus_t& bus, const ChannelParams& params, uint8_t idx, in getIfAddr()
326 void reconfigureIfAddr6(sdbusplus::bus_t& bus, const ChannelParams& params,
338 getGatewayProperty(sdbusplus::bus_t& bus, const ChannelParams& params) in getGatewayProperty()
353 sdbusplus::bus_t&, const ChannelParams&, in findStaticNeighbor() argument
[all …]
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.hpp55 (sdbusplus::bus_t & bus, const std::string& invpath),
58 (sdbusplus::bus_t & bus, const std::string& invpath,
62 (sdbusplus::bus_t & bus, const std::string& invpath,
66 (sdbusplus::bus_t & bus, const std::string& invpath,
70 std::string getChassis(sdbusplus::bus_t& /*bus*/, in getChassis() argument
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dservices.hpp55 virtual sdbusplus::bus_t& getBus() = 0;
114 explicit BMCServices(sdbusplus::bus_t& bus) : in BMCServices()
120 virtual sdbusplus::bus_t& getBus() override in getBus()
159 sdbusplus::bus_t& bus;
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dtransaction.hpp36 Transaction(sdbusplus::bus_t& bus_in, sdbusplus::message_t& msg_in) : in Transaction()
40 sdbusplus::bus_t& bus;
53 struct hash<sdbusplus::bus_t>
55 size_t operator()(sdbusplus::bus_t& b) const;
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp121 static auto callMethod(sdbusplus::bus_t& bus, const std::string& busName, in callMethod()
157 callMethodAndRead(sdbusplus::bus_t& bus, const std::string& busName, in callMethodAndRead()
220 static auto getSubTree(sdbusplus::bus_t& bus, const std::string& path, in getSubTree()
237 static auto getSubTreePathsRaw(sdbusplus::bus_t& bus, in getSubTreePathsRaw()
288 static auto getService(sdbusplus::bus_t& bus, const std::string& path, in getService()
320 static auto getManagedObjects(sdbusplus::bus_t& bus, in getManagedObjects()
371 sdbusplus::bus_t& bus, const std::string& path, in getPropertyVariant()
402 sdbusplus::bus_t& bus, const std::string& busName, in callMethodAndReturn()
449 sdbusplus::bus_t& bus, const std::string& service, in getPropertyVariant()
543 sdbusplus::bus_t& bus, const std::string& path, in lookupAndCallMethod()
[all …]
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Dop_dump_util.hpp20 bool isOPDumpsEnabled(sdbusplus::bus_t& bus);
34 sdbusplus::bus_t& bus);
43 bool isSystemDumpInProgress(sdbusplus::bus_t& bus);
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmocked_utils.hpp20 std::vector<std::string>(sdbusplus::bus_t& bus));
23 std::string(sdbusplus::bus_t& bus, const char* path,
27 std::vector<std::string>(sdbusplus::bus_t& bus,
46 any(sdbusplus::bus_t& bus, const char* service,
/openbmc/phosphor-host-postd/ipmisnoop/
H A Dipmisnoop.hpp42 const std::string& snoopDbus, sdbusplus::bus_t& bus,
45 uint32_t getSelectorPosition(sdbusplus::bus_t& bus);
49 IpmiPostReporter(sdbusplus::bus_t& bus, const char* objPath) : in IpmiPostReporter()
123 sdbusplus::bus_t& bus;
126 void getSelectorPositionSignal(sdbusplus::bus_t& bus);
/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.hpp26 void action(sdbusplus::bus_t& bus, const std::string& path, bool assert);
47 Remove(sdbusplus::bus_t& bus, const std::string& path) : in Remove()
100 explicit Add(sdbusplus::bus_t& bus) : in Add()
124 void processExistingCallouts(sdbusplus::bus_t& bus);
/openbmc/phosphor-led-sysfs/test/
H A Dphysical.cpp77 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
87 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
99 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
111 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
123 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
135 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
146 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
162 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
175 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
188 sdbusplus::bus_t bus = sdbusplus::bus::new_default(); in TEST()
/openbmc/witherspoon-pfault-analysis/
H A Dutility.hpp33 sdbusplus::bus_t& bus);
48 sdbusplus::bus_t& bus, T& value) in getProperty()
76 sdbusplus::bus_t& bus, T& value) in setProperty()
95 void powerOff(sdbusplus::bus_t& bus) in powerOff()
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcontext.hpp43 explicit context(bus_t&& bus = bus::new_bus());
70 bus_t& get_bus() noexcept in get_bus()
74 operator bus_t&() noexcept in operator bus_t&()
98 bus_t bus;
/openbmc/phosphor-bmc-code-mgmt/
H A Dactivation.hpp75 RedundancyPriority(sdbusplus::bus_t& bus, const std::string& path, in RedundancyPriority()
133 ActivationBlocksTransition(sdbusplus::bus_t& bus, const std::string& path) : in ActivationBlocksTransition()
154 sdbusplus::bus_t& bus;
171 ActivationProgress(sdbusplus::bus_t& bus, const std::string& path) : in ActivationProgress()
196 Activation(sdbusplus::bus_t& bus, const std::string& path, in Activation()
313 sdbusplus::bus_t& bus;

12345678910>>...19