Searched refs:GetObject (Results 1 – 10 of 10) sorted by relevance
/openbmc/phosphor-dbus-monitor/mslverify/ |
H A D | util.hpp | 95 using GetObject = std::map<std::string, std::vector<std::string>>; in getService() typedef 97 auto mapperResp = callMethodAndRead<GetObject>( in getService() 101 GetObject::mapped_type{interface}); in getService()
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | propertywatchimpl.hpp | 57 return DBusInterfaceType::template callMethodAndRead<GetObject>( in start() 65 return GetObject(); in start()
|
H A D | data_types.hpp | 80 using GetObject = std::map<MapperPath, std::vector<std::string>>; typedef
|
H A D | sdbusplus.hpp | 105 auto object = callMethodAndRead<GetObject>( in getBusName()
|
/openbmc/phosphor-dbus-monitor/src/test/ |
H A D | propertywatchtest.hpp | 45 struct CallMethodAndRead<DBusInterfaceType, GetObject, const MapperPath&, 48 static GetObject op(DBusInterfaceType& dbus, const std::string& busName, in op() 209 GetObject(const std::string&, const std::string&,
|
H A D | propertywatchtest.cpp | 273 .WillOnce(Return(GetObject({{"", mapperResponse}}))); in testStart()
|
/openbmc/smbios-mdr/tools/ |
H A D | sst-info.sh | 35 trim_quotes "$(object_mapper_call GetObject sas "$1" "$2" "$3" \
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/ |
H A D | ObjectMapper.interface.yaml | 8 - name: GetObject 31 ancestor of path and services is of the type returned by the GetObject 52 services is of the type returned by the GetObject method.
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 278 using GetObject = std::map<std::string, std::vector<std::string>>; in getServiceRaw() typedef 280 return callMethodAndRead<GetObject>( in getServiceRaw() 284 GetObject::mapped_type{interface}); in getServiceRaw()
|
/openbmc/docs/architecture/ |
H A D | object-mapper.md | 17 ### GetObject subsection 37 xyz.openbmc_project.ObjectMapper.GetObject \
|