Home
last modified time | relevance | path

Searched refs:GetObject (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp96 using GetObject = std::map<std::string, std::vector<std::string>>; in getService() typedef
98 auto mapperResp = callMethodAndRead<GetObject>( in getService()
102 GetObject::mapped_type{interface}); in getService()
/openbmc/phosphor-dbus-monitor/src/
H A Dpropertywatchimpl.hpp57 return DBusInterfaceType::template callMethodAndRead<GetObject>( in start()
65 return GetObject(); in start()
H A Ddata_types.hpp80 using GetObject = std::map<MapperPath, std::vector<std::string>>; typedef
H A Dsdbusplus.hpp107 auto object = callMethodAndRead<GetObject>( in getBusName()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml8 - 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-dbus-monitor/src/test/
H A Dpropertywatchtest.hpp45 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 Dpropertywatchtest.cpp273 .WillOnce(Return(GetObject({{"", mapperResponse}}))); in testStart()
/openbmc/smbios-mdr/tools/
H A Dsst-info.sh35 trim_quotes "$(object_mapper_call GetObject sas "$1" "$2" "$3" \
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp279 using GetObject = std::map<std::string, std::vector<std::string>>; in getServiceRaw() typedef
281 return callMethodAndRead<GetObject>( in getServiceRaw()
285 GetObject::mapped_type{interface}); in getServiceRaw()
/openbmc/docs/architecture/
H A Dobject-mapper.md17 ### GetObject subsection
37 xyz.openbmc_project.ObjectMapper.GetObject \