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/openbmc/meta-ampere/meta-mitchell/recipes-ampere/host/ampere-mctp-i2c-binding/ |
H A D | ampere_mctp_i2c_binding.sh | 10 xyz.openbmc_project.ObjectMapper GetObject sas \
|
/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 \
|