Home
last modified time | relevance | path

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

/openbmc/openbmc-tools/dbus-vis/
H A Drenderer.js19 this.ctx1 = this.canvas1.getContext('2d');
20 this.ctx2 = this.canvas2.getContext('2d');
21 this.ctx3 = this.canvas3.getContext('2d');
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.hpp226 Context& getContext(uint8_t payloadInstance) in getContext() function in sol::Manager
246 Context& getContext(session::SessionID sessionID) in getContext() function in sol::Manager
/openbmc/phosphor-net-ipmid/command/
H A Dpayload_cmds.cpp159 sol::Manager::get().getContext(request->payloadInstance).sessionID; in deactivatePayload()
161 sol::Manager::get().getContext(request->payloadInstance).session; in deactivatePayload()
270 sol::Manager::get().getContext(request->payloadInstance); in getPayloadInfo()
H A Dsol_cmds.cpp38 auto& context = sol::Manager::get().getContext(handler->sessionID); in payloadHandler()