Home
last modified time | relevance | path

Searched refs:dbusObjectPath (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp254 const std::string& dbusObjectPath, bool userSelf) in patchAccountTypes() argument
275 "xyz.openbmc_project.User.Manager", dbusObjectPath, in patchAccountTypes()
499 std::string dbusObjectPath; in handleRoleMapPatch() local
502 dbusObjectPath = adConfigObject; in handleRoleMapPatch()
506 dbusObjectPath = ldapConfigObjectName; in handleRoleMapPatch()
530 ldapDbusService, dbusObjectPath, ldapPrivMapperInterface, in handleRoleMapPatch()
979 std::string dbusObjectPath; in handleLDAPPatch() local
982 dbusObjectPath = adConfigObject; in handleLDAPPatch()
986 dbusObjectPath = ldapConfigObjectName; in handleLDAPPatch()
1033 dbusObjectPath = std::move(dbusObjectPath)]( in handleLDAPPatch()
[all …]
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp46 constexpr auto dbusObjectPath = "/org/freedesktop/DBus"; variable
H A Dtool_utils.hpp891 constants::dbusService, constants::dbusObjectPath, in isServiceRunning()