Searched refs:callMethodAndRead (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-dbus-monitor/mslverify/ |
H A D | util.hpp | 69 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 D | verify.cpp | 82 auto subtree = util::sdbusplus::callMethodAndRead<SubTreeType>( in main()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 157 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 D | sdbusplus.hpp | 70 static auto callMethodAndRead( in callMethodAndRead() function in phosphor::dbus::monitoring::SDBusPlus 105 auto object = callMethodAndRead<GetObject>( in getBusName()
|
H A D | propertywatchimpl.hpp | 57 return DBusInterfaceType::template callMethodAndRead<GetObject>( in start() 143 DBusInterfaceType::template callMethodAndRead<PropertiesChanged<T>>( in updateProperties()
|
H A D | resolve_errors.cpp | 58 auto endpoints = SDBusPlus::callMethodAndRead<EndpointsProperty>( in operator ()()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 199 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 D | functor.hpp | 445 hasOwner = util::SDBusPlus::callMethodAndRead<bool>( in operator ()()
|
H A D | zone.cpp | 197 hasOwner = util::SDBusPlus::callMethodAndRead<bool>( in setServices()
|
/openbmc/phosphor-fan-presence/control/json/triggers/ |
H A D | init.cpp | 97 hasOwner = util::SDBusPlus::callMethodAndRead<bool>( in nameHasOwner()
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.hpp | 273 static auto callMethodAndRead( in callMethodAndRead() function
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | system.cpp | 73 bool invServiceRunning = util::SDBusPlus::callMethodAndRead<bool>( in start()
|