Searched refs:mapperObjectPath (Results 1 – 2 of 2) sorted by relevance
751 fs::path mapperObjectPath = objectPath; in create() local752 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() local772 mapperObjectPath /= "role_map"; in deletePrivilegeMapper()773 mapperObjectPath /= std::to_string(id); in deletePrivilegeMapper()776 persistPath += std::move(mapperObjectPath); in deletePrivilegeMapper()
20 constexpr auto mapperObjectPath = "/xyz/openbmc_project/object_mapper"; in getService() local23 auto method = bus.new_method_call(mapperBusBame, mapperObjectPath, in getService()