Searched refs:getContext (Results 1 – 4 of 4) sorted by relevance
19 this.ctx1 = this.canvas1.getContext('2d');20 this.ctx2 = this.canvas2.getContext('2d');21 this.ctx3 = this.canvas3.getContext('2d');
226 Context& getContext(uint8_t payloadInstance) in getContext() function in sol::Manager246 Context& getContext(session::SessionID sessionID) in getContext() function in sol::Manager
159 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()
38 auto& context = sol::Manager::get().getContext(handler->sessionID); in payloadHandler()