Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/bmcweb/include/
H A Dpersistent_data.hpp35 persistent_data::SessionStore::getInstance().applySessionTimeouts(); in ~ConfigFile()
36 if (persistent_data::SessionStore::getInstance().needsWrite()) in ~ConfigFile()
98 SessionStore::getInstance() in readData()
120 SessionStore::getInstance().authTokens.emplace( in readData()
137 SessionStore::getInstance().updateSessionTimeout( in readData()
152 EventServiceStore::getInstance() in readData()
173 EventServiceStore::getInstance() in readData()
217 const auto& c = SessionStore::getInstance().getAuthMethodsConfig(); in writeData()
219 EventServiceStore::getInstance().getEventServiceConfig(); in writeData()
242 for (const auto& p : SessionStore::getInstance().authTokens) in writeData()
[all …]
H A Dauthentication.hpp31 persistent_data::SessionStore::getInstance().removeSession(req.session); in cleanupTempSession()
84 return persistent_data::SessionStore::getInstance().generateUserSession( in performBasicAuth()
99 persistent_data::SessionStore::getInstance().loginSessionByToken(token); in performTokenAuth()
114 persistent_data::SessionStore::getInstance().loginSessionByToken(token); in performXtokenAuth()
148 persistent_data::SessionStore::getInstance().loginSessionByToken( in performCookieAuth()
265 persistent_data::SessionStore::getInstance().getAuthMethodsConfig(); in authenticate()
H A Duser_monitor.hpp17 persistent_data::SessionStore::getInstance().removeSessionsByUsername( in onUserRemoved()
H A Dforward_unauthorized.hpp51 if (!persistent_data::SessionStore::getInstance() in sendUnauthorized()
H A Dlogin_routes.hpp163 auto session = persistent_data::SessionStore::getInstance() in handleLogin()
204 persistent_data::SessionStore::getInstance().removeSession(session); in handleLogout()
/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp77 persistent_data::EventServiceStore::getInstance() in requestRoutesEventService()
125 persistent_data::EventServiceStore::getInstance() in requestRoutesEventService()
163 EventServiceManager::getInstance().setEventServiceConfig( in requestRoutesEventService()
180 if (!EventServiceManager::getInstance().sendTestEventLog()) in requestRoutesSubmitTestEvent()
243 EventServiceManager::getInstance().getAllIDs(); in requestRoutesEventDestinationCollection()
615 EventServiceManager::getInstance().addSubscription(subValue); in requestRoutesEventDestinationCollection()
648 EventServiceManager::getInstance().getSubscription(param); in requestRoutesEventDestination()
700 EventServiceManager::getInstance().getSubscription(param); in requestRoutesEventDestination()
757 EventServiceManager::getInstance().updateSubscriptionData(); in requestRoutesEventDestination()
777 EventServiceManager::getInstance().deleteSubscription(param); in requestRoutesEventDestination()
[all …]
H A Dredfish_sessions.hpp81 persistent_data::SessionStore::getInstance().getSessionByUid(sessionId); in handleSessionGet()
102 persistent_data::SessionStore::getInstance().getSessionByUid(sessionId); in handleSessionDelete()
128 persistent_data::SessionStore::getInstance().removeSession(session); in handleSessionDelete()
135 persistent_data::SessionStore::getInstance().getUniqueIds( in getSessionCollectionMembers()
239 persistent_data::SessionStore::getInstance().generateUserSession( in handleSessionCollectionPost()
296 persistent_data::SessionStore::getInstance().getTimeoutInSeconds(); in handleSessionServiceGet()
328 persistent_data::SessionStore::getInstance().updateSessionTimeout( in handleSessionServicePatch()
H A Deventservice_sse.hpp18 EventServiceManager::getInstance(&conn.getIoContext()); in createSubscription()
45 redfish::EventServiceManager::getInstance(&conn.getIoContext()) in deleteSubscription()
H A Dtask.hpp218 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
224 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
231 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
237 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
243 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
249 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
255 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
261 redfish::EventServiceManager::getInstance().sendEvent( in sendTaskEvent()
/openbmc/bmcweb/redfish-core/include/
H A Devent_service_manager.hpp288 persistent_data::EventServiceStore::getInstance() in sendEvent()
535 getInstance(boost::asio::io_context* ioc = nullptr) in getInstance() function in redfish::EventServiceManager
546 persistent_data::EventServiceStore::getInstance() in initConfig()
695 persistent_data::EventServiceStore::getInstance() in updateSubscriptionData()
697 persistent_data::EventServiceStore::getInstance() in updateSubscriptionData()
699 persistent_data::EventServiceStore::getInstance() in updateSubscriptionData()
844 persistent_data::EventServiceStore::getInstance() in addSubscription()
883 persistent_data::EventServiceStore::getInstance() in deleteSubscription()
1181 EventServiceManager::getInstance() in watchRedfishEventLogFile()
1183 EventServiceManager::getInstance() in watchRedfishEventLogFile()
[all …]
H A Dsnmp_trap_event_clients.hpp70 EventServiceManager::getInstance().getSubscription(id); in getSnmpTrapClientdata()
125 EventServiceManager::getInstance().deleteSubscription(id); in getSnmpTrapClient()
H A Dredfish_aggregator.hpp597 getInstance().forwardRequest(req, asyncResp, satellite.first, in findSatellite()
654 getInstance().forwardCollectionRequests(thisReq, asyncResp, in aggregateAndHandle()
667 getInstance().forwardContainsSubordinateRequests(thisReq, asyncResp, in aggregateAndHandle()
806 static RedfishAggregator& getInstance(boost::asio::io_context* io = nullptr) in getInstance() function in redfish::RedfishAggregator
/openbmc/bmcweb/http/
H A Dmutual_tls.hpp24 if (!persistent_data::SessionStore::getInstance() in verifyMtlsUser()
109 return persistent_data::SessionStore::getInstance().generateUserSession( in verifyMtlsUser()
/openbmc/bmcweb/src/
H A Dwebserver_run.cpp55 redfish::EventServiceManager::getInstance(&*io); in run()
60 redfish::RedfishAggregator::getInstance(&*io); in run()
/openbmc/smbios-mdr/src/
H A Dspeed_select.cpp83 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()
427 std::unique_ptr<SSTInterface> sst = getInstance(i, cpuModel, in discoverCPUsAndConfigs()
/openbmc/openpower-occ-control/
H A Docc_status.hpp101 path(path), managerCallBack(callBack), instance(getInstance(path)), in Status()
340 static int getInstance(const std::string& path) in getInstance() function in open_power::occ::Status
377 auto it = sensorMap.find(getInstance(estimatedPath)); in getDbusPath()
/openbmc/witherspoon-pfault-analysis/
H A Ddevice.hpp38 inline auto getInstance() const in getInstance() function in witherspoon::power::Device
/openbmc/phosphor-power/
H A Ddevice.hpp38 inline auto getInstance() const in getInstance() function in phosphor::power::Device
/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp254 auto& pci = host_tool::PciAccessImpl::getInstance(); in main()
260 auto& pci = host_tool::PciAccessImpl::getInstance(); in main()
H A Dpciaccess.hpp84 static PciAccessImpl& getInstance() in getInstance() function in host_tool::PciAccessImpl
/openbmc/phosphor-power/power-sequencer/
H A Ducd90160.cpp149 deviceMap.find(getInstance())->second); in checkVOUTFaults()
192 deviceMap.find(getInstance())->second); in checkPGOODFaults()
347 deviceMap.find(getInstance())->second); in doGPIOAnalysis()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Ducd90160.cpp149 deviceMap.find(getInstance())->second); in checkVOUTFaults()
192 deviceMap.find(getInstance())->second); in checkPGOODFaults()
347 deviceMap.find(getInstance())->second); in doGPIOAnalysis()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpmbus_driver_device.hpp112 size_t getInstance() const in getInstance() function in phosphor::power::sequencer::PMBusDriverDevice
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Ducd90320_device_tests.cpp79 EXPECT_EQ(device.getInstance(), 0); in TEST()
H A Dpmbus_driver_device_tests.cpp130 EXPECT_EQ(device.getInstance(), 0); in TEST_F()
156 EXPECT_EQ(device.getInstance(), instance); in TEST_F()
215 EXPECT_EQ(device.getInstance(), instance); in TEST_F()

12