Home
last modified time | relevance | path

Searched refs:DbusInterfaceList (Results 1 – 4 of 4) sorted by relevance

/openbmc/ibm-logging/
H A Ddbus.hpp30 using DbusInterfaceList = std::vector<DbusInterface>; typedef
36 std::map<DbusPath, std::map<DbusService, DbusInterfaceList>>;
H A Dmanager.cpp346 DbusInterfaceList interfaces; in interfaceRemoved()
/openbmc/phosphor-power/
H A Dutility.hpp30 using DbusInterfaceList = std::vector<DbusInterface>; typedef
32 std::map<DbusPath, std::map<DbusService, DbusInterfaceList>>;
/openbmc/pldm/common/
H A Dutils.cpp232 using DbusInterfaceList = std::vector<std::string>; in getService()
242 mapper.append(path, DbusInterfaceList({interface})); in getService()
246 mapper.append(path, DbusInterfaceList({})); in getService()
234 using DbusInterfaceList = std::vector<std::string>; getService() typedef