Searched refs:getServiceName (Results 1 – 4 of 4) sorted by relevance
223 jsonUtility::getServiceName(m_sysCfgJsonObj, l_srcInvPath, l_errCode); in backupAndRestoreIpzVpd()234 jsonUtility::getServiceName(m_sysCfgJsonObj, l_dstInvPath, l_errCode); in backupAndRestoreIpzVpd()
573 std::string getServiceName(std::string&& path, std::string&& intf);
1074 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
976 inline std::string getServiceName(const nlohmann::json& i_sysCfgJsonObj, in getServiceName() function