Home
last modified time | relevance | path

Searched refs:DbusInterfaceList (Results 1 – 3 of 3) 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/pldm/common/
H A Dutils.cpp238 using DbusInterfaceList = std::vector<std::string>; in getService() typedef
248 mapper.append(path, DbusInterfaceList({interface})); in getService()
252 mapper.append(path, DbusInterfaceList({})); in getService()