Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp223 jsonUtility::getServiceName(m_sysCfgJsonObj, l_srcInvPath, l_errCode); in backupAndRestoreIpzVpd()
234 jsonUtility::getServiceName(m_sysCfgJsonObj, l_dstInvPath, l_errCode); in backupAndRestoreIpzVpd()
/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp573 std::string getServiceName(std::string&& path, std::string&& intf);
H A Duser_mgr.cpp1074 getServiceName(std::move(basePath), std::move(interface)); in getPrivilegeMapperObject()
1096 std::string UserMgr::getServiceName(std::string&& path, std::string&& intf) in getServiceName() function in phosphor::user::UserMgr
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Djson_utility.hpp976 inline std::string getServiceName(const nlohmann::json& i_sysCfgJsonObj, in getServiceName() function