| /openbmc/bmcweb/include/ |
| H A D | persistent_data.hpp | 60 persistent_data::SessionStore::getInstance().applySessionTimeouts(); in ~ConfigFile() 61 if (persistent_data::SessionStore::getInstance().needsWrite()) in ~ConfigFile() 156 SessionStore::getInstance() in readData() 184 SessionStore::getInstance().authTokens.emplace( in readData() 201 SessionStore::getInstance().updateSessionTimeout( in readData() 216 EventServiceStore::getInstance() in readData() 245 EventServiceStore::getInstance() in readData() 319 SessionStore::getInstance().getAuthMethodsConfig(); in writeData() 321 EventServiceStore::getInstance().getEventServiceConfig(); in writeData() 344 data["timeout"] = SessionStore::getInstance().getTimeoutInSeconds(); in writeData() [all …]
|
| H A D | authentication.hpp | 83 persistent_data::SessionStore::getInstance().getSessions()) in performBasicAuth() 100 return persistent_data::SessionStore::getInstance().generateUserSession( in performBasicAuth() 115 persistent_data::SessionStore::getInstance().loginSessionByToken(token); in performTokenAuth() 130 persistent_data::SessionStore::getInstance().loginSessionByToken(token); in performXtokenAuth() 164 persistent_data::SessionStore::getInstance().loginSessionByToken( in performCookieAuth() 264 persistent_data::SessionStore::getInstance().getAuthMethodsConfig(); in authenticate()
|
| H A D | user_monitor.hpp | 21 persistent_data::SessionStore::getInstance().removeSessionsByUsername( in onUserRemoved()
|
| H A D | forward_unauthorized.hpp | 60 if (!persistent_data::SessionStore::getInstance() in sendUnauthorized()
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | event_service_manager.hpp | 85 static EventServiceManager& getInstance() in getInstance() function in redfish::EventServiceManager 94 persistent_data::EventServiceStore::getInstance() in initConfig() 101 for (const auto& it : persistent_data::EventServiceStore::getInstance() in initConfig() 120 EventServiceManager::getInstance().deleteSubscription(id); in initConfig() 140 persistent_data::EventServiceStore::getInstance() in updateSubscriptionData() 142 persistent_data::EventServiceStore::getInstance() in updateSubscriptionData() 144 persistent_data::EventServiceStore::getInstance() in updateSubscriptionData() 232 EventServiceManager::getInstance().subscriptionsMap) in setEventServiceConfig() 341 persistent_data::EventServiceStore::getInstance() in addSubscriptionInternal() 404 EventServiceManager::getInstance().deleteSubscription(id); in addPushSubscription() [all …]
|
| H A D | redfish.hpp | 33 static RedfishService& getInstance(App& app) in getInstance() function in redfish::RedfishService
|
| /openbmc/phosphor-pid-control/ |
| H A D | hoststatemonitor.hpp | 23 static HostStateMonitor& getInstance(); 24 static HostStateMonitor& getInstance(sdbusplus::bus_t& bus); 55 inline HostStateMonitor& HostStateMonitor::getInstance() in getInstance() function in HostStateMonitor 58 return getInstance(defaultBus); in getInstance() 61 inline HostStateMonitor& HostStateMonitor::getInstance(sdbusplus::bus_t& bus) in getInstance() function in HostStateMonitor
|
| /openbmc/bmcweb/src/ |
| H A D | webserver_run.cpp | 88 redfish::RedfishService::getInstance(app); in runWebserver() 91 redfish::EventServiceManager::getInstance(); in runWebserver() 96 redfish::RedfishAggregator::getInstance(); in runWebserver()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | event_service.hpp | 88 persistent_data::EventServiceStore::getInstance() in requestRoutesEventService() 139 persistent_data::EventServiceStore::getInstance() in requestRoutesEventService() 178 EventServiceManager::getInstance().setEventServiceConfig( in requestRoutesEventService() 219 if (!EventServiceManager::getInstance().sendTestEventLog( in requestRoutesSubmitTestEvent() 285 EventServiceManager::getInstance().getAllIDs(); in requestRoutesEventDestinationCollection() 319 if (EventServiceManager::getInstance().getNumberOfSubscriptions() >= in requestRoutesEventDestinationCollection() 729 EventServiceManager::getInstance().addPushSubscription( in requestRoutesEventDestinationCollection() 769 EventServiceManager::getInstance().getSubscription(param); in requestRoutesEventDestination() 828 EventServiceManager::getInstance().getSubscription(param); in requestRoutesEventDestination() 926 EventServiceManager::getInstance().updateSubscriptionData(); in requestRoutesEventDestination() [all …]
|
| H A D | eventservice_sse.hpp | 29 EventServiceManager& manager = EventServiceManager::getInstance(); in createSubscription() 82 EventServiceManager::getInstance().deleteSseSubscription(conn); in deleteSubscription()
|
| H A D | redfish_sessions.hpp | 89 persistent_data::SessionStore::getInstance().getSessionByUid(sessionId); in handleSessionGet() 110 persistent_data::SessionStore::getInstance().getSessionByUid(sessionId); in handleSessionDelete() 142 persistent_data::SessionStore::getInstance().removeSession(session); in handleSessionDelete() 149 persistent_data::SessionStore::getInstance().getAllUniqueIds(); in getSessionCollectionMembers() 279 persistent_data::SessionStore::getInstance().generateUserSession( in handleSessionCollectionPost() 322 persistent_data::SessionStore::getInstance().getTimeoutInSeconds(); in handleSessionServiceGet() 356 persistent_data::SessionStore::getInstance().updateSessionTimeout( in handleSessionServicePatch()
|
| H A D | aggregation_service.hpp | 116 RedfishAggregator::getInstance().getSatelliteConfigs( in handleAggregationSourceCollectionGet() 180 auto& aggregator = RedfishAggregator::getInstance(); in populateAggregationSource() 208 RedfishAggregator::getInstance().getSatelliteConfigs(std::bind_front( in handleAggregationSourceGet() 294 auto& aggregator = RedfishAggregator::getInstance(); in handleAggregationSourceCollectionPost() 359 auto& aggregator = RedfishAggregator::getInstance(); in handleAggregationSourcePatch() 379 RedfishAggregator::getInstance().getSatelliteConfigs( in handleAggregationSourcePatch() 410 size_t deleted = RedfishAggregator::getInstance().aggregationSources.erase( in handleAggregationSourceDelete()
|
| /openbmc/bmcweb/http/ |
| H A D | mutual_tls.cpp | 148 persistent_data::SessionStore::getInstance().getAuthMethodsConfig(); in getUsernameFromCert() 183 if (!persistent_data::SessionStore::getInstance() in verifyMtlsUser() 241 return persistent_data::SessionStore::getInstance().generateUserSession( in verifyMtlsUser()
|
| /openbmc/smbios-mdr/src/ |
| H A D | speed_select.cpp | 83 std::unique_ptr<SSTInterface> getInstance(uint8_t address, CPUModel model, in getInstance() function 184 auto sst = getInstance(peciAddress, cpuModel, dontWake); in appliedConfig() 211 auto sst = getInstance(peciAddress, cpuModel, dontWake); in baseSpeedPriorityEnabled() 252 auto sst = getInstance(peciAddress, cpuModel, wakeAllowed); in appliedConfig() 428 getInstance(i, cpuModel, wakeAllowed); in discoverCPUsAndConfigs()
|
| /openbmc/openpower-occ-control/ |
| H A D | occ_status.hpp | 91 path(path), managerCallBack(callBack), instance(getInstance(path)), in Status() 309 static int getInstance(const std::string& path) in getInstance() function in open_power::occ::Status 338 auto it = sensorMap.find(getInstance(estimatedPath)); in getDbusPath()
|
| /openbmc/phosphor-power/ |
| H A D | device.hpp | 38 inline auto getInstance() const in getInstance() function in phosphor::power::Device
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | device.hpp | 38 inline auto getInstance() const in getInstance() function in witherspoon::power::Device
|
| /openbmc/phosphor-pid-control/sensors/ |
| H A D | pluggable.cpp | 36 auto& hostState = HostStateMonitor::getInstance(); in getFailed()
|
| H A D | host.cpp | 105 auto& hostState = HostStateMonitor::getInstance(); in getFailed()
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | pldm.cpp | 24 static PLDMInstanceManager& getInstance() in getInstance() function in util::pldm::PLDMInstanceManager 294 PLDMInstanceManager& manager = PLDMInstanceManager::getInstance(); in prepareSetEffecterReq() 540 PLDMInstanceManager& manager = PLDMInstanceManager::getInstance(); in hresetSbe() 599 PLDMInstanceManager& manager = PLDMInstanceManager::getInstance(); in hresetSbe()
|
| /openbmc/phosphor-ipmi-flash/tools/ |
| H A D | main.cpp | 254 auto& pci = host_tool::PciAccessImpl::getInstance(); in main() 260 auto& pci = host_tool::PciAccessImpl::getInstance(); in main()
|
| H A D | pciaccess.hpp | 82 static PciAccessImpl& getInstance() in getInstance() function in host_tool::PciAccessImpl
|
| /openbmc/bmcweb/features/webui_login/ |
| H A D | login_routes.hpp | 184 persistent_data::SessionStore::getInstance() in handleLogin() 214 persistent_data::SessionStore::getInstance().removeSession(session); in handleLogout()
|
| /openbmc/bmcweb/test/redfish-core/include/ |
| H A D | submit_test_event_test.cpp | 34 EventServiceManager& evt = EventServiceManager::getInstance(); in TEST()
|
| /openbmc/witherspoon-pfault-analysis/power-sequencer/ |
| H A D | ucd90160.cpp | 149 deviceMap.find(getInstance())->second); in checkVOUTFaults() 192 deviceMap.find(getInstance())->second); in checkPGOODFaults() 347 deviceMap.find(getInstance())->second); in doGPIOAnalysis()
|