Home
last modified time | relevance | path

Searched refs:mapperObjectPath (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp751 fs::path mapperObjectPath = objectPath; in create() local
752 mapperObjectPath /= "role_map"; in create()
753 mapperObjectPath /= std::to_string(entryId); in create()
756 persistPath += mapperObjectPath; in create()
760 bus, mapperObjectPath.string().c_str(), persistPath.string().c_str(), in create()
766 return mapperObjectPath.string(); in create()
771 fs::path mapperObjectPath = objectPath; in deletePrivilegeMapper() local
772 mapperObjectPath /= "role_map"; in deletePrivilegeMapper()
773 mapperObjectPath /= std::to_string(id); in deletePrivilegeMapper()
776 persistPath += std::move(mapperObjectPath); in deletePrivilegeMapper()
/openbmc/openpower-proc-control/
H A Dutil.cpp20 constexpr auto mapperObjectPath = "/xyz/openbmc_project/object_mapper"; in getService() local
23 auto method = bus.new_method_call(mapperBusBame, mapperObjectPath, in getService()