Home
last modified time | relevance | path

Searched refs:getObject (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-objmgr/src/test/
H A Dhandler.cpp181 getObject(interfaceMap, path, interfaces), in TEST_F()
186 getObject(interfaceMap, path, interfaces), in TEST_F()
191 getObject(interfaceMap, path, interfaces), in TEST_F()
200 ConnectionNames connection = getObject(interfaceMap, path, interfaces); in TEST_F()
206 connection = getObject(interfaceMap, path, interfaces); in TEST_F()
/openbmc/phosphor-hwmon/
H A Dmainloop.hpp163 std::optional<ObjectStateData> getObject(
H A Dmainloop.cpp199 std::optional<ObjectStateData> MainLoop::getObject( in getObject() function in MainLoop
404 auto object = getObject(i); in init()
658 auto object = getObject(ssValueType); in addDroppedSensors()
/openbmc/phosphor-objmgr/src/
H A Dhandler.hpp16 ConnectionNames getObject(const InterfaceMapType& interfaceMap,
H A Dhandler.cpp98 ConnectionNames getObject(const InterfaceMapType& interfaceMap, in getObject() function
H A Dmain.cpp585 return getObject(interfaceMap, path, interfaces); in main()