Home
last modified time | relevance | path

Searched refs:callMethodAndRead (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp69 callMethodAndRead(::sdbusplus::bus_t& bus, const std::string& busName, in callMethodAndRead() function
82 static auto callMethodAndRead( in callMethodAndRead() function
86 return callMethodAndRead<Ret>(getBus(), busName, path, interface, method, in callMethodAndRead()
97 auto mapperResp = callMethodAndRead<GetObject>( in getService()
H A Dverify.cpp82 auto subtree = util::sdbusplus::callMethodAndRead<SubTreeType>( in main()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp157 callMethodAndRead(sdbusplus::bus_t& bus, const std::string& busName, in callMethodAndRead() function in phosphor::fan::util::SDBusPlus
170 static auto callMethodAndRead( in callMethodAndRead() function in phosphor::fan::util::SDBusPlus
174 return callMethodAndRead<Ret>(getBus(), busName, path, interface, in callMethodAndRead()
191 return callMethodAndRead<Objects>( in getSubTreeRaw()
212 return callMethodAndRead<Objects>( in getSubTreeRaw()
249 return callMethodAndRead<ObjectPaths>( in getSubTreePathsRaw()
280 return callMethodAndRead<GetObject>( in getServiceRaw()
332 return callMethodAndRead<GetManagedObjects>( in getManagedObjects()
566 return callMethodAndRead(bus, getService(bus, path, interface), path, in lookupCallMethodAndRead()
/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp70 static auto callMethodAndRead( in callMethodAndRead() function in phosphor::dbus::monitoring::SDBusPlus
105 auto object = callMethodAndRead<GetObject>( in getBusName()
H A Dpropertywatchimpl.hpp57 return DBusInterfaceType::template callMethodAndRead<GetObject>( in start()
143 DBusInterfaceType::template callMethodAndRead<PropertiesChanged<T>>( in updateProperties()
H A Dresolve_errors.cpp58 auto endpoints = SDBusPlus::callMethodAndRead<EndpointsProperty>( in operator ()()
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp199 auto fields{SDBusPlus::callMethodAndRead<std::vector<DBusTuple>>( in getStates()
435 SDBusPlus::callMethodAndRead<sdbusplus::message::object_path>( in set()
502 SDBusPlus::callMethodAndRead<sdbusplus::message::object_path>( in resume()
H A Dfunctor.hpp445 hasOwner = util::SDBusPlus::callMethodAndRead<bool>( in operator ()()
H A Dzone.cpp197 hasOwner = util::SDBusPlus::callMethodAndRead<bool>( in setServices()
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dinit.cpp97 hasOwner = util::SDBusPlus::callMethodAndRead<bool>( in nameHasOwner()
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.hpp273 static auto callMethodAndRead( in callMethodAndRead() function
/openbmc/phosphor-fan-presence/monitor/
H A Dsystem.cpp73 bool invServiceRunning = util::SDBusPlus::callMethodAndRead<bool>( in start()