Lines Matching refs:m_worker
147 m_worker, m_backupAndRestoreObj, m_interface, m_progressInterface, in Manager()
150 m_worker = std::make_shared<Worker>(INVENTORY_JSON_DEFAULT); in Manager()
209 if (m_worker.get() != nullptr) in updateKeyword()
211 l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); in updateKeyword()
362 if (m_worker.get() != nullptr) in updateKeywordOnHardware()
364 l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); in updateKeywordOnHardware()
393 if (m_worker.get() != nullptr) in readKeyword()
395 l_jsonObj = m_worker->getSysCfgJsonObj(); in readKeyword()
448 if (m_worker.get() != nullptr) in collectSingleFruVpd()
450 m_worker->collectSingleFruVpd(i_dbusObjPath); in collectSingleFruVpd()
465 if (m_worker.get() == nullptr) in deleteSingleFruVpd()
472 m_worker->deleteFruVpd(std::string(i_dbusObjPath)); in deleteSingleFruVpd()
521 if (m_worker == nullptr) in getExpandedLocationCode()
528 const nlohmann::json& l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); in getExpandedLocationCode()
573 if (m_worker == nullptr) in getFrusByUnexpandedLocationCode()
580 const nlohmann::json& l_sysCfgJsonObj = m_worker->getSysCfgJsonObj(); in getFrusByUnexpandedLocationCode()
757 if (m_worker.get() != nullptr) in performVpdRecollection()
759 m_worker->performVpdRecollection(); in performVpdRecollection()